Update to v2.8.7 level

Add new flags (3d-tiles, no-gpu, rolling-shutter, etc)
pull/148/head
Saijin-Naib 2022-07-04 22:08:28 -04:00
rodzic 2d6f54b70c
commit 85984ee3eb
10 zmienionych plików z 84 dodań i 2 usunięć

Wyświetl plik

@ -48,7 +48,7 @@ Options and Flags
Number of steps used to fill areas with gaps. Set to 0 to disable gap filling. Starting with a radius equal to the output resolution, N different DEMs are generated with progressively bigger radius using the inverse distance weighted (IDW) algorithm and merged together. Remaining gaps are then merged using nearest neighbor interpolation. Default: ``3``
:ref:`dem-resolution<dem-resolution>` <float>
DSM/DTM resolution in cm / pixel. Note that this value is capped by a ground sampling distance (GSD) estimate. To remove the cap, check --ignore-gsd also. Default: ``5``
DSM/DTM resolution in cm / pixel. Note that this value is capped to 2x the ground sampling distance (GSD) estimate. To remove the cap, check --ignore-gsd also. Default: ``5``
:ref:`depthmap-resolution<depthmap-resolution>` <positive float>
Controls the density of the point cloud by setting the resolution of the depthmap images. Higher values take longer to compute but produce denser point clouds. Overrides the value calculated by --pc-quality.Default: ``640``
@ -191,6 +191,12 @@ Options and Flags
:ref:`resize-to<resize-to>` <integer>
Legacy option (use --feature-quality instead). Resizes images by the largest side for feature extraction purposes only. Set to -1 to disable. This does not affect the final orthophoto resolution quality and will not resize the original images. Default: ``2048``
:ref:`rolling-shutter<rolling-shutter>`
Turn on rolling shutter correction. If the camera has a rolling shutter and the images were taken in motion, you can turn on this option to improve the accuracy of the results. See also --rolling-shutter-readout. Default: ``False``
:ref:`rolling-shutter-readout<rolling-shutter-readout>` <positive integer>
Override the rolling shutter readout time for your camera sensor (in milliseconds), instead of using the rolling shutter readout database. Note that not all cameras are present in the database. Set to 0 to use the database value. Default: ``0``
:ref:`sfm-algorithm<sfm-algorithm>` incremental | triangulation | planar
Choose the structure from motion algorithm. For aerial datasets, if camera GPS positions and angles are available, triangulation can generate better results. For planar scenes captured at fixed altitude with nadir-only images, planar can be much faster. . Default: ``incremental``

Wyświetl plik

@ -0,0 +1,18 @@
..
AUTO-GENERATED by extract_odm_strings.py! DO NOT EDIT!
If you want to add more details to a command, edit a
.rst file in arguments_edit/<argument>.rst
.. _3d-tiles:
3d-tiles
````````
Generate OGC 3D Tiles outputs. Default: ``False``
`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/arguments_edit/3d-tiles.rst>`_!

Wyświetl plik

@ -10,7 +10,7 @@ dem-resolution
**Options:** *<float>*
DSM/DTM resolution in cm / pixel. Note that this value is capped by a ground sampling distance (GSD) estimate. To remove the cap, check --ignore-gsd also. Default: ``5``
DSM/DTM resolution in cm / pixel. Note that this value is capped to 2x the ground sampling distance (GSD) estimate. To remove the cap, check --ignore-gsd also. Default: ``5``

Wyświetl plik

@ -0,0 +1,18 @@
..
AUTO-GENERATED by extract_odm_strings.py! DO NOT EDIT!
If you want to add more details to a command, edit a
.rst file in arguments_edit/<argument>.rst
.. _no-gpu:
no-gpu
``````
Do not use GPU acceleration, even if it's available. Default: ``False``
`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/arguments_edit/no-gpu.rst>`_!

Wyświetl plik

@ -0,0 +1,18 @@
..
AUTO-GENERATED by extract_odm_strings.py! DO NOT EDIT!
If you want to add more details to a command, edit a
.rst file in arguments_edit/<argument>.rst
.. _rolling-shutter-readout:
rolling-shutter-readout
```````````````````````
**Options:** *<positive integer>*
Override the rolling shutter readout time for your camera sensor (in milliseconds), instead of using the rolling shutter readout database. Note that not all cameras are present in the database. Set to 0 to use the database value. Default: ``0``
`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/arguments_edit/rolling-shutter-readout.rst>`_!

Wyświetl plik

@ -0,0 +1,18 @@
..
AUTO-GENERATED by extract_odm_strings.py! DO NOT EDIT!
If you want to add more details to a command, edit a
.rst file in arguments_edit/<argument>.rst
.. _rolling-shutter:
rolling-shutter
```````````````
Turn on rolling shutter correction. If the camera has a rolling shutter and the images were taken in motion, you can turn on this option to improve the accuracy of the results. See also --rolling-shutter-readout. Default: ``False``
`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/arguments_edit/rolling-shutter.rst>`_!

Wyświetl plik

@ -0,0 +1 @@

Wyświetl plik

@ -0,0 +1 @@

Wyświetl plik

@ -0,0 +1 @@