From c3c7b8a4aac65a13eec5c7b9c6e888621ef0156f Mon Sep 17 00:00:00 2001 From: "Stanley Agba (OAG)" Date: Tue, 30 Jul 2019 09:48:51 +0200 Subject: [PATCH] Modified documentation on effects of *--orthophoto-resolution* on resolution of output images. Previous documentation suggested increasing the value for higher resolution, while the opposite is indeed the case. See: https://github.com/OpenDroneMap/ODM/issues/466#issuecomment-500118939 --- source/using.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/using.rst b/source/using.rst index bc878f88e..5af64bd65 100644 --- a/source/using.rst +++ b/source/using.rst @@ -344,7 +344,7 @@ Creating High Quality Orthophotos Without any parameter tweaks, ODM chooses a good compromise between quality, speed and memory usage. If you want to get higher quality results, you need to tweak some parameters: - * ``--orthophoto-resolution`` is the resolution of the orthophoto in cm/pixel. Increase this value for a higher resolution result. + * ``--orthophoto-resolution`` is the resolution of the orthophoto in cm/pixel. Decrease this value for a higher resolution result. * ``--ignore-gsd`` is a flag that instructs ODM to skip certain memory and speed optimizations that directly affect the orthophoto. Using this flag will increase runtime and memory usage, but will produce sharper results. * ``--texturing-nadir-weight`` should be increased to ``29-32`` in urban areas to reconstruct better edges of roofs. It should be decreased to ``0-6`` in grassy / flat areas. * ``--texturing-data-term`` should be set to `area` in forest areas.