diff --git a/source/arguments.rst b/source/arguments.rst index 98234258e..5d5406bf9 100644 --- a/source/arguments.rst +++ b/source/arguments.rst @@ -50,9 +50,11 @@ Arguments Default: ``8000`` --feature-quality - Automatically adjusts the image sizes for feature extraction based on predetermined ratios instead of relying on the user input or making assumptions about the image size. + Set feature extraction quality. Higher quality generates better features, but requires more memory and takes longer. + + Options: ``ultra`` | ``high`` | ``medium`` | ``low`` | ``lowest`` - Default: ``False`` + Default: ``high`` --matcher-neighbors Number of nearest images to pre-match based on GPS exif data. Set to ``0`` to skip pre-matching. Neighbors works together with Distance parameter, set both to 0 to not use pre-matching. OpenSFM uses both parameters at the same time, Bundler uses only one which has value, prefering the Neighbors parameter. diff --git a/source/locale/en/pot/.doctrees/arguments.doctree b/source/locale/en/pot/.doctrees/arguments.doctree index 5fff93af2..6c0355c5f 100644 Binary files a/source/locale/en/pot/.doctrees/arguments.doctree and b/source/locale/en/pot/.doctrees/arguments.doctree differ diff --git a/source/locale/en/pot/.doctrees/environment.pickle b/source/locale/en/pot/.doctrees/environment.pickle index f689cb5ed..bd58eda6c 100644 Binary files a/source/locale/en/pot/.doctrees/environment.pickle and b/source/locale/en/pot/.doctrees/environment.pickle differ diff --git a/source/locale/en/pot/.doctrees/index.doctree b/source/locale/en/pot/.doctrees/index.doctree index 740cc57a9..66331348f 100644 Binary files a/source/locale/en/pot/.doctrees/index.doctree and b/source/locale/en/pot/.doctrees/index.doctree differ diff --git a/source/locale/en/pot/arguments.pot b/source/locale/en/pot/arguments.pot index 27f056428..fc6bcc33d 100644 --- a/source/locale/en/pot/arguments.pot +++ b/source/locale/en/pot/arguments.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenDroneMap 2.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-11 14:02-0500\n" +"POT-Creation-Date: 2020-11-18 09:25-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -86,26 +86,252 @@ msgid "Default: ``8000``" msgstr "" #: ../../../arguments.rst:53 -#: d63dff29f10944b68a4bfe01ebb39354 -msgid "Automatically adjusts the image sizes for feature extraction based on predetermined ratios instead of relying on the user input or making assumptions about the image size." +#: 1307a9ff8ab1493aaf883db2b1801f32 +msgid "Set feature extraction quality. Higher quality generates better features, but requires more memory and takes longer." msgstr "" #: ../../../arguments.rst:55 +#: faa596867966454081ab3acf1c08c2b5 +msgid "Options: ``ultra`` | ``high`` | ``medium`` | ``low`` | ``lowest``" +msgstr "" + +#: ../../../arguments.rst:57 +#: f48456d917dc4fe293ec9de5378245d8 +msgid "Default: ``high``" +msgstr "" + +#: ../../../arguments.rst:60 +#: bf8055bdda8d44ddb0c8348371fbe36c +msgid "Number of nearest images to pre-match based on GPS exif data. Set to ``0`` to skip pre-matching. Neighbors works together with Distance parameter, set both to 0 to not use pre-matching. OpenSFM uses both parameters at the same time, Bundler uses only one which has value, prefering the Neighbors parameter." +msgstr "" + +#: ../../../arguments.rst:62 +#: 99db7bbf5b844d28952836a394e84dce +msgid "Default: ``8``" +msgstr "" + +#: ../../../arguments.rst:65 +#: 8c651291470445e1ae0faa1db8cd2853 +msgid "Distance threshold in meters to find pre-matching images based on GPS exif data. Set both ``matcher-neighbors`` and this to ``0`` to skip pre-matching." +msgstr "" + +#: ../../../arguments.rst:67 +#: 99db7bbf5b844d28952836a394e84dce +msgid "Default: ``0``" +msgstr "" + +#: ../../../arguments.rst:70 +#: f0a500ac7c3843c88e988e7955ef8f8b +msgid "Turn off camera parameter optimization during bundler. Off by default unless ``--camera`` parameter used." +msgstr "" + +#: ../../../arguments.rst:73 +#: de4fe5a4a091417c819c08966866004a +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." +msgstr "" + +#: ../../../arguments.rst:75 +#: faa596867966454081ab3acf1c08c2b5 +msgid "Options: ``auto`` | ``perspective`` | ``brown`` | ``fisheye`` | ``spherical``" +msgstr "" + +#: ../../../arguments.rst:77 +#: f48456d917dc4fe293ec9de5378245d8 +msgid "Default: ``auto``" +msgstr "" + +#: ../../../arguments.rst:80 +#: 0946c0a572ac4cf1a2a47e697b30e69c +msgid "Set the radiometric calibration to perform on images. When processing multispectral images you should set this option to obtain reflectance values (otherwise you will get digital number (DN) values)." +msgstr "" + +#: ../../../arguments.rst:82 +#: e2cc797facab45aaba4b4093a6d7040d +msgid "[``camera``] applies black level, vignetting, row gradient gain/exposure compensation (if appropriate EXIF tags are found)." +msgstr "" + +#: ../../../arguments.rst:84 +#: 3723fa6b8b9140e7ba0001085406d907 +msgid "[``camera+sun``] is experimental, applies all the corrections of [``camera``] and additionally compensates for spectral radiance registered via a downwelling light sensor (DLS) taking in consideration the angle of the sun." +msgstr "" + +#: ../../../arguments.rst:86 +#: 7c68f43305ef409b9e486a720f31d27a +msgid "Options: ``none`` | ``camera`` | ``camera+sun``" +msgstr "" + +#: ../../../arguments.rst:88 +#: ../../../arguments.rst:252 +#: c819e79f060c43c0b84a275e7ec8a9b1 +#: c819e79f060c43c0b84a275e7ec8a9b1 +msgid "Default: ``none``" +msgstr "" + +#: ../../../arguments.rst:91 +#: 6fdb3ebaafb942dfbe048a54a368b90d +msgid "The maximum number of processes to use in various processes. Peak memory requirement is ~1GB per thread and 2 megapixel image resolution." +msgstr "" + +#: ../../../arguments.rst:93 +#: 5aa1625a41d043deb323e8ff45c164b0 +msgid "Default: *number of cores*" +msgstr "" + +#: ../../../arguments.rst:96 +#: 4e64c9eadbcf405bb0f49b8225d41208 +msgid "Controls the density of the point cloud by setting the resolution of the depthmap images. Higher values take longer to compute and more memory but produce denser point clouds." +msgstr "" + +#: ../../../arguments.rst:98 +#: 838dbab7a7494f4bb4c944a756a143ab +msgid "Default: ``640``" +msgstr "" + +#: ../../../arguments.rst:101 +#: 4b52e771e75a43529a99dd342b8ad2c1 +msgid "Minimum number of views that should reconstruct a point for it to be valid. Use lower values if your images have less overlap. Lower values result in denser point clouds but with more noise. Only applies if using OpenSfM for dense matching." +msgstr "" + +#: ../../../arguments.rst:103 +#: ../../../arguments.rst:163 +#: ../../../arguments.rst:271 +#: 88b99b17996c4c8b9554e430c0eee071 +#: 88b99b17996c4c8b9554e430c0eee071 +#: 88b99b17996c4c8b9554e430c0eee071 +msgid "Default: ``3``" +msgstr "" + +#: ../../../arguments.rst:106 +#: 7c3f161dbf274fe9b97cd4262d7211b2 +msgid "Raw depthmap computation algorithm. ``PATCH_MATCH`` and ``PATCH_MATCH_SAMPLE`` are faster, but might miss some valid points. ``BRUTE_FORCE`` takes longer but produces denser reconstructions." +msgstr "" + +#: ../../../arguments.rst:108 +#: 714c9041cdfa4887af9f5413243158d0 +msgid "Options: ``PATCH_MATCH`` | ``PATCH_MATCH_SAMPLE`` | ``BRUTE_FORCE``" +msgstr "" + +#: ../../../arguments.rst:110 +#: cbaf82df4af94c03a1e734d8cbefd61f +msgid "Default: ``PATCH_MATCH``" +msgstr "" + +#: ../../../arguments.rst:113 +#: f49be03c757c4de8b073101786dcd711 +msgid "When using ``PATCH_MATCH`` or ``PATCH_MATCH_SAMPLE``, controls the standard deviation threshold to include patches. Patches with lower standard deviation are ignored." +msgstr "" + +#: ../../../arguments.rst:115 +#: ../../../arguments.rst:281 +#: 790534700a5344a8a73575bee28f9174 +#: 790534700a5344a8a73575bee28f9174 +msgid "Default: ``1``" +msgstr "" + +#: ../../../arguments.rst:118 +#: a9fb769c318440028d0ca29420819c59 +msgid "Run local bundle adjustment for every image added to the reconstruction and a global adjustment every 100 images. Speeds up reconstruction for very large datasets." +msgstr "" + +#: ../../../arguments.rst:121 +#: 64df57356a944e0cb0cc840ca4ec2e93 +msgid "Discard points that have less than a certain confidence threshold. This only affects dense reconstructions performed with MVE. Higher values discard more points." +msgstr "" + +#: ../../../arguments.rst:123 +#: 296ffc1175094be5b9ba9414fbe9ba27 +msgid "Default: ``0.6``" +msgstr "" + +#: ../../../arguments.rst:126 +#: b14d87ed9f84456ea2de1cd4d061e889 +msgid "Use a full 3D mesh to compute the orthophoto instead of a 2.5D mesh. This option is a bit faster and provides similar results in planar areas." +msgstr "" + +#: ../../../arguments.rst:129 +#: 28fb4b48d9f84e92baf1267bd703f416 +msgid "Skip generation of a full 3D model. This can save time if you only need 2D results such as orthophotos and DEMs." +msgstr "" + +#: ../../../arguments.rst:132 +#: 5696e15ae6724efa8bd43d816bc01a8c +msgid "Use opensfm to compute dense point cloud alternatively." +msgstr "" + +#: ../../../arguments.rst:135 +#: 6b032069d7964c869dac6cf41e078919 +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." +msgstr "" + +#: ../../../arguments.rst:138 +#: 12d1473fca734ff49083c522edf55d93 +msgid "The maximum vertex count of the output mesh." +msgstr "" + +#: ../../../arguments.rst:140 +#: 59109fac84e543a8be486179ed45f5e1 +msgid "Default: ``100000``" +msgstr "" + +#: ../../../arguments.rst:143 +#: 40de47aa4aef438695d8c62d122819ef +msgid "Oct-tree depth used in the mesh reconstruction, increase to get more vertices, recommended values are 8-12." +msgstr "" + +#: ../../../arguments.rst:145 +#: cad75861c95745388ee1e6fc567a02d7 +msgid "Default: ``9``" +msgstr "" + +#: ../../../arguments.rst:148 +#: c2246d86e4f643fc85735dbd119473ce +msgid "Number of points per octree node." +msgstr "" + +#: ../../../arguments.rst:150 +#: 838dbab7a7494f4bb4c944a756a143ab +msgid "Default: ``1.0``" +msgstr "" + +#: ../../../arguments.rst:153 +#: 71b0bdbffd204e608b21bc9b0f561717 +msgid "This floating point value specifies the importance that interpolation of the point samples is given in the formulation of the screened Poisson equation. The results of the original (unscreened) Poisson Reconstruction can be obtained by setting this value to ``0``." +msgstr "" + +#: ../../../arguments.rst:155 +#: 88b99b17996c4c8b9554e430c0eee071 +msgid "Default: ``4``" +msgstr "" + +#: ../../../arguments.rst:158 +#: 94373544199649c3808ebb5a69aba34b +msgid "**Experimental.** 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." +msgstr "" + +#: ../../../arguments.rst:161 +#: 8b4d9a13cb32444a8417051b37c03a4c +msgid "Automatically crop image outputs by creating a smooth buffer around the dataset boundaries, shrinked by N meters. Use ``0`` to disable cropping." +msgstr "" + #: ../../../arguments.rst:166 -#: ../../../arguments.rst:171 -#: ../../../arguments.rst:176 -#: ../../../arguments.rst:223 -#: ../../../arguments.rst:228 -#: ../../../arguments.rst:233 -#: ../../../arguments.rst:238 -#: ../../../arguments.rst:243 -#: ../../../arguments.rst:284 -#: ../../../arguments.rst:294 -#: ../../../arguments.rst:313 -#: ../../../arguments.rst:321 -#: ../../../arguments.rst:326 -#: ../../../arguments.rst:340 -#: 32a642af8b09499eaa7c97156944c2f0 +#: 7555e78dc4864a339dcb00377e041e3a +msgid "Classify the point cloud outputs using a Simple Morphological Filter. You can control the behavior of this option by tweaking the ``--dem-*`` parameters." +msgstr "" + +#: ../../../arguments.rst:168 +#: ../../../arguments.rst:173 +#: ../../../arguments.rst:178 +#: ../../../arguments.rst:225 +#: ../../../arguments.rst:230 +#: ../../../arguments.rst:235 +#: ../../../arguments.rst:240 +#: ../../../arguments.rst:245 +#: ../../../arguments.rst:286 +#: ../../../arguments.rst:296 +#: ../../../arguments.rst:315 +#: ../../../arguments.rst:323 +#: ../../../arguments.rst:328 +#: ../../../arguments.rst:342 #: 32a642af8b09499eaa7c97156944c2f0 #: 32a642af8b09499eaa7c97156944c2f0 #: 32a642af8b09499eaa7c97156944c2f0 @@ -123,507 +349,289 @@ msgstr "" msgid "Default: ``False``" msgstr "" -#: ../../../arguments.rst:58 -#: bf8055bdda8d44ddb0c8348371fbe36c -msgid "Number of nearest images to pre-match based on GPS exif data. Set to ``0`` to skip pre-matching. Neighbors works together with Distance parameter, set both to 0 to not use pre-matching. OpenSFM uses both parameters at the same time, Bundler uses only one which has value, prefering the Neighbors parameter." -msgstr "" - -#: ../../../arguments.rst:60 -#: 99db7bbf5b844d28952836a394e84dce -msgid "Default: ``8``" -msgstr "" - -#: ../../../arguments.rst:63 -#: 8c651291470445e1ae0faa1db8cd2853 -msgid "Distance threshold in meters to find pre-matching images based on GPS exif data. Set both ``matcher-neighbors`` and this to ``0`` to skip pre-matching." -msgstr "" - -#: ../../../arguments.rst:65 -#: 99db7bbf5b844d28952836a394e84dce -msgid "Default: ``0``" -msgstr "" - -#: ../../../arguments.rst:68 -#: f0a500ac7c3843c88e988e7955ef8f8b -msgid "Turn off camera parameter optimization during bundler. Off by default unless ``--camera`` parameter used." -msgstr "" - -#: ../../../arguments.rst:71 -#: de4fe5a4a091417c819c08966866004a -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." -msgstr "" - -#: ../../../arguments.rst:73 -#: faa596867966454081ab3acf1c08c2b5 -msgid "Options: ``auto`` | ``perspective`` | ``brown`` | ``fisheye`` | ``spherical``" -msgstr "" - -#: ../../../arguments.rst:75 -#: f48456d917dc4fe293ec9de5378245d8 -msgid "Default: ``auto``" -msgstr "" - -#: ../../../arguments.rst:78 -#: 0946c0a572ac4cf1a2a47e697b30e69c -msgid "Set the radiometric calibration to perform on images. When processing multispectral images you should set this option to obtain reflectance values (otherwise you will get digital number (DN) values)." -msgstr "" - -#: ../../../arguments.rst:80 -#: e2cc797facab45aaba4b4093a6d7040d -msgid "[``camera``] applies black level, vignetting, row gradient gain/exposure compensation (if appropriate EXIF tags are found)." -msgstr "" - -#: ../../../arguments.rst:82 -#: 3723fa6b8b9140e7ba0001085406d907 -msgid "[``camera+sun``] is experimental, applies all the corrections of [``camera``] and additionally compensates for spectral radiance registered via a downwelling light sensor (DLS) taking in consideration the angle of the sun." -msgstr "" - -#: ../../../arguments.rst:84 -#: 7c68f43305ef409b9e486a720f31d27a -msgid "Options: ``none`` | ``camera`` | ``camera+sun``" -msgstr "" - -#: ../../../arguments.rst:86 -#: ../../../arguments.rst:250 -#: c819e79f060c43c0b84a275e7ec8a9b1 -#: c819e79f060c43c0b84a275e7ec8a9b1 -msgid "Default: ``none``" -msgstr "" - -#: ../../../arguments.rst:89 -#: 6fdb3ebaafb942dfbe048a54a368b90d -msgid "The maximum number of processes to use in various processes. Peak memory requirement is ~1GB per thread and 2 megapixel image resolution." -msgstr "" - -#: ../../../arguments.rst:91 -#: 5aa1625a41d043deb323e8ff45c164b0 -msgid "Default: *number of cores*" -msgstr "" - -#: ../../../arguments.rst:94 -#: 4e64c9eadbcf405bb0f49b8225d41208 -msgid "Controls the density of the point cloud by setting the resolution of the depthmap images. Higher values take longer to compute and more memory but produce denser point clouds." -msgstr "" - -#: ../../../arguments.rst:96 -#: 838dbab7a7494f4bb4c944a756a143ab -msgid "Default: ``640``" -msgstr "" - -#: ../../../arguments.rst:99 -#: 4b52e771e75a43529a99dd342b8ad2c1 -msgid "Minimum number of views that should reconstruct a point for it to be valid. Use lower values if your images have less overlap. Lower values result in denser point clouds but with more noise. Only applies if using OpenSfM for dense matching." -msgstr "" - -#: ../../../arguments.rst:101 -#: ../../../arguments.rst:161 -#: ../../../arguments.rst:269 -#: 88b99b17996c4c8b9554e430c0eee071 -#: 88b99b17996c4c8b9554e430c0eee071 -#: 88b99b17996c4c8b9554e430c0eee071 -msgid "Default: ``3``" -msgstr "" - -#: ../../../arguments.rst:104 -#: 7c3f161dbf274fe9b97cd4262d7211b2 -msgid "Raw depthmap computation algorithm. ``PATCH_MATCH`` and ``PATCH_MATCH_SAMPLE`` are faster, but might miss some valid points. ``BRUTE_FORCE`` takes longer but produces denser reconstructions." -msgstr "" - -#: ../../../arguments.rst:106 -#: 714c9041cdfa4887af9f5413243158d0 -msgid "Options: ``PATCH_MATCH`` | ``PATCH_MATCH_SAMPLE`` | ``BRUTE_FORCE``" -msgstr "" - -#: ../../../arguments.rst:108 -#: cbaf82df4af94c03a1e734d8cbefd61f -msgid "Default: ``PATCH_MATCH``" -msgstr "" - -#: ../../../arguments.rst:111 -#: f49be03c757c4de8b073101786dcd711 -msgid "When using ``PATCH_MATCH`` or ``PATCH_MATCH_SAMPLE``, controls the standard deviation threshold to include patches. Patches with lower standard deviation are ignored." -msgstr "" - -#: ../../../arguments.rst:113 -#: ../../../arguments.rst:279 -#: 790534700a5344a8a73575bee28f9174 -#: 790534700a5344a8a73575bee28f9174 -msgid "Default: ``1``" -msgstr "" - -#: ../../../arguments.rst:116 -#: a9fb769c318440028d0ca29420819c59 -msgid "Run local bundle adjustment for every image added to the reconstruction and a global adjustment every 100 images. Speeds up reconstruction for very large datasets." -msgstr "" - -#: ../../../arguments.rst:119 -#: 64df57356a944e0cb0cc840ca4ec2e93 -msgid "Discard points that have less than a certain confidence threshold. This only affects dense reconstructions performed with MVE. Higher values discard more points." -msgstr "" - -#: ../../../arguments.rst:121 -#: 296ffc1175094be5b9ba9414fbe9ba27 -msgid "Default: ``0.6``" -msgstr "" - -#: ../../../arguments.rst:124 -#: b14d87ed9f84456ea2de1cd4d061e889 -msgid "Use a full 3D mesh to compute the orthophoto instead of a 2.5D mesh. This option is a bit faster and provides similar results in planar areas." -msgstr "" - -#: ../../../arguments.rst:127 -#: 28fb4b48d9f84e92baf1267bd703f416 -msgid "Skip generation of a full 3D model. This can save time if you only need 2D results such as orthophotos and DEMs." -msgstr "" - -#: ../../../arguments.rst:130 -#: 5696e15ae6724efa8bd43d816bc01a8c -msgid "Use opensfm to compute dense point cloud alternatively." -msgstr "" - -#: ../../../arguments.rst:133 -#: 6b032069d7964c869dac6cf41e078919 -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." -msgstr "" - -#: ../../../arguments.rst:136 -#: 12d1473fca734ff49083c522edf55d93 -msgid "The maximum vertex count of the output mesh." -msgstr "" - -#: ../../../arguments.rst:138 -#: 59109fac84e543a8be486179ed45f5e1 -msgid "Default: ``100000``" -msgstr "" - -#: ../../../arguments.rst:141 -#: 40de47aa4aef438695d8c62d122819ef -msgid "Oct-tree depth used in the mesh reconstruction, increase to get more vertices, recommended values are 8-12." -msgstr "" - -#: ../../../arguments.rst:143 -#: cad75861c95745388ee1e6fc567a02d7 -msgid "Default: ``9``" -msgstr "" - -#: ../../../arguments.rst:146 -#: c2246d86e4f643fc85735dbd119473ce -msgid "Number of points per octree node." -msgstr "" - -#: ../../../arguments.rst:148 -#: 838dbab7a7494f4bb4c944a756a143ab -msgid "Default: ``1.0``" -msgstr "" - -#: ../../../arguments.rst:151 -#: 71b0bdbffd204e608b21bc9b0f561717 -msgid "This floating point value specifies the importance that interpolation of the point samples is given in the formulation of the screened Poisson equation. The results of the original (unscreened) Poisson Reconstruction can be obtained by setting this value to ``0``." -msgstr "" - -#: ../../../arguments.rst:153 -#: 88b99b17996c4c8b9554e430c0eee071 -msgid "Default: ``4``" -msgstr "" - -#: ../../../arguments.rst:156 -#: 94373544199649c3808ebb5a69aba34b -msgid "**Experimental.** 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." -msgstr "" - -#: ../../../arguments.rst:159 -#: 8b4d9a13cb32444a8417051b37c03a4c -msgid "Automatically crop image outputs by creating a smooth buffer around the dataset boundaries, shrinked by N meters. Use ``0`` to disable cropping." -msgstr "" - -#: ../../../arguments.rst:164 -#: 7555e78dc4864a339dcb00377e041e3a -msgid "Classify the point cloud outputs using a Simple Morphological Filter. You can control the behavior of this option by tweaking the ``--dem-*`` parameters." -msgstr "" - -#: ../../../arguments.rst:169 +#: ../../../arguments.rst:171 #: 4db75f783b534a05bf95f0813bb2aba2 msgid "Export the georeferenced point cloud in CSV format." msgstr "" -#: ../../../arguments.rst:174 +#: ../../../arguments.rst:176 #: 3f5c13cf79924ee3a8e3eff6a4913371 msgid "Export the georeferenced point cloud in LAS format." msgstr "" -#: ../../../arguments.rst:179 +#: ../../../arguments.rst:181 #: 73ce042a4b61474ab14c094da92c40e0 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." msgstr "" -#: ../../../arguments.rst:181 +#: ../../../arguments.rst:183 #: e215ef9e523d48d6a9095173ec7d8ca8 msgid "Default: ``2.5``" msgstr "" -#: ../../../arguments.rst:184 +#: ../../../arguments.rst:186 #: 6767f66d91ee444f914592c3ffe1b5fc msgid "Simple Morphological Filter elevation scalar parameter." msgstr "" -#: ../../../arguments.rst:186 +#: ../../../arguments.rst:188 #: 1640b0261c2f417990fa3dbd044fdf1b msgid "Default: ``1.25``" msgstr "" -#: ../../../arguments.rst:189 +#: ../../../arguments.rst:191 #: 487501610a594d46b6e93f6be4aa4028 msgid "Simple Morphological Filter slope parameter (rise over run)." msgstr "" -#: ../../../arguments.rst:191 +#: ../../../arguments.rst:193 #: a6af052a02404796a51daa6a6658e4d1 msgid "Default: ``0.15``" msgstr "" -#: ../../../arguments.rst:194 +#: ../../../arguments.rst:196 #: 9d6cdf2437274d6c999b7a8037ea3d71 msgid "Simple Morphological Filter elevation threshold parameter (meters)." msgstr "" -#: ../../../arguments.rst:196 +#: ../../../arguments.rst:198 #: e47ce61e154b4426901776f04dda70cb msgid "Default: ``0.5``" msgstr "" -#: ../../../arguments.rst:199 +#: ../../../arguments.rst:201 #: 2471158a569f49049b62242481e59514 msgid "Simple Morphological Filter window radius parameter (meters)." msgstr "" -#: ../../../arguments.rst:201 +#: ../../../arguments.rst:203 #: 838dbab7a7494f4bb4c944a756a143ab msgid "Default: ``18.0``" msgstr "" -#: ../../../arguments.rst:204 +#: ../../../arguments.rst:206 #: c21e85528cdb4d1fa0cdff3fc69195fb msgid "Options: ``area`` | ``gmi``" msgstr "" -#: ../../../arguments.rst:206 +#: ../../../arguments.rst:208 #: 72b70173fa334afcaad9cff80c183d08 msgid "Default: ``gmi``" msgstr "" -#: ../../../arguments.rst:209 +#: ../../../arguments.rst:211 #: cd809e7d61ad437e8c4e512430454d9f msgid "Affects orthophotos only. Higher values result in sharper corners, but can affect color distribution and blurriness. Use lower values for planar areas and higher values for urban areas. The default value works well for most scenarios." msgstr "" -#: ../../../arguments.rst:211 +#: ../../../arguments.rst:213 #: 04be46ac9a0c48eebc2e5590eaa26c12 msgid "Default: ``16``" msgstr "" -#: ../../../arguments.rst:214 +#: ../../../arguments.rst:216 #: 0156d40a28134e82a8ae8076128250b7 msgid "Type of photometric outlier removal method." msgstr "" -#: ../../../arguments.rst:216 +#: ../../../arguments.rst:218 #: 0156d40a28134e82a8ae8076128250b7 msgid "Options: ``none`` | ``gauss_damping`` | ``gauss_clamping``" msgstr "" -#: ../../../arguments.rst:218 +#: ../../../arguments.rst:220 #: 4e80902fc03a4074916db7497283dac9 msgid "Default: ``gauss_clamping``" msgstr "" -#: ../../../arguments.rst:221 +#: ../../../arguments.rst:223 #: 2b0d994b3a7e44ecbf5b50adbaab9c84 msgid "Skip geometric visibility test." msgstr "" -#: ../../../arguments.rst:226 +#: ../../../arguments.rst:228 #: 19b6d40be5ae4d238626898dd0a2791f msgid "Skip global seam leveling. Useful for IR data." msgstr "" -#: ../../../arguments.rst:231 +#: ../../../arguments.rst:233 #: 2f649a237f7449508accae950338b29f msgid "Skip local seam blending." msgstr "" -#: ../../../arguments.rst:236 +#: ../../../arguments.rst:238 #: dd6809d05ee5494483c7ad55cc80e97d msgid "Skip filling of holes in the mesh." msgstr "" -#: ../../../arguments.rst:241 +#: ../../../arguments.rst:243 #: 349afe09612c4c229fbdbb1a5b75bf51 msgid "Keep faces in the mesh that are not seen in any camera." msgstr "" -#: ../../../arguments.rst:246 +#: ../../../arguments.rst:248 #: 1c9a12e2b86a4742bbcbf3d64400d423 msgid "Turn on gamma tone mapping or none for no tone mapping." msgstr "" -#: ../../../arguments.rst:248 +#: ../../../arguments.rst:250 #: c21e85528cdb4d1fa0cdff3fc69195fb msgid "Options: ``gamma`` | ``none``" msgstr "" -#: ../../../arguments.rst:253 +#: ../../../arguments.rst:255 #: ed6a8b2a17334ad4988c9253abc45166 msgid "Path to the file containing the ground control points used for georeferencing. The file needs to have the following line format: ``easting northing height pixelrow pixelcol imagename``" msgstr "" -#: ../../../arguments.rst:255 +#: ../../../arguments.rst:257 #: c819e79f060c43c0b84a275e7ec8a9b1 msgid "Default: None." msgstr "" -#: ../../../arguments.rst:258 +#: ../../../arguments.rst:260 #: e1de6ea392d64c34bc658c15174f417e msgid "Use this tag if you have a gcp_list.txt but want to use the exif geotags instead." msgstr "" -#: ../../../arguments.rst:261 +#: ../../../arguments.rst:263 #: 5b14f88eb2cb44f287ba191ea800bc0c 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." msgstr "" -#: ../../../arguments.rst:264 +#: ../../../arguments.rst:266 #: d997af9f85ef43d5a73f648cba817c67 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." msgstr "" -#: ../../../arguments.rst:267 +#: ../../../arguments.rst:269 #: aa383ac21fd942abbb06a05fa2cd4c59 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." msgstr "" -#: ../../../arguments.rst:272 +#: ../../../arguments.rst:274 #: ac318faea29f451380d8acbd133ca514 msgid "DSM/DTM resolution in cm / pixel." msgstr "" -#: ../../../arguments.rst:274 -#: ../../../arguments.rst:289 +#: ../../../arguments.rst:276 +#: ../../../arguments.rst:291 #: 421b09a84da24e0cbd3366a07e7898a0 #: 421b09a84da24e0cbd3366a07e7898a0 msgid "Default: ``5``" msgstr "" -#: ../../../arguments.rst:277 +#: ../../../arguments.rst:279 #: 6c60cd14b1ca4862b7c29fffc0c6cb0b 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." msgstr "" -#: ../../../arguments.rst:282 +#: ../../../arguments.rst:284 #: 4c51400122124407833740ea33c6d938 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." msgstr "" -#: ../../../arguments.rst:287 +#: ../../../arguments.rst:289 #: 9f50aec10dd248e79caeb45f71fb5770 msgid "Orthophoto resolution in cm / pixel." msgstr "" -#: ../../../arguments.rst:292 +#: ../../../arguments.rst:294 #: 96eda73c55b344769b046cf828a47fe8 msgid "Set this parameter if you want a stripped geoTIFF." msgstr "" -#: ../../../arguments.rst:297 +#: ../../../arguments.rst:299 #: fa9586d8c9964d12af506e7fbaba211e msgid "Set the compression to use. Note that this could break gdal_translate if you don't know what you are doing." msgstr "" -#: ../../../arguments.rst:299 +#: ../../../arguments.rst:301 #: 2ccae1354a9244789fbbbe356ba5495d msgid "Options: ``JPEG`` | ``LZW`` | ``PACKBITS`` | ``DEFLATE`` | ``LZMA`` | ``NONE``" msgstr "" -#: ../../../arguments.rst:301 +#: ../../../arguments.rst:303 #: 32a642af8b09499eaa7c97156944c2f0 msgid "Default: ``DEFLATE``" msgstr "" -#: ../../../arguments.rst:304 +#: ../../../arguments.rst:306 #: e92e6a0667dc46878c0b0498ada4e122 msgid "Control whether the created orthophoto is a BigTIFF or classic TIFF. BigTIFF is a variant for files larger than 4GiB of data. See GDAL specs: https://www.gdal.org/frmt_gtiff.html for more info." msgstr "" -#: ../../../arguments.rst:306 +#: ../../../arguments.rst:308 #: 86d76a2a998d4759b1a3535742b1bf55 msgid "Options: ``YES`` | ``NO`` | ``IF_NEEDED`` | ``IF_SAFER``" msgstr "" -#: ../../../arguments.rst:308 +#: ../../../arguments.rst:310 #: 32a642af8b09499eaa7c97156944c2f0 msgid "Default: ``IF_SAFER``" msgstr "" -#: ../../../arguments.rst:311 +#: ../../../arguments.rst:313 #: faaeac2cec784a968418b021ed02370d 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." msgstr "" -#: ../../../arguments.rst:316 +#: ../../../arguments.rst:318 #: b964b921de144bab8c1c267587fcdee4 msgid "Build orthophoto overviews using gdaladdo." msgstr "" -#: ../../../arguments.rst:319 +#: ../../../arguments.rst:321 #: 51f0cf7bc32e43c890dd228311b6b506 msgid "Print additional messages to the console." msgstr "" -#: ../../../arguments.rst:324 +#: ../../../arguments.rst:326 #: 48cda389a70d421491d077f52f77e63e msgid "Generates a benchmark file with runtime info." msgstr "" -#: ../../../arguments.rst:329 +#: ../../../arguments.rst:331 #: 5aa1625a41d043deb323e8ff45c164b0 msgid "Displays software version number and exits." msgstr "" -#: ../../../arguments.rst:332 +#: ../../../arguments.rst:334 #: 1a8ae22a06b44437aa7bbe4d6bce0b9b 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." msgstr "" -#: ../../../arguments.rst:335 +#: ../../../arguments.rst:337 #: fd09fd44205449a28ce84e0f3411e902 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." msgstr "" -#: ../../../arguments.rst:338 +#: ../../../arguments.rst:340 #: 678212a55dd4442294d64fe32ba38696 msgid "Delete heavy intermediate files (such as original orthos, dtm, dsm) to optimize disk space usage, while keeping the compressed versions. 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. Also, in this mode, the \"reports\" does not get written under the output 'opensfm' folder." msgstr "" -#: ../../../arguments.rst:343 +#: ../../../arguments.rst:345 #: 304030bea2384fdfa754ce9cce82a522 msgid "URL to a ClusterODM instance for distributing a split-merge workflow on multiple nodes in parallel." msgstr "" -#: ../../../arguments.rst:345 +#: ../../../arguments.rst:347 #: c819e79f060c43c0b84a275e7ec8a9b1 msgid "Default: *None*" msgstr "" -#: ../../../arguments.rst:348 +#: ../../../arguments.rst:350 #: fc4735a7c39345cb9107ca459957bb80 msgid "Choose what to merge in the merge step in a split dataset. By default all available outputs are merged." msgstr "" -#: ../../../arguments.rst:350 +#: ../../../arguments.rst:352 #: 32a642af8b09499eaa7c97156944c2f0 msgid "Default: ``all``" msgstr "" -#: ../../../arguments.rst:352 +#: ../../../arguments.rst:354 #: 3ce8631539bc46c5a0823cb6065ddf2d msgid "`Help edit these docs! `_" msgstr ""