nmoehrle / mvs-texturing

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

New mapmap release #95

Closed dthuerck closed 6 years ago

dthuerck commented 6 years ago

mapMAP has recently had a major revision, including envelope optimization, which should speed up the view selection for large models dramatically. In addition, for debugging purposes, there is a deterministic execution mode.

This required small changes in the interface which this PR implementes in view_selection.cpp. Besides, having tbb as library listed for linking led to - falsely - including libtbb_debug (at least on my system) - I replaced that with ${TBB_LIBRARIES}, using absolute paths.

Finally, since your fork of mapMAP is lagging behind, I'm changing the reference to the vanilla mapMAP repository.

nmoehrle commented 6 years ago

Thank you very much for the this PR!