cdcseacave / openMVS

open Multi-View Stereo reconstruction library
http://cdcseacave.github.io
GNU Affero General Public License v3.0
3.27k stars 901 forks source link

GUI: create a graphical user interface #327

Open cdcseacave opened 6 years ago

cdcseacave commented 6 years ago

Many prefer using commercial photogrammetry tools for the graphical interface, among other reasons. This is indeed a powerful tool that can significantly easy the work and provide better insight into the progress, intermediate and final results obtained.

Help is wanted for including in the Viewer a GUI, maybe using https://github.com/vurtun/nuklear, that should allow to initiate and conduct the entire workflow needed to transform a set of images into a 3D model. As OpenMVS is MVS only, OpenMVG could be used for the SfM task.

Thank you!

pmoulon commented 6 years ago

FYI, There is a WIP GUI for OpenMVG there: https://github.com/rperrot/openMVG/commits/OpenMVG-GUI.

If anyone wants to plug OpenMVS into it we would be happy ;-)

cdcseacave commented 6 years ago

cool, didn't know about it; is there also a precompiled binary for windows?

pmoulon commented 6 years ago

Not, yet, I think @rperrot was working on the packaged version.