nmoehrle / mvs-texturing

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

NVMCameraInfo #159

Closed WangYuan3012 closed 3 years ago

WangYuan3012 commented 3 years ago

libs/tex/generate_texture_views.cpp:182:11: error:'NVMCameraInfo' is not a member of mve

IndoorVision commented 3 years ago

Hello, I encountered the same problem, how did you solve it?

IndoorVision commented 3 years ago

I have solved it. from andre-schulz : there were some changes in the MVE repo recently. Try renaming NVMCameraInfo to AdditionalCameraInfo.