nmoehrle / mvs-texturing

Algorithm to texture 3D reconstructions from multi-view stereo images
Other
931 stars 328 forks source link

Some thing wrong with function jpeg_read_header() #189

Open liaoksn opened 2 years ago

liaoksn commented 2 years ago

Hi, nmoehrle , I compiled mvs-texturing with Cmake, then run it with Visual studio 2019. the input file for this progam is self-defined .cam and jpg files. At the step of generate texture views, jpeg_read_header() function stopped with the reason that i provide a invalid argument to a funtion. Can you give me some advise ?

Update: i can run this project in Release mode without error, while still need to find the reason for failure in debug mode