From 395afe4800b4a12ffd7ad272960505698fe88e53 Mon Sep 17 00:00:00 2001 From: Stephen Mather Date: Tue, 12 Mar 2024 01:49:17 -0400 Subject: [PATCH] add updated args --- source/arguments.rst | 7 ++----- source/arguments/feature-type.rst | 2 +- source/arguments/gps-accuracy.rst | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/source/arguments.rst b/source/arguments.rst index b95e4eaa2..f55d630ed 100644 --- a/source/arguments.rst +++ b/source/arguments.rst @@ -71,7 +71,7 @@ Options and Flags :ref:`feature-quality` ultra | high | medium | low | lowest Set feature extraction quality. Higher quality generates better features, but requires more memory and takes longer. . Default: ``high`` -:ref:`feature-type` akaze | hahog | orb | sift +:ref:`feature-type` akaze | dspsift | hahog | orb | sift Choose the algorithm for extracting keypoints and computing descriptors. . Default: ``sift`` :ref:`force-gps` @@ -87,7 +87,7 @@ Options and Flags Generate single file Binary glTF (GLB) textured models. Default: ``False`` :ref:`gps-accuracy` - Set a value in meters for the GPS Dilution of Precision (DOP) information for all images. If your images are tagged with high precision GPS information (RTK), this value will be automatically set accordingly. You can use this option to manually set it in case the reconstruction fails. Lowering this option can sometimes help control bowling-effects over large areas. Default: ``10`` + Set a value in meters for the GPS Dilution of Precision (DOP) information for all images. If your images are tagged with high precision GPS information (RTK), this value will be automatically set accordingly. You can use this option to manually set it in case the reconstruction fails. Lowering this option can sometimes help control bowling-effects over large areas. Default: ``3`` :ref:`help` show this help message and exit @@ -257,9 +257,6 @@ Options and Flags :ref:`texturing-skip-global-seam-leveling` Skip normalization of colors across all images. Useful when processing radiometric data. Default: ``False`` -:ref:`texturing-skip-local-seam-leveling` - Skip the blending of colors near seams. Default: ``False`` - :ref:`tiles` Generate static tiles for orthophotos and DEMs that are suitable for viewers like Leaflet or OpenLayers. Default: ``False`` diff --git a/source/arguments/feature-type.rst b/source/arguments/feature-type.rst index 43aaab174..92ece7076 100644 --- a/source/arguments/feature-type.rst +++ b/source/arguments/feature-type.rst @@ -8,7 +8,7 @@ feature-type ```````````` -**Options:** *akaze | hahog | orb | sift* +**Options:** *akaze | dspsift | hahog | orb | sift* Choose the algorithm for extracting keypoints and computing descriptors. . Default: ``sift`` diff --git a/source/arguments/gps-accuracy.rst b/source/arguments/gps-accuracy.rst index 484445f04..8ebbc7ece 100644 --- a/source/arguments/gps-accuracy.rst +++ b/source/arguments/gps-accuracy.rst @@ -10,7 +10,7 @@ gps-accuracy **Options:** ** -Set a value in meters for the GPS Dilution of Precision (DOP) information for all images. If your images are tagged with high precision GPS information (RTK), this value will be automatically set accordingly. You can use this option to manually set it in case the reconstruction fails. Lowering this option can sometimes help control bowling-effects over large areas. Default: ``10`` +Set a value in meters for the GPS Dilution of Precision (DOP) information for all images. If your images are tagged with high precision GPS information (RTK), this value will be automatically set accordingly. You can use this option to manually set it in case the reconstruction fails. Lowering this option can sometimes help control bowling-effects over large areas. Default: ``3``