diff --git a/source/arguments.rst b/source/arguments.rst index 44fa75f93..a755d32d4 100644 --- a/source/arguments.rst +++ b/source/arguments.rst @@ -1,6 +1,12 @@ Options and Flags ----------------- +:ref:`auto-boundary` + Automatically set a boundary using camera shot locations to limit the area of the reconstruction. This can help remove far away background artifacts (sky, background landscapes, etc.). See also --boundary. Default: ``False`` + +:ref:`boundary` + GeoJSON polygon limiting the area of the reconstruction. Can be specified either as path to a GeoJSON file or as a JSON string representing the contents of a GeoJSON file. Default: `` + :ref:`build-overviews` Build orthophoto overviews for faster display in programs such as QGIS. Default: ``False`` @@ -43,8 +49,8 @@ Options and Flags :ref:`dtm` Use this tag to build a DTM (Digital Terrain Model, ground only) using a simple morphological filter. Check the --dem\* and --smrf\* parameters for finer tuning. Default: ``False`` -:ref:`end-with` dataset | split | merge | opensfm | openmvs | odm_filterpoints | odm_meshing | mvs_texturing | odm_georeferencing | odm_dem | odm_orthophoto | odm_report - End processing at this stage. . Default: ``odm_report`` +:ref:`end-with` dataset | split | merge | opensfm | openmvs | odm_filterpoints | odm_meshing | mvs_texturing | odm_georeferencing | odm_dem | odm_orthophoto | odm_report | odm_postprocess + End processing at this stage. . Default: ``odm_postprocess`` :ref:`fast-orthophoto` Skips dense reconstruction and 3D model generation. It generates an orthophoto directly from the sparse reconstruction. If you just need an orthophoto and do not need a full 3D model, turn on this option. Default: ``False`` @@ -52,7 +58,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` sift | hahog +:ref:`feature-type` sift | orb | hahog Choose the algorithm for extracting keypoints and computing descriptors. . Default: ``sift`` :ref:`force-gps` @@ -160,13 +166,13 @@ Options and Flags :ref:`radiometric-calibration` none | camera | camera+sun Set the radiometric calibration to perform on images. When processing multispectral and thermal images you should set this option to obtain reflectance/temperature values (otherwise you will get digital number values). [camera] applies black level, vignetting, row gradient gain/exposure compensation (if appropriate EXIF tags are found) and computes absolute temperature values. [camera+sun] is experimental, applies all the corrections of [camera], plus compensates for spectral radiance registered via a downwelling light sensor (DLS) taking in consideration the angle of the sun. . Default: ``none`` -:ref:`rerun` dataset | split | merge | opensfm | openmvs | odm_filterpoints | odm_meshing | mvs_texturing | odm_georeferencing | odm_dem | odm_orthophoto | odm_report +:ref:`rerun` dataset | split | merge | opensfm | openmvs | odm_filterpoints | odm_meshing | mvs_texturing | odm_georeferencing | odm_dem | odm_orthophoto | odm_report | odm_postprocess Rerun this stage only and stop. . Default: `` :ref:`rerun-all` Permanently delete all previous results and rerun the processing pipeline. -:ref:`rerun-from` dataset | split | merge | opensfm | openmvs | odm_filterpoints | odm_meshing | mvs_texturing | odm_georeferencing | odm_dem | odm_orthophoto | odm_report +:ref:`rerun-from` dataset | split | merge | opensfm | openmvs | odm_filterpoints | odm_meshing | mvs_texturing | odm_georeferencing | odm_dem | odm_orthophoto | odm_report | odm_postprocess Rerun processing from this stage. . Default: `` :ref:`resize-to` diff --git a/source/arguments/end-with.rst b/source/arguments/end-with.rst index c7b4163c9..3e75b8e92 100644 --- a/source/arguments/end-with.rst +++ b/source/arguments/end-with.rst @@ -8,9 +8,9 @@ end-with ```````` -**Options:** *dataset | split | merge | opensfm | openmvs | odm_filterpoints | odm_meshing | mvs_texturing | odm_georeferencing | odm_dem | odm_orthophoto | odm_report* +**Options:** *dataset | split | merge | opensfm | openmvs | odm_filterpoints | odm_meshing | mvs_texturing | odm_georeferencing | odm_dem | odm_orthophoto | odm_report | odm_postprocess* -End processing at this stage. . Default: ``odm_report`` +End processing at this stage. . Default: ``odm_postprocess`` .. include:: ../arguments_edit/end-with.rst diff --git a/source/arguments/feature-type.rst b/source/arguments/feature-type.rst index a3085bad2..52882a2a8 100644 --- a/source/arguments/feature-type.rst +++ b/source/arguments/feature-type.rst @@ -8,7 +8,7 @@ feature-type ```````````` -**Options:** *sift | hahog* +**Options:** *sift | orb | hahog* Choose the algorithm for extracting keypoints and computing descriptors. . Default: ``sift`` diff --git a/source/arguments/rerun-from.rst b/source/arguments/rerun-from.rst index 4545abb2c..99b7964af 100644 --- a/source/arguments/rerun-from.rst +++ b/source/arguments/rerun-from.rst @@ -8,7 +8,7 @@ rerun-from `````````` -**Options:** *dataset | split | merge | opensfm | openmvs | odm_filterpoints | odm_meshing | mvs_texturing | odm_georeferencing | odm_dem | odm_orthophoto | odm_report* +**Options:** *dataset | split | merge | opensfm | openmvs | odm_filterpoints | odm_meshing | mvs_texturing | odm_georeferencing | odm_dem | odm_orthophoto | odm_report | odm_postprocess* Rerun processing from this stage. . Default: `` diff --git a/source/arguments/rerun.rst b/source/arguments/rerun.rst index ac1870ef8..42eb5bdc7 100644 --- a/source/arguments/rerun.rst +++ b/source/arguments/rerun.rst @@ -8,7 +8,7 @@ rerun ````` -**Options:** *dataset | split | merge | opensfm | openmvs | odm_filterpoints | odm_meshing | mvs_texturing | odm_georeferencing | odm_dem | odm_orthophoto | odm_report* +**Options:** *dataset | split | merge | opensfm | openmvs | odm_filterpoints | odm_meshing | mvs_texturing | odm_georeferencing | odm_dem | odm_orthophoto | odm_report | odm_postprocess* Rerun this stage only and stop. . Default: ``