Porównaj commity

...

4 Commity

Autor SHA1 Wiadomość Data
Saijin-Naib c94a869d10
Merge pull request #168 from sbonaime/patch-2
Remove texturing-nadir-weight
2023-02-24 22:43:21 -05:00
Saijin-Naib f7f6766c06
Merge pull request #166 from pierotofy/align
Add alignment files page
2023-02-24 22:42:38 -05:00
Sebastien cf48435698
Remove texturing-nadir-weight
texturing-nadir-weight has beef removed in 2021
https://community.opendronemap.org/t/cannot-find-parameter-texturing-nadir-weight-in-webodm/7223
2023-02-02 16:51:12 +01:00
Piero Toffanin 37abbee429 Add alignment files page 2022-12-22 13:12:42 -05:00
3 zmienionych plików z 14 dodań i 1 usunięć

13
source/align.rst 100644
Wyświetl plik

@ -0,0 +1,13 @@
###############
Alignment Files
###############
Georeferencing by default is done using GPS or GCPs (if provided).
Starting from ODM ``3.0.2`` people can supply a reference alignment file to georeference the program outputs. The reconstruction will be initially performed using GPS/GCPs and will subsequently be aligned to the reference model via a linear scaling/rotation/shift operation.
If you supply a file called ``align.laz``, ``align.las`` or ``align.tif`` (single band GeoTIFF DEM) then ODM will automatically detect it and attempt to align outputs to this reference model. If it has another name you can specify using ``--align <path>``.
The alignment file must be created in the base of your project folder.
`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-first-contribution>`_ and help improve `this page <https://github.com/OpenDroneMap/docs/blob/publish/source/align.rst>`_!

Wyświetl plik

@ -54,6 +54,7 @@ The documentation is available in several languages. Some translations are incom
gcp
map-accuracy
geo
align
masks
large
resources

Wyświetl plik

@ -18,7 +18,6 @@ Without any parameter tweaks, ODM chooses a good compromise between quality, spe
* ``--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 may 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.
* ``--mesh-size`` should be increased to ``300000-600000`` and ``--mesh-octree-depth`` should be increased to ``10-11`` in urban areas to recreate better buildings / roofs.