mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-28 17:57:16 +02:00
3D Reconstruction Software
3d-reconstructionalicevisioncamera-trackingcomputer-visionhdr-imagingimage-stitchingmeshroommulti-view-stereophotogrammetrystructure-from-motiontexturing
|
||
---|---|---|
bin | ||
docs/logo | ||
meshroom | ||
tests | ||
.gitignore | ||
__init__.py | ||
COPYING.md | ||
INSTALL.md | ||
LICENSE-MPL2.md | ||
README.md | ||
setup.py |
Meshroom is a free, open-source 3D Reconstruction Software based on the AliceVision framework.
Learn more details about the pipeline on AliceVision website.
See results of the pipeline on sketchfab.
Photogrammetry
Photogrammetry is the science of making measurements from photographs. It infers the geometry of a scene from a set of unordered photographies or videos. Photography is the projection of a 3D scene onto a 2D plane, losing depth information. The goal of photogrammetry is to reverse this process.
See the presentation of the pipeline steps.
License
The project is released under MPLv2, see COPYING.md.
Get the project
Get the source code: git clone --recursive git://github.com/alicevision/meshroom
See INSTALL.md to build the project.