OpenMVGOpenMVS
OpenMVGOpenMVS is a commonly used workflow that combines OpenMVG for structure-from-motion with OpenMVS for dense multi-view stereo to produce 3D models from photographs. It is not a single software package, but a pipeline that interoperates two open-source projects: OpenMVG handles feature detection, matching, and sparse camera pose estimation to generate a sparse point cloud, while OpenMVS takes that result and performs dense reconstruction, mesh generation, and texturing to yield a textured 3D model.
The typical workflow starts with capturing a set of overlapping images of a scene. OpenMVG components are
Applications include architectural modelling, cultural heritage documentation, reverse engineering, and robotics localization and mapping. The workflow