docs/sphinx/rst/software/MVS/OpenMVS.rst
Export to OpenMVS Open Multiple View Stereovision
OpenMVS <http://cdcseacave.github.io/openMVS/>_ allows to compute dense points cloud, surface and textured surfaces of OpenMVG scenes.
To use OpenMVG scene in OpenMVS you can:
Importation/Exportation
.. code-block:: c++
$ openMVG_main_openMVG2openMVS -i PATH/sfm_data.bin -d OUTPUT_PATH -o OUTPUT_PATH/Scene
$ InterfaceOpenMVG -i PATH/sfm_data.json -o scene.mvs
Dense point-cloud reconstruction for obtaining a complete and accurate as possible point-cloud
.. code-block:: c++
$ DensifyPointCloud scene.mvs
Mesh reconstruction for estimating a mesh surface that explains the best the input point-cloud
.. code-block:: c++
$ ReconstructMesh scene.mvs
$ ReconstructMesh scene_dense.mvs
Mesh texturing for computing a texture to color the mesh
.. code-block:: c++
$ TextureMesh scene_dense_mesh.mvs