[doc] readme: add link to manual

This commit is contained in:
Fabien Castan 2019-10-24 10:32:23 +02:00 committed by GitHub
parent 71174a7d1a
commit 9932ccd8fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,12 @@ The goal of photogrammetry is to reverse this process.
See the [presentation of the pipeline steps](http://alicevision.github.io/#photogrammetry).
## Manual
https://meshroom-manual.readthedocs.io
## Tutorials
* [Meshroom: Open Source 3D Reconstruction Software](https://www.youtube.com/watch?v=v_O6tYKQEBA) by [Mikros Image](http://www.mikrosimage.com)
@ -44,6 +50,7 @@ Overall presentation of the protogrammetry practice with Meshroom and detailed p
Presentation of the Meshroom software with a focus on using it for Match Moving.
## License
The project is released under MPLv2, see [**COPYING.md**](COPYING.md).
@ -60,6 +67,7 @@ cd meshroom
pip install -r requirements.txt
```
## Start Meshroom
You need to have [AliceVision](https://github.com/alicevision/AliceVision) installation in your PATH (and LD_LIBRARY_PATH on Linux/macOS).