From 4ea8d268ea39a99087c362dfa015ce252646c28d Mon Sep 17 00:00:00 2001 From: Dan Joseph Date: Mon, 30 Jan 2023 10:52:50 -0500 Subject: [PATCH 1/5] 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 @@ + From 48bb3da9cf294ad5338fd97697983c91b7f147c0 Mon Sep 17 00:00:00 2001 From: Dan Joseph Date: Mon, 30 Jan 2023 11:00:00 -0500 Subject: [PATCH 2/5] alphabetize languages list, add Czech --- Makefile | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Makefile b/Makefile index 3bcd2898a..f81dd76fe 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ updatepot: # update the po files for each target language from the EN pot files updatelangpo: - sphinx-intl update --pot-dir "source/locale/pot" --language sw,ar,es,fr,te,fil,id + sphinx-intl update --pot-dir "source/locale/pot" --language cs,es,fil,fr,id,sw,te # push new and changed strings to Transifex pushlang: @@ -39,17 +39,17 @@ pushlang: # push translated strings from Transifex pulllang: - tx pull --language "sw,ar,es,fr,te,fil,id" + tx pull --language "cs,es,fil,fr,id,sw,te" build: @$(SPHINXBUILD) -b dirhtml "$(SOURCEDIR)" "$(BUILDDIR)/html" -nW - @$(SPHINXBUILD) -b dirhtml -D language='sw' "$(SOURCEDIR)" "$(BUILDDIR)/html/sw" -nW - # @$(SPHINXBUILD) -b dirhtml -D language='ar' "$(SOURCEDIR)" "$(BUILDDIR)/html/ar" -nW + @$(SPHINXBUILD) -b dirhtml -D language='cs' "$(SOURCEDIR)" "$(BUILDDIR)/html/cs" -nW @$(SPHINXBUILD) -b dirhtml -D language='es' "$(SOURCEDIR)" "$(BUILDDIR)/html/es" -nW - @$(SPHINXBUILD) -b dirhtml -D language='fr' "$(SOURCEDIR)" "$(BUILDDIR)/html/fr" -nW - @$(SPHINXBUILD) -b dirhtml -D language='te' "$(SOURCEDIR)" "$(BUILDDIR)/html/te" -nW @$(SPHINXBUILD) -b dirhtml -D language='fil' "$(SOURCEDIR)" "$(BUILDDIR)/html/fil" -nW + @$(SPHINXBUILD) -b dirhtml -D language='fr' "$(SOURCEDIR)" "$(BUILDDIR)/html/fr" -nW @$(SPHINXBUILD) -b dirhtml -D language='id' "$(SOURCEDIR)" "$(BUILDDIR)/html/id" -nW + @$(SPHINXBUILD) -b dirhtml -D language='sw' "$(SOURCEDIR)" "$(BUILDDIR)/html/sw" -nW + @$(SPHINXBUILD) -b dirhtml -D language='te' "$(SOURCEDIR)" "$(BUILDDIR)/html/te" -nW # -n Run in nit-picky mode. Currently, this generates warnings for all missing references. # -W Turn warnings into errors that stop the build. # for more details about the options see https://www.sphinx-doc.org/en/1.8/man/sphinx-build.html#options @@ -58,13 +58,13 @@ build: # it will log all errors that need to be fixed in the translations (generally syntax errors) allerr: @$(SPHINXBUILD) -v -b dirhtml "$(SOURCEDIR)" "$(BUILDDIR)/html" - @$(SPHINXBUILD) -v -b dirhtml -D language='sw' "$(SOURCEDIR)" "$(BUILDDIR)/html/sw" - # @$(SPHINXBUILD) -v -b dirhtml -D language='ar' "$(SOURCEDIR)" "$(BUILDDIR)/html/ar" + @$(SPHINXBUILD) -v -b dirhtml -D language='cs' "$(SOURCEDIR)" "$(BUILDDIR)/html/cs" @$(SPHINXBUILD) -v -b dirhtml -D language='es' "$(SOURCEDIR)" "$(BUILDDIR)/html/es" - @$(SPHINXBUILD) -v -b dirhtml -D language='fr' "$(SOURCEDIR)" "$(BUILDDIR)/html/fr" - @$(SPHINXBUILD) -v -b dirhtml -D language='te' "$(SOURCEDIR)" "$(BUILDDIR)/html/te" @$(SPHINXBUILD) -v -b dirhtml -D language='fil' "$(SOURCEDIR)" "$(BUILDDIR)/html/fil" + @$(SPHINXBUILD) -v -b dirhtml -D language='fr' "$(SOURCEDIR)" "$(BUILDDIR)/html/fr" @$(SPHINXBUILD) -v -b dirhtml -D language='id' "$(SOURCEDIR)" "$(BUILDDIR)/html/id" + @$(SPHINXBUILD) -v -b dirhtml -D language='sw' "$(SOURCEDIR)" "$(BUILDDIR)/html/sw" + @$(SPHINXBUILD) -v -b dirhtml -D language='te' "$(SOURCEDIR)" "$(BUILDDIR)/html/te" # Catch-all target: route all unknown targets to Sphinx using the new # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). From e1d23d431dedfb1606b6b71e612cc20174ef84cc Mon Sep 17 00:00:00 2001 From: Dan Joseph Date: Mon, 30 Jan 2023 11:00:57 -0500 Subject: [PATCH 3/5] run updatelangpo --- source/locale/cs/LC_MESSAGES/arguments.po | 949 +++++++++++ .../cs/LC_MESSAGES/arguments/auto-boundary.po | 181 +++ .../cs/LC_MESSAGES/arguments/boundary.po | 568 +++++++ .../LC_MESSAGES/arguments/build-overviews.po | 187 +++ .../cs/LC_MESSAGES/arguments/camera-lens.po | 242 +++ .../cs/LC_MESSAGES/arguments/cameras.po | 43 + source/locale/cs/LC_MESSAGES/arguments/cog.po | 216 +++ .../cs/LC_MESSAGES/arguments/copy-to.po | 40 + .../locale/cs/LC_MESSAGES/arguments/crop.po | 42 + .../locale/cs/LC_MESSAGES/arguments/debug.po | 35 + .../LC_MESSAGES/arguments/dem-decimation.po | 44 + .../arguments/dem-euclidean-map.po | 40 + .../arguments/dem-gapfill-steps.po | 45 + .../LC_MESSAGES/arguments/dem-resolution.po | 43 + .../arguments/depthmap-resolution.po | 44 + source/locale/cs/LC_MESSAGES/arguments/dsm.po | 38 + source/locale/cs/LC_MESSAGES/arguments/dtm.po | 38 + .../cs/LC_MESSAGES/arguments/end-with.po | 43 + .../LC_MESSAGES/arguments/fast-orthophoto.po | 40 + .../LC_MESSAGES/arguments/feature-quality.po | 42 + .../cs/LC_MESSAGES/arguments/feature-type.po | 42 + .../cs/LC_MESSAGES/arguments/force-gps.po | 39 + source/locale/cs/LC_MESSAGES/arguments/gcp.po | 43 + source/locale/cs/LC_MESSAGES/arguments/geo.po | 45 + .../cs/LC_MESSAGES/arguments/gps-accuracy.po | 46 + .../locale/cs/LC_MESSAGES/arguments/help.po | 35 + .../cs/LC_MESSAGES/arguments/ignore-gsd.po | 41 + .../LC_MESSAGES/arguments/matcher-distance.po | 43 + .../arguments/matcher-neighbors.po | 42 + .../cs/LC_MESSAGES/arguments/matcher-type.po | 44 + .../LC_MESSAGES/arguments/max-concurrency.po | 43 + .../locale/cs/LC_MESSAGES/arguments/merge.po | 42 + .../arguments/mesh-octree-depth.po | 42 + .../cs/LC_MESSAGES/arguments/mesh-size.po | 40 + .../LC_MESSAGES/arguments/min-num-features.po | 44 + .../locale/cs/LC_MESSAGES/arguments/name.po | 41 + .../arguments/optimize-disk-space.po | 40 + .../arguments/orthophoto-compression.po | 40 + .../arguments/orthophoto-cutline.po | 40 + .../LC_MESSAGES/arguments/orthophoto-kmz.po | 38 + .../arguments/orthophoto-no-tiled.po | 36 + .../LC_MESSAGES/arguments/orthophoto-png.po | 38 + .../arguments/orthophoto-resolution.po | 43 + .../cs/LC_MESSAGES/arguments/pc-classify.po | 39 + .../locale/cs/LC_MESSAGES/arguments/pc-csv.po | 36 + .../locale/cs/LC_MESSAGES/arguments/pc-ept.po | 38 + .../cs/LC_MESSAGES/arguments/pc-filter.po | 43 + .../cs/LC_MESSAGES/arguments/pc-geometric.po | 39 + .../locale/cs/LC_MESSAGES/arguments/pc-las.po | 36 + .../cs/LC_MESSAGES/arguments/pc-quality.po | 44 + .../cs/LC_MESSAGES/arguments/pc-rectify.po | 39 + .../cs/LC_MESSAGES/arguments/pc-sample.po | 44 + .../cs/LC_MESSAGES/arguments/pc-tile.po | 40 + .../cs/LC_MESSAGES/arguments/primary-band.po | 43 + .../cs/LC_MESSAGES/arguments/project-path.po | 42 + .../arguments/radiometric-calibration.po | 49 + .../cs/LC_MESSAGES/arguments/rerun-all.po | 36 + .../cs/LC_MESSAGES/arguments/rerun-from.po | 43 + .../locale/cs/LC_MESSAGES/arguments/rerun.po | 42 + .../cs/LC_MESSAGES/arguments/resize-to.po | 44 + .../cs/LC_MESSAGES/arguments/sfm-algorithm.po | 43 + .../cs/LC_MESSAGES/arguments/skip-3dmodel.po | 38 + .../arguments/skip-band-alignment.po | 39 + .../LC_MESSAGES/arguments/skip-orthophoto.po | 38 + .../cs/LC_MESSAGES/arguments/skip-report.po | 38 + .../cs/LC_MESSAGES/arguments/sm-cluster.po | 42 + .../cs/LC_MESSAGES/arguments/smrf-scalar.po | 40 + .../cs/LC_MESSAGES/arguments/smrf-slope.po | 42 + .../LC_MESSAGES/arguments/smrf-threshold.po | 42 + .../cs/LC_MESSAGES/arguments/smrf-window.po | 42 + .../arguments/split-image-groups.po | 43 + .../cs/LC_MESSAGES/arguments/split-overlap.po | 44 + .../locale/cs/LC_MESSAGES/arguments/split.po | 43 + .../arguments/texturing-data-term.po | 43 + .../arguments/texturing-keep-unseen-faces.po | 38 + .../texturing-outlier-removal-type.po | 40 + .../texturing-skip-global-seam-leveling.po | 38 + .../texturing-skip-local-seam-leveling.po | 36 + .../arguments/texturing-tone-mapping.po | 42 + .../locale/cs/LC_MESSAGES/arguments/tiles.po | 37 + .../locale/cs/LC_MESSAGES/arguments/time.po | 35 + .../cs/LC_MESSAGES/arguments/use-3dmesh.po | 39 + .../cs/LC_MESSAGES/arguments/use-exif.po | 38 + .../arguments/use-fixed-camera-params.po | 39 + .../arguments/use-hybrid-bundle-adjustment.po | 39 + .../cs/LC_MESSAGES/arguments/verbose.po | 35 + .../cs/LC_MESSAGES/arguments/version.po | 35 + source/locale/cs/LC_MESSAGES/contributing.po | 194 +++ source/locale/cs/LC_MESSAGES/faq.po | 74 + source/locale/cs/LC_MESSAGES/flying.po | 76 + source/locale/cs/LC_MESSAGES/gcp.po | 244 +++ source/locale/cs/LC_MESSAGES/geo.po | 91 ++ source/locale/cs/LC_MESSAGES/index.po | 80 + source/locale/cs/LC_MESSAGES/installation.po | 840 ++++++++++ source/locale/cs/LC_MESSAGES/large.po | 279 ++++ source/locale/cs/LC_MESSAGES/map-accuracy.po | 235 +++ source/locale/cs/LC_MESSAGES/masks.po | 72 + source/locale/cs/LC_MESSAGES/multispectral.po | 78 + source/locale/cs/LC_MESSAGES/outputs.po | 147 ++ .../cs/LC_MESSAGES/requesting-features.po | 101 ++ source/locale/cs/LC_MESSAGES/resources.po | 96 ++ source/locale/cs/LC_MESSAGES/tutorials.po | 1417 +++++++++++++++++ 102 files changed, 9656 insertions(+) create mode 100644 source/locale/cs/LC_MESSAGES/arguments.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/auto-boundary.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/boundary.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/build-overviews.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/camera-lens.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/cameras.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/cog.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/copy-to.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/crop.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/debug.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/dem-decimation.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/dem-euclidean-map.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/dem-gapfill-steps.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/dem-resolution.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/depthmap-resolution.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/dsm.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/dtm.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/end-with.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/fast-orthophoto.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/feature-quality.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/feature-type.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/force-gps.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/gcp.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/geo.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/gps-accuracy.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/help.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/ignore-gsd.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/matcher-distance.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/matcher-neighbors.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/matcher-type.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/max-concurrency.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/merge.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/mesh-octree-depth.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/mesh-size.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/min-num-features.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/name.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/optimize-disk-space.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/orthophoto-compression.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/orthophoto-cutline.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/orthophoto-kmz.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/orthophoto-no-tiled.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/orthophoto-png.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/orthophoto-resolution.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/pc-classify.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/pc-csv.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/pc-ept.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/pc-filter.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/pc-geometric.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/pc-las.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/pc-quality.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/pc-rectify.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/pc-sample.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/pc-tile.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/primary-band.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/project-path.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/radiometric-calibration.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/rerun-all.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/rerun-from.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/rerun.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/resize-to.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/sfm-algorithm.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/skip-3dmodel.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/skip-band-alignment.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/skip-orthophoto.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/skip-report.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/sm-cluster.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/smrf-scalar.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/smrf-slope.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/smrf-threshold.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/smrf-window.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/split-image-groups.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/split-overlap.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/split.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/texturing-data-term.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/texturing-keep-unseen-faces.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/texturing-outlier-removal-type.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/texturing-skip-global-seam-leveling.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/texturing-skip-local-seam-leveling.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/texturing-tone-mapping.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/tiles.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/time.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/use-3dmesh.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/use-exif.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/use-fixed-camera-params.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/use-hybrid-bundle-adjustment.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/verbose.po create mode 100644 source/locale/cs/LC_MESSAGES/arguments/version.po create mode 100644 source/locale/cs/LC_MESSAGES/contributing.po create mode 100644 source/locale/cs/LC_MESSAGES/faq.po create mode 100644 source/locale/cs/LC_MESSAGES/flying.po create mode 100644 source/locale/cs/LC_MESSAGES/gcp.po create mode 100644 source/locale/cs/LC_MESSAGES/geo.po create mode 100644 source/locale/cs/LC_MESSAGES/index.po create mode 100644 source/locale/cs/LC_MESSAGES/installation.po create mode 100644 source/locale/cs/LC_MESSAGES/large.po create mode 100644 source/locale/cs/LC_MESSAGES/map-accuracy.po create mode 100644 source/locale/cs/LC_MESSAGES/masks.po create mode 100644 source/locale/cs/LC_MESSAGES/multispectral.po create mode 100644 source/locale/cs/LC_MESSAGES/outputs.po create mode 100644 source/locale/cs/LC_MESSAGES/requesting-features.po create mode 100644 source/locale/cs/LC_MESSAGES/resources.po create mode 100644 source/locale/cs/LC_MESSAGES/tutorials.po diff --git a/source/locale/cs/LC_MESSAGES/arguments.po b/source/locale/cs/LC_MESSAGES/arguments.po new file mode 100644 index 000000000..561f2463f --- /dev/null +++ b/source/locale/cs/LC_MESSAGES/arguments.po @@ -0,0 +1,949 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2020, OpenDroneMap +# This file is distributed under the same license as the OpenDroneMap +# package. +# FIRST AUTHOR , 2023. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: OpenDroneMap 2.7.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-12-28 10:32-0500\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../arguments.rst:9 +msgid "Options and Flags" +msgstr "" + +#: ../../arguments.rst:12 +msgid ":ref:`auto-boundary`" +msgstr "" + +#: ../../arguments.rst:12 +msgid "" +"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``" +msgstr "" + +#: ../../arguments.rst:15 +msgid ":ref:`boundary` " +msgstr "" + +#: ../../arguments.rst:15 +msgid "" +"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: ``" +msgstr "" + +#: ../../arguments.rst:18 +msgid ":ref:`build-overviews`" +msgstr "" + +#: ../../arguments.rst:18 +msgid "" +"Build orthophoto overviews for faster display in programs such as QGIS. " +"Default: ``False``" +msgstr "" + +#: ../../arguments.rst:21 +msgid "" +":ref:`camera-lens` auto | perspective | brown | fisheye |" +" spherical" +msgstr "" + +#: ../../arguments.rst:21 +msgid "" +"Set a camera projection type. Manually setting a value can help improve " +"geometric undistortion. By default the application tries to determine a " +"lens type from the images metadata. . Default: ``auto``" +msgstr "" + +#: ../../arguments.rst:24 +msgid ":ref:`cameras` " +msgstr "" + +#: ../../arguments.rst:24 +msgid "" +"Use the camera parameters computed from another dataset instead of " +"calculating them. Can be specified either as path to a cameras.json file " +"or as a JSON string representing the contents of a cameras.json file. " +"Default: ``" +msgstr "" + +#: ../../arguments.rst:27 +msgid ":ref:`cog`" +msgstr "" + +#: ../../arguments.rst:27 +msgid "" +"Create Cloud-Optimized GeoTIFFs instead of normal GeoTIFFs. Default: " +"``False``" +msgstr "" + +#: ../../arguments.rst:30 +msgid ":ref:`copy-to` " +msgstr "" + +#: ../../arguments.rst:30 +msgid "Copy output results to this folder after processing." +msgstr "" + +#: ../../arguments.rst:33 +msgid ":ref:`crop` " +msgstr "" + +#: ../../arguments.rst:33 +msgid "" +"Automatically crop image outputs by creating a smooth buffer around the " +"dataset boundaries, shrinked by N meters. Use 0 to disable cropping. " +"Default: ``3``" +msgstr "" + +#: ../../arguments.rst:36 +msgid ":ref:`debug`" +msgstr "" + +#: ../../arguments.rst:36 +msgid "Print debug messages. Default: ``False``" +msgstr "" + +#: ../../arguments.rst:39 +msgid ":ref:`dem-decimation` " +msgstr "" + +#: ../../arguments.rst:39 +#, python-format +msgid "" +"Decimate the points before generating the DEM. 1 is no decimation (full " +"quality). 100 decimates ~99%% of the points. Useful for speeding up " +"generation of DEM results in very large datasets. Default: ``1``" +msgstr "" + +#: ../../arguments.rst:42 +msgid ":ref:`dem-euclidean-map`" +msgstr "" + +#: ../../arguments.rst:42 +msgid "" +"Computes an euclidean raster map for each DEM. The map reports the " +"distance from each cell to the nearest NODATA value (before any hole " +"filling takes place). This can be useful to isolate the areas that have " +"been filled. Default: ``False``" +msgstr "" + +#: ../../arguments.rst:45 +msgid ":ref:`dem-gapfill-steps` " +msgstr "" + +#: ../../arguments.rst:45 +msgid "" +"Number of steps used to fill areas with gaps. Set to 0 to disable gap " +"filling. Starting with a radius equal to the output resolution, N " +"different DEMs are generated with progressively bigger radius using the " +"inverse distance weighted (IDW) algorithm and merged together. Remaining " +"gaps are then merged using nearest neighbor interpolation. Default: ``3``" +msgstr "" + +#: ../../arguments.rst:48 +msgid ":ref:`dem-resolution` " +msgstr "" + +#: ../../arguments.rst:48 +msgid "" +"DSM/DTM resolution in cm / pixel. Note that this value is capped by a " +"ground sampling distance (GSD) estimate. To remove the cap, check " +"--ignore-gsd also. Default: ``5``" +msgstr "" + +#: ../../arguments.rst:51 +msgid ":ref:`depthmap-resolution` " +msgstr "" + +#: ../../arguments.rst:51 +msgid "" +"Legacy option (use --pc-quality instead). Controls the density of the " +"point cloud by setting the resolution of the depthmap images. Higher " +"values take longer to compute but produce denser point clouds. Default: " +"``640``" +msgstr "" + +#: ../../arguments.rst:54 +msgid ":ref:`dsm`" +msgstr "" + +#: ../../arguments.rst:54 +msgid "" +"Use this tag to build a DSM (Digital Surface Model, ground + objects) " +"using a progressive morphological filter. Check the --dem\\* parameters " +"for finer tuning. Default: ``False``" +msgstr "" + +#: ../../arguments.rst:57 +msgid ":ref:`dtm`" +msgstr "" + +#: ../../arguments.rst:57 +msgid "" +"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``" +msgstr "" + +#: ../../arguments.rst:60 +msgid "" +":ref:`end-with` dataset | split | merge | opensfm | openmvs" +" | odm_filterpoints | odm_meshing | mvs_texturing | " +"odm_georeferencing | odm_dem | odm_orthophoto | odm_report | " +"odm_postprocess" +msgstr "" + +#: ../../arguments.rst:60 +msgid "End processing at this stage. . Default: ``odm_postprocess``" +msgstr "" + +#: ../../arguments.rst:63 +msgid ":ref:`fast-orthophoto`" +msgstr "" + +#: ../../arguments.rst:63 +msgid "" +"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``" +msgstr "" + +#: ../../arguments.rst:66 +msgid "" +":ref:`feature-quality` ultra | high | medium | low |" +" lowest" +msgstr "" + +#: ../../arguments.rst:66 +msgid "" +"Set feature extraction quality. Higher quality generates better features," +" but requires more memory and takes longer. . Default: ``high``" +msgstr "" + +#: ../../arguments.rst:69 +msgid ":ref:`feature-type` akaze | hahog | orb | sift" +msgstr "" + +#: ../../arguments.rst:69 +msgid "" +"Choose the algorithm for extracting keypoints and computing descriptors. " +". Default: ``sift``" +msgstr "" + +#: ../../arguments.rst:72 +msgid ":ref:`force-gps`" +msgstr "" + +#: ../../arguments.rst:72 +msgid "" +"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``" +msgstr "" + +#: ../../arguments.rst:75 +msgid ":ref:`gcp` " +msgstr "" + +#: ../../arguments.rst:75 +msgid "" +"Path to the file containing the ground control points used for " +"georeferencing. The file needs to use the following format: EPSG: " +"or <+proj definition>geo_x geo_y geo_z im_x im_y image_name [gcp_name] " +"[extra1] [extra2]Default: ``None``" +msgstr "" + +#: ../../arguments.rst:78 +msgid ":ref:`geo` " +msgstr "" + +#: ../../arguments.rst:78 +msgid "" +"Path to the image geolocation file containing the camera center " +"coordinates used for georeferencing. Note that omega/phi/kappa are " +"currently not supported (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``" +msgstr "" + +#: ../../arguments.rst:81 +msgid ":ref:`gps-accuracy` " +msgstr "" + +#: ../../arguments.rst:81 +msgid "" +"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``" +msgstr "" + +#: ../../arguments.rst:84 +msgid ":ref:`help`" +msgstr "" + +#: ../../arguments.rst:84 +msgid "show this help message and exit" +msgstr "" + +#: ../../arguments.rst:87 +msgid ":ref:`ignore-gsd`" +msgstr "" + +#: ../../arguments.rst:87 +msgid "" +"Ignore Ground Sampling Distance (GSD). GSD caps the maximum resolution of" +" image outputs and resizes images when necessary, resulting in faster " +"processing and lower memory usage. Since GSD is an estimate, sometimes " +"ignoring it can result in slightly better image output quality. Default: " +"``False``" +msgstr "" + +#: ../../arguments.rst:90 +msgid ":ref:`matcher-neighbors` " +msgstr "" + +#: ../../arguments.rst:90 +msgid "" +"Number of nearest images to pre-match based on GPS exif data. Set to 0 to" +" skip pre-matching. Default: ``8``" +msgstr "" + +#: ../../arguments.rst:93 +msgid ":ref:`matcher-type` bow | bruteforce | flann" +msgstr "" + +#: ../../arguments.rst:93 +msgid "" +"Matcher algorithm, Fast Library for Approximate Nearest Neighbors or Bag " +"of Words. FLANN is slower, but more stable. BOW is faster, but can " +"sometimes miss valid matches. BRUTEFORCE is very slow but robust.. " +"Default: ``flann``" +msgstr "" + +#: ../../arguments.rst:96 +msgid ":ref:`max-concurrency` " +msgstr "" + +#: ../../arguments.rst:96 +msgid "" +"The maximum number of processes to use in various processes. Peak memory " +"requirement is ~1GB per thread and 2 megapixel image resolution. Default:" +" ``4``" +msgstr "" + +#: ../../arguments.rst:99 +msgid ":ref:`merge` all | pointcloud | orthophoto | dem" +msgstr "" + +#: ../../arguments.rst:99 +msgid "" +"Choose what to merge in the merge step in a split dataset. By default all" +" available outputs are merged. Options: ['all', 'pointcloud', " +"'orthophoto', 'dem']. Default: ``all``" +msgstr "" + +#: ../../arguments.rst:102 +msgid ":ref:`mesh-octree-depth` " +msgstr "" + +#: ../../arguments.rst:102 +msgid "" +"Octree depth used in the mesh reconstruction, increase to get more " +"vertices, recommended values are 8-12. Default: ``11``" +msgstr "" + +#: ../../arguments.rst:105 +msgid ":ref:`mesh-size` " +msgstr "" + +#: ../../arguments.rst:105 +msgid "The maximum vertex count of the output mesh. Default: ``200000``" +msgstr "" + +#: ../../arguments.rst:108 +msgid ":ref:`min-num-features` " +msgstr "" + +#: ../../arguments.rst:108 +msgid "" +"Minimum number of features to extract per image. More features can be " +"useful for finding more matches between images, potentially allowing the " +"reconstruction of areas with little overlap or insufficient features. " +"More features also slow down processing. Default: ``8000``" +msgstr "" + +#: ../../arguments.rst:111 +msgid ":ref:`name` " +msgstr "" + +#: ../../arguments.rst:111 +msgid "" +"Name of dataset (i.e subfolder name within project folder). Default: " +"``code``" +msgstr "" + +#: ../../arguments.rst:114 +msgid ":ref:`optimize-disk-space`" +msgstr "" + +#: ../../arguments.rst:114 +msgid "" +"Delete heavy intermediate files to optimize disk space usage. This " +"affects the ability to restart the pipeline from an intermediate stage, " +"but allows datasets to be processed on machines that don't have " +"sufficient disk space available. Default: ``False``" +msgstr "" + +#: ../../arguments.rst:117 +msgid "" +":ref:`orthophoto-compression` JPEG | LZW | " +"PACKBITS | DEFLATE | LZMA | NONE" +msgstr "" + +#: ../../arguments.rst:117 +msgid "Set the compression to use for orthophotos. . Default: ``DEFLATE``" +msgstr "" + +#: ../../arguments.rst:120 +msgid ":ref:`orthophoto-cutline`" +msgstr "" + +#: ../../arguments.rst:120 +msgid "" +"Generates a polygon around the cropping area that cuts the orthophoto " +"around the edges of features. This polygon can be useful for stitching " +"seamless mosaics with multiple overlapping orthophotos. Default: " +"``False``" +msgstr "" + +#: ../../arguments.rst:123 +msgid ":ref:`orthophoto-kmz`" +msgstr "" + +#: ../../arguments.rst:123 +msgid "" +"Set this parameter if you want to generate a Google Earth (KMZ) rendering" +" of the orthophoto. Default: ``False``" +msgstr "" + +#: ../../arguments.rst:126 +msgid ":ref:`orthophoto-no-tiled`" +msgstr "" + +#: ../../arguments.rst:126 +msgid "Set this parameter if you want a striped GeoTIFF. Default: ``False``" +msgstr "" + +#: ../../arguments.rst:129 +msgid ":ref:`orthophoto-png`" +msgstr "" + +#: ../../arguments.rst:129 +msgid "" +"Set this parameter if you want to generate a PNG rendering of the " +"orthophoto. Default: ``False``" +msgstr "" + +#: ../../arguments.rst:132 +msgid ":ref:`orthophoto-resolution` 0.0>" +msgstr "" + +#: ../../arguments.rst:132 +msgid "" +"Orthophoto resolution in cm / pixel. Note that this value is capped by a " +"ground sampling distance (GSD) estimate. To remove the cap, check " +"--ignore-gsd also. Default: ``5``" +msgstr "" + +#: ../../arguments.rst:135 +msgid ":ref:`pc-classify`" +msgstr "" + +#: ../../arguments.rst:135 +msgid "" +"Classify the point cloud outputs using a Simple Morphological Filter. You" +" can control the behavior of this option by tweaking the --dem-\\* " +"parameters. Default: ``False``" +msgstr "" + +#: ../../arguments.rst:138 +msgid ":ref:`pc-csv`" +msgstr "" + +#: ../../arguments.rst:138 +msgid "Export the georeferenced point cloud in CSV format. Default: ``False``" +msgstr "" + +#: ../../arguments.rst:141 +msgid ":ref:`pc-ept`" +msgstr "" + +#: ../../arguments.rst:141 +msgid "" +"Export the georeferenced point cloud in Entwine Point Tile (EPT) format. " +"Default: ``False``" +msgstr "" + +#: ../../arguments.rst:144 +msgid ":ref:`pc-filter` " +msgstr "" + +#: ../../arguments.rst:144 +msgid "" +"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``" +msgstr "" + +#: ../../arguments.rst:147 +msgid ":ref:`pc-geometric`" +msgstr "" + +#: ../../arguments.rst:147 +msgid "" +"Improve the accuracy of the point cloud by computing geometrically " +"consistent depthmaps. This increases processing time, but can improve " +"results in urban scenes. Default: ``False``" +msgstr "" + +#: ../../arguments.rst:150 +msgid ":ref:`pc-las`" +msgstr "" + +#: ../../arguments.rst:150 +msgid "Export the georeferenced point cloud in LAS format. Default: ``False``" +msgstr "" + +#: ../../arguments.rst:153 +msgid ":ref:`pc-quality` ultra | high | medium | low | lowest" +msgstr "" + +#: ../../arguments.rst:153 +msgid "" +"Set point cloud quality. Higher quality generates better, denser point " +"clouds, but requires more memory and takes longer. Each step up in " +"quality increases processing time roughly by a factor of 4x.. Default: " +"``medium``" +msgstr "" + +#: ../../arguments.rst:156 +msgid ":ref:`pc-rectify`" +msgstr "" + +#: ../../arguments.rst:156 +msgid "" +"Perform ground rectification on the point cloud. This means that wrongly " +"classified ground points will be re-classified and gaps will be filled. " +"Useful for generating DTMs. Default: ``False``" +msgstr "" + +#: ../../arguments.rst:159 +msgid ":ref:`pc-sample` " +msgstr "" + +#: ../../arguments.rst:159 +msgid "" +"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``" +msgstr "" + +#: ../../arguments.rst:162 +msgid ":ref:`pc-tile`" +msgstr "" + +#: ../../arguments.rst:162 +msgid "" +"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``" +msgstr "" + +#: ../../arguments.rst:165 +msgid ":ref:`primary-band` " +msgstr "" + +#: ../../arguments.rst:165 +msgid "" +"When processing multispectral datasets, you can specify the name of the " +"primary band that will be used for reconstruction. It's recommended to " +"choose a band which has sharp details and is in focus. Default: ``auto``" +msgstr "" + +#: ../../arguments.rst:168 +msgid ":ref:`project-path` " +msgstr "" + +#: ../../arguments.rst:168 +msgid "" +"Path to the project folder. Your project folder should contain subfolders" +" for each dataset. Each dataset should have an \"images\" folder." +msgstr "" + +#: ../../arguments.rst:171 +msgid "" +":ref:`radiometric-calibration` none | camera |" +" camera+sun" +msgstr "" + +#: ../../arguments.rst:171 +msgid "" +"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``" +msgstr "" + +#: ../../arguments.rst:174 +msgid "" +":ref:`rerun` dataset | split | merge | opensfm | openmvs | " +"odm_filterpoints | odm_meshing | mvs_texturing | odm_georeferencing |" +" odm_dem | odm_orthophoto | odm_report | odm_postprocess" +msgstr "" + +#: ../../arguments.rst:174 +msgid "Rerun this stage only and stop. . Default: ``" +msgstr "" + +#: ../../arguments.rst:177 +msgid ":ref:`rerun-all`" +msgstr "" + +#: ../../arguments.rst:177 +msgid "Permanently delete all previous results and rerun the processing pipeline." +msgstr "" + +#: ../../arguments.rst:180 +msgid "" +":ref:`rerun-from` dataset | split | merge | opensfm | " +"openmvs | odm_filterpoints | odm_meshing | mvs_texturing | " +"odm_georeferencing | odm_dem | odm_orthophoto | odm_report | " +"odm_postprocess" +msgstr "" + +#: ../../arguments.rst:180 +msgid "Rerun processing from this stage. . Default: ``" +msgstr "" + +#: ../../arguments.rst:183 +msgid ":ref:`resize-to` " +msgstr "" + +#: ../../arguments.rst:183 +msgid "" +"Legacy option (use --feature-quality instead). Resizes images by the " +"largest side for feature extraction purposes only. Set to -1 to disable. " +"This does not affect the final orthophoto resolution quality and will not" +" resize the original images. Default: ``2048``" +msgstr "" + +#: ../../arguments.rst:186 +msgid ":ref:`sfm-algorithm` incremental | triangulation" +msgstr "" + +#: ../../arguments.rst:186 +msgid "" +"Choose the structure from motion algorithm. For aerial datasets, if " +"camera GPS positions and angles are available, triangulation can generate" +" better results. . Default: ``incremental``" +msgstr "" + +#: ../../arguments.rst:189 +msgid ":ref:`skip-3dmodel`" +msgstr "" + +#: ../../arguments.rst:189 +msgid "" +"Skip generation of a full 3D model. This can save time if you only need " +"2D results such as orthophotos and DEMs. Default: ``False``" +msgstr "" + +#: ../../arguments.rst:192 +msgid ":ref:`skip-band-alignment`" +msgstr "" + +#: ../../arguments.rst:192 +msgid "" +"When processing multispectral datasets, ODM will automatically align the " +"images for each band. If the images have been postprocessed and are " +"already aligned, use this option. Default: ``False``" +msgstr "" + +#: ../../arguments.rst:195 +msgid ":ref:`skip-orthophoto`" +msgstr "" + +#: ../../arguments.rst:195 +msgid "" +"Skip generation of the orthophoto. This can save time if you only need 3D" +" results or DEMs. Default: ``False``" +msgstr "" + +#: ../../arguments.rst:198 +msgid ":ref:`skip-report`" +msgstr "" + +#: ../../arguments.rst:198 +msgid "" +"Skip generation of PDF report. This can save time if you don't need a " +"report. Default: ``False``" +msgstr "" + +#: ../../arguments.rst:201 +msgid ":ref:`sm-cluster` " +msgstr "" + +#: ../../arguments.rst:201 +msgid "" +"URL to a ClusterODM instance for distributing a split-merge workflow on " +"multiple nodes in parallel. Default: ``None``" +msgstr "" + +#: ../../arguments.rst:204 +msgid ":ref:`smrf-scalar` " +msgstr "" + +#: ../../arguments.rst:204 +msgid "Simple Morphological Filter elevation scalar parameter. Default: ``1.25``" +msgstr "" + +#: ../../arguments.rst:207 +msgid ":ref:`smrf-slope` " +msgstr "" + +#: ../../arguments.rst:207 +msgid "" +"Simple Morphological Filter slope parameter (rise over run). Default: " +"``0.15``" +msgstr "" + +#: ../../arguments.rst:210 +msgid ":ref:`smrf-threshold` " +msgstr "" + +#: ../../arguments.rst:210 +msgid "" +"Simple Morphological Filter elevation threshold parameter (meters). " +"Default: ``0.5``" +msgstr "" + +#: ../../arguments.rst:213 +msgid ":ref:`smrf-window` " +msgstr "" + +#: ../../arguments.rst:213 +msgid "" +"Simple Morphological Filter window radius parameter (meters). Default: " +"``18.0``" +msgstr "" + +#: ../../arguments.rst:216 +msgid ":ref:`split` " +msgstr "" + +#: ../../arguments.rst:216 +msgid "" +"Average number of images per submodel. When splitting a large dataset " +"into smaller submodels, images are grouped into clusters. This value " +"regulates the number of images that each cluster should have on average. " +"Default: ``999999``" +msgstr "" + +#: ../../arguments.rst:219 +msgid ":ref:`split-image-groups` " +msgstr "" + +#: ../../arguments.rst:219 +msgid "" +"Path to the image groups file that controls how images should be split " +"into groups. The file needs to use the following format: image_name " +"group_nameDefault: ``None``" +msgstr "" + +#: ../../arguments.rst:222 +msgid ":ref:`split-overlap` " +msgstr "" + +#: ../../arguments.rst:222 +msgid "" +"Radius of the overlap between submodels. After grouping images into " +"clusters, images that are closer than this radius to a cluster are added " +"to the cluster. This is done to ensure that neighboring submodels " +"overlap. Default: ``150``" +msgstr "" + +#: ../../arguments.rst:225 +msgid ":ref:`texturing-data-term` gmi | area" +msgstr "" + +#: ../../arguments.rst:225 +msgid "" +"When texturing the 3D mesh, for each triangle, choose to prioritize " +"images with sharp features (gmi) or those that cover the largest area " +"(area). Default: ``gmi``" +msgstr "" + +#: ../../arguments.rst:228 +msgid ":ref:`texturing-keep-unseen-faces`" +msgstr "" + +#: ../../arguments.rst:228 +msgid "" +"Keep faces in the mesh that are not seen in any camera. Default: " +"``False``" +msgstr "" + +#: ../../arguments.rst:231 +msgid "" +":ref:`texturing-outlier-removal-type` " +"none | gauss_clamping | gauss_damping" +msgstr "" + +#: ../../arguments.rst:231 +msgid "Type of photometric outlier removal method. . Default: ``gauss_clamping``" +msgstr "" + +#: ../../arguments.rst:234 +msgid "" +":ref:`texturing-skip-global-seam-leveling`" +msgstr "" + +#: ../../arguments.rst:234 +msgid "" +"Skip normalization of colors across all images. Useful when processing " +"radiometric data. Default: ``False``" +msgstr "" + +#: ../../arguments.rst:237 +msgid "" +":ref:`texturing-skip-local-seam-leveling`" +msgstr "" + +#: ../../arguments.rst:237 +msgid "Skip the blending of colors near seams. Default: ``False``" +msgstr "" + +#: ../../arguments.rst:240 +msgid ":ref:`texturing-tone-mapping` none | gamma" +msgstr "" + +#: ../../arguments.rst:240 +msgid "" +"Turn on gamma tone mapping or none for no tone mapping. Can be one of " +"['none', 'gamma']. Default: ``none``" +msgstr "" + +#: ../../arguments.rst:243 +msgid ":ref:`tiles`" +msgstr "" + +#: ../../arguments.rst:243 +msgid "" +"Generate static tiles for orthophotos and DEMs that are suitable for " +"viewers like Leaflet or OpenLayers. Default: ``False``" +msgstr "" + +#: ../../arguments.rst:246 +msgid ":ref:`time