nmoehrle / mvs-texturing

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

mapmap compile #121

Closed kuangqi93 closed 4 years ago

kuangqi93 commented 5 years ago

Excuse me, when I execute make, it shows the error "mvs-texturing/libs/tex/view_selection.cpp:62:67: error: invalid conversion from ‘mapmap::Graph*’ to ‘mapmap::luint_t {aka long unsigned int}’ [-fpermissive] mapmap::UnaryTable<cost_t, simd_w> unaries(&mgraph, &label_set)"

I think it might be that the mapmap version is not correct. Is that right?

nh2 commented 4 years ago

This combo of versions worked for me: https://github.com/nmoehrle/mvs-texturing/issues/120#issuecomment-541404178