mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-03 20:26:49 +02:00
Update README.md
This commit is contained in:
parent
795c152895
commit
a13a61224d
1 changed files with 27 additions and 0 deletions
27
README.md
27
README.md
|
@ -1,3 +1,30 @@
|
||||||
# 
|
# 
|
||||||
|
|
||||||
Meshroom is a free, open-source 3D Reconstruction Software based on the [AliceVision](https://github.com/alicevision/AliceVision) framework.
|
Meshroom is a free, open-source 3D Reconstruction Software based on the [AliceVision](https://github.com/alicevision/AliceVision) framework.
|
||||||
|
|
||||||
|
Learn more details about the pipeline on [AliceVision website](http://alicevision.github.io).
|
||||||
|
|
||||||
|
See [results of the pipeline on sketchfab](http://sketchfab.com/AliceVision).
|
||||||
|
|
||||||
|
|
||||||
|
## 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](http://alicevision.github.io/#photogrammetry).
|
||||||
|
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
The project is released under MPLv2, see [**COPYING.md**](COPYING.md).
|
||||||
|
|
||||||
|
|
||||||
|
## Get the project
|
||||||
|
|
||||||
|
Get the source code: `git clone --recursive git://github.com/alicevision/meshroom`
|
||||||
|
|
||||||
|
See [**INSTALL.md**](INSTALL.md) to build the project.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue