mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-04 12:46:44 +02:00
[doc] readme: add link to manual
This commit is contained in:
parent
71174a7d1a
commit
9932ccd8fb
1 changed files with 8 additions and 0 deletions
|
@ -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).
|
See the [presentation of the pipeline steps](http://alicevision.github.io/#photogrammetry).
|
||||||
|
|
||||||
|
|
||||||
|
## Manual
|
||||||
|
|
||||||
|
https://meshroom-manual.readthedocs.io
|
||||||
|
|
||||||
|
|
||||||
## Tutorials
|
## Tutorials
|
||||||
|
|
||||||
* [Meshroom: Open Source 3D Reconstruction Software](https://www.youtube.com/watch?v=v_O6tYKQEBA) by [Mikros Image](http://www.mikrosimage.com)
|
* [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.
|
Presentation of the Meshroom software with a focus on using it for Match Moving.
|
||||||
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
The project is released under MPLv2, see [**COPYING.md**](COPYING.md).
|
The project is released under MPLv2, see [**COPYING.md**](COPYING.md).
|
||||||
|
@ -60,6 +67,7 @@ cd meshroom
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Start Meshroom
|
## Start Meshroom
|
||||||
|
|
||||||
You need to have [AliceVision](https://github.com/alicevision/AliceVision) installation in your PATH (and LD_LIBRARY_PATH on Linux/macOS).
|
You need to have [AliceVision](https://github.com/alicevision/AliceVision) installation in your PATH (and LD_LIBRARY_PATH on Linux/macOS).
|
||||||
|
|
Loading…
Add table
Reference in a new issue