-
Notifications
You must be signed in to change notification settings - Fork 6
MR external photogrammetry
natowi edited this page Feb 15, 2020
·
24 revisions
Converters not implemented in Alicevision but available in openMVG:
openMVG_main_openMVG2Colmap
openMVG_main_openMVG2openMVS
requires no cuda but is slower
TODO
mve denserecon -> https://github.com/natowi/meshroom_external_plugins/wiki/MVE2EXR -> MR Meshing
Dense Reconstruciton without CUDA requirement. Algorithm is somewhat outdated (released in 2010/11)
http://francemapping.free.fr/Portfolio/Prog3D/PMVS2.html (without cuda)
https://www.di.ens.fr/pmvs/documentation.html
https://colmap.github.io/tutorial.html#dense-reconstruction
https://github.com/pmoulon/CMVS-PMVS/tree/master/binariesWin-Linux
https://github.com/qedsoftware/pmvs-gpu (with cuda support, tested with ubuntu only)
Note: I could not get this to work.