Merge pull request #189 from smathermather/args-update-2024-august

pull/190/head
Saijin-Naib 2024-08-01 11:07:05 -04:00 zatwierdzone przez GitHub
commit fa241a0c9e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
3 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -72,7 +72,7 @@ Options and Flags
Set feature extraction quality. Higher quality generates better features, but requires more memory and takes longer. . Default: ``high``
:ref:`feature-type<feature-type>` akaze | dspsift | hahog | orb | sift
Choose the algorithm for extracting keypoints and computing descriptors. . Default: ``sift``
Choose the algorithm for extracting keypoints and computing descriptors. . Default: ``dspsift``
:ref:`force-gps<force-gps>`
Use images' GPS exif data for reconstruction, even if there are GCPs present.This flag is useful if you have high precision GPS measurements. If there are no GCPs, this flag does nothing. Default: ``False``
@ -159,7 +159,7 @@ Options and Flags
Export the georeferenced point cloud in Entwine Point Tile (EPT) format. Default: ``False``
:ref:`pc-filter<pc-filter>` <positive float>
Filters the point cloud by removing points that deviate more than N standard deviations from the local mean. Set to 0 to disable filtering. Default: ``2.5``
Filters the point cloud by removing points that deviate more than N standard deviations from the local mean. Set to 0 to disable filtering. Default: ``5``
:ref:`pc-las<pc-las>`
Export the georeferenced point cloud in LAS format. Default: ``False``

Wyświetl plik

@ -10,7 +10,7 @@ feature-type
**Options:** *akaze | dspsift | hahog | orb | sift*
Choose the algorithm for extracting keypoints and computing descriptors. . Default: ``sift``
Choose the algorithm for extracting keypoints and computing descriptors. . Default: ``dspsift``

Wyświetl plik

@ -10,7 +10,7 @@ pc-filter
**Options:** *<positive float>*
Filters the point cloud by removing points that deviate more than N standard deviations from the local mean. Set to 0 to disable filtering. Default: ``2.5``
Filters the point cloud by removing points that deviate more than N standard deviations from the local mean. Set to 0 to disable filtering. Default: ``5``