MCPcopy Create free account
hub / github.com/cdcseacave/openMVS

github.com/cdcseacave/openMVS @v2.4.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v2.4.0 ↗ · + Follow
4,438 symbols 11,521 edges 177 files 1,082 documented · 24% updated 1d agov2.4.0 · 2026-01-20★ 4,052359 open issues

Browse by type

Functions 3,741 Types & classes 697
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

OpenMVS: open Multi-View Stereo reconstruction library

Watch reconstruction

Introduction

OpenMVS (Multi-View Stereo) is a library for computer-vision scientists and especially targeted to the Multi-View Stereo reconstruction community. While there are mature and complete open-source projects targeting Structure-from-Motion pipelines (like OpenMVG) which recover camera poses and a sparse 3D point-cloud from an input set of images, there are none addressing the last part of the photogrammetry chain-flow. OpenMVS aims at filling that gap by providing a complete set of algorithms to recover the full surface of the scene to be reconstructed. The input is a set of camera poses plus the sparse point-cloud and the output is a textured mesh. The main topics covered by this project are:

  • dense point-cloud reconstruction for obtaining a complete and accurate as possible point-cloud
  • mesh reconstruction for estimating a mesh surface that explains the best the input point-cloud
  • mesh refinement for recovering all fine details
  • mesh texturing for computing a sharp and accurate texture to color the mesh

See the complete documentation on wiki.

Build

See the building wiki page. Windows, Ubuntu and MacOS x64 continuous integration status Continuous Integration Automatic Windows x64 binary builds can be found for each commit on its Artifacts page.

Example

See the usage example wiki page.

License

See the copyright file.

Contact

openmvs[AT]googlegroups.com

Core symbols most depended-on inside this repo

Shape

Method 2,691
Function 1,050
Class 636
Enum 61

Languages

C++99%
Python1%

Modules by API surface

libs/IO/json.hpp480 symbols
libs/IO/tiny_gltf.h235 symbols
libs/MVS/Mesh.cpp200 symbols
libs/Common/Maths.h143 symbols
libs/Common/Types.h141 symbols
libs/IO/TinyXML2.cpp140 symbols
libs/IO/TinyXML2.h125 symbols
libs/Common/List.h125 symbols
libs/Common/UtilCUDA.h86 symbols
libs/MVS/SemiGlobalMatcher.cpp75 symbols
libs/Common/Util.h75 symbols
libs/MVS/Interface.h72 symbols

For agents

$ claude mcp add openMVS \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page