From 89733f4fe5efa3cafdfb25edf873ebd7d9db0a95 Mon Sep 17 00:00:00 2001 From: Stephen Mather Date: Thu, 1 Aug 2024 10:28:57 -0400 Subject: [PATCH] update to latest arguments --- source/arguments.rst | 4 ++-- source/arguments/feature-type.rst | 2 +- source/arguments/pc-filter.rst | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/arguments.rst b/source/arguments.rst index f55d630ed..7c9f78583 100644 --- a/source/arguments.rst +++ b/source/arguments.rst @@ -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` 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` 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` - 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` Export the georeferenced point cloud in LAS format. Default: ``False`` diff --git a/source/arguments/feature-type.rst b/source/arguments/feature-type.rst index 92ece7076..8dab97c42 100644 --- a/source/arguments/feature-type.rst +++ b/source/arguments/feature-type.rst @@ -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`` diff --git a/source/arguments/pc-filter.rst b/source/arguments/pc-filter.rst index 1164cc0b1..db6e9f577 100644 --- a/source/arguments/pc-filter.rst +++ b/source/arguments/pc-filter.rst @@ -10,7 +10,7 @@ pc-filter **Options:** ** -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``