From 4ea8d268ea39a99087c362dfa015ce252646c28d Mon Sep 17 00:00:00 2001 From: Dan Joseph Date: Mon, 30 Jan 2023 10:52:50 -0500 Subject: [PATCH] update of arguments --- source/arguments.rst | 15 +++++++++++++++ source/arguments/gltf.rst | 18 ++++++++++++++++++ source/arguments/pc-skip-geometric.rst | 18 ++++++++++++++++++ source/arguments/texturing-single-material.rst | 18 ++++++++++++++++++ source/arguments/video-limit.rst | 18 ++++++++++++++++++ source/arguments/video-resolution.rst | 18 ++++++++++++++++++ source/arguments_edit/gltf.rst | 1 + source/arguments_edit/pc-skip-geometric.rst | 1 + .../texturing-single-material.rst | 1 + source/arguments_edit/video-limit.rst | 1 + source/arguments_edit/video-resolution.rst | 1 + 11 files changed, 110 insertions(+) create mode 100644 source/arguments/gltf.rst create mode 100644 source/arguments/pc-skip-geometric.rst create mode 100644 source/arguments/texturing-single-material.rst create mode 100644 source/arguments/video-limit.rst create mode 100644 source/arguments/video-resolution.rst create mode 100644 source/arguments_edit/gltf.rst create mode 100644 source/arguments_edit/pc-skip-geometric.rst create mode 100644 source/arguments_edit/texturing-single-material.rst create mode 100644 source/arguments_edit/video-limit.rst create mode 100644 source/arguments_edit/video-resolution.rst diff --git a/source/arguments.rst b/source/arguments.rst index 5d2f9ccc2..d6a4fd755 100644 --- a/source/arguments.rst +++ b/source/arguments.rst @@ -83,6 +83,9 @@ Options and Flags :ref:`geo` Path to the image geolocation file containing the camera center coordinates used for georeferencing. If you dont have values for omega/phi/kappa you can set them to 0. The file needs to use the following format: EPSG: or <+proj definition>image_name geo_x geo_y geo_z [omega (degrees)] [phi (degrees)] [kappa (degrees)] [horz accuracy (meters)] [vert accuracy (meters)]Default: ``None`` +:ref:`gltf` + 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`` @@ -167,6 +170,9 @@ Options and Flags :ref:`pc-sample` Filters the point cloud by keeping only a single point around a radius N (in meters). This can be useful to limit the output resolution of the point cloud and remove duplicate points. Set to 0 to disable sampling. Default: ``0`` +:ref:`pc-skip-geometric` + Geometric estimates improve the accuracy of the point cloud by computing geometrically consistent depthmaps but may not be usable in larger datasets. This flag disables geometric estimates. Default: ``False`` + :ref:`pc-tile` Reduce the memory usage needed for depthmap fusion by splitting large scenes into tiles. Turn this on if your machine doesn't have much RAM and/or you've set --pc-quality to high or ultra. Experimental. Default: ``False`` @@ -242,6 +248,9 @@ Options and Flags :ref:`texturing-keep-unseen-faces` Keep faces in the mesh that are not seen in any camera. Default: ``False`` +:ref:`texturing-single-material` + Generate OBJs that have a single material and a single texture file instead of multiple ones. Default: ``False`` + :ref:`texturing-skip-global-seam-leveling` Skip normalization of colors across all images. Useful when processing radiometric data. Default: ``False`` @@ -266,6 +275,12 @@ Options and Flags :ref:`version` Displays version number and exits. +:ref:`video-limit` + Maximum number of frames to extract from video files for processing. Set to 0 for no limit. Default: ``500`` + +:ref:`video-resolution` + The maximum output resolution of extracted video frames in pixels. Default: ``4000`` + diff --git a/source/arguments/gltf.rst b/source/arguments/gltf.rst new file mode 100644 index 000000000..73efc3083 --- /dev/null +++ b/source/arguments/gltf.rst @@ -0,0 +1,18 @@ +.. + AUTO-GENERATED by extract_odm_strings.py! DO NOT EDIT! + If you want to add more details to a command, edit a + .rst file in arguments_edit/.rst + +.. _gltf: + +gltf +```` + + + +Generate single file Binary glTF (GLB) textured models. Default: ``False`` + + + + +`Learn to edit `_ and help improve `this page `_! diff --git a/source/arguments/pc-skip-geometric.rst b/source/arguments/pc-skip-geometric.rst new file mode 100644 index 000000000..2383be07f --- /dev/null +++ b/source/arguments/pc-skip-geometric.rst @@ -0,0 +1,18 @@ +.. + AUTO-GENERATED by extract_odm_strings.py! DO NOT EDIT! + If you want to add more details to a command, edit a + .rst file in arguments_edit/.rst + +.. _pc-skip-geometric: + +pc-skip-geometric +````````````````` + + + +Geometric estimates improve the accuracy of the point cloud by computing geometrically consistent depthmaps but may not be usable in larger datasets. This flag disables geometric estimates. Default: ``False`` + + + + +`Learn to edit `_ and help improve `this page `_! diff --git a/source/arguments/texturing-single-material.rst b/source/arguments/texturing-single-material.rst new file mode 100644 index 000000000..ef6bd1e91 --- /dev/null +++ b/source/arguments/texturing-single-material.rst @@ -0,0 +1,18 @@ +.. + AUTO-GENERATED by extract_odm_strings.py! DO NOT EDIT! + If you want to add more details to a command, edit a + .rst file in arguments_edit/.rst + +.. _texturing-single-material: + +texturing-single-material +````````````````````````` + + + +Generate OBJs that have a single material and a single texture file instead of multiple ones. Default: ``False`` + + + + +`Learn to edit `_ and help improve `this page `_! diff --git a/source/arguments/video-limit.rst b/source/arguments/video-limit.rst new file mode 100644 index 000000000..ddec72df9 --- /dev/null +++ b/source/arguments/video-limit.rst @@ -0,0 +1,18 @@ +.. + AUTO-GENERATED by extract_odm_strings.py! DO NOT EDIT! + If you want to add more details to a command, edit a + .rst file in arguments_edit/.rst + +.. _video-limit: + +video-limit +``````````` + +**Options:** ** + +Maximum number of frames to extract from video files for processing. Set to 0 for no limit. Default: ``500`` + + + + +`Learn to edit `_ and help improve `this page `_! diff --git a/source/arguments/video-resolution.rst b/source/arguments/video-resolution.rst new file mode 100644 index 000000000..883a78fa7 --- /dev/null +++ b/source/arguments/video-resolution.rst @@ -0,0 +1,18 @@ +.. + AUTO-GENERATED by extract_odm_strings.py! DO NOT EDIT! + If you want to add more details to a command, edit a + .rst file in arguments_edit/.rst + +.. _video-resolution: + +video-resolution +```````````````` + +**Options:** ** + +The maximum output resolution of extracted video frames in pixels. Default: ``4000`` + + + + +`Learn to edit `_ and help improve `this page `_! diff --git a/source/arguments_edit/gltf.rst b/source/arguments_edit/gltf.rst new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/source/arguments_edit/gltf.rst @@ -0,0 +1 @@ + diff --git a/source/arguments_edit/pc-skip-geometric.rst b/source/arguments_edit/pc-skip-geometric.rst new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/source/arguments_edit/pc-skip-geometric.rst @@ -0,0 +1 @@ + diff --git a/source/arguments_edit/texturing-single-material.rst b/source/arguments_edit/texturing-single-material.rst new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/source/arguments_edit/texturing-single-material.rst @@ -0,0 +1 @@ + diff --git a/source/arguments_edit/video-limit.rst b/source/arguments_edit/video-limit.rst new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/source/arguments_edit/video-limit.rst @@ -0,0 +1 @@ + diff --git a/source/arguments_edit/video-resolution.rst b/source/arguments_edit/video-resolution.rst new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/source/arguments_edit/video-resolution.rst @@ -0,0 +1 @@ +