From 9932ccd8fb8f2668952b42c6f0a7fdd959c9d007 Mon Sep 17 00:00:00 2001 From: Fabien Castan Date: Thu, 24 Oct 2019 10:32:23 +0200 Subject: [PATCH] [doc] readme: add link to manual --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6fc97709..5d2358ff 100644 --- a/README.md +++ b/README.md @@ -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).