Update to v2.8.7 level

Add new flags (3d-tiles, no-gpu, rolling-shutter, etc)
pull/147/head
Saijin-Naib 2022-07-04 22:08:28 -04:00
rodzic af9da19c15
commit aca3bca62e
2 zmienionych plików z 8 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

@ -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``