From 08b4bc7415bdfd795e22da3af511ec4c34131b64 Mon Sep 17 00:00:00 2001 From: Saijin-Naib Date: Mon, 17 Apr 2023 17:39:56 -0400 Subject: [PATCH] Update to reflect state of ODM 3.1.2 Add templates for pc-classify, geo files, and new camera lens setting --- source/arguments.rst | 6 +++--- source/arguments/camera-lens.rst | 2 +- source/arguments/geo.rst | 2 +- source/arguments/pc-classify.rst | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/source/arguments.rst b/source/arguments.rst index d6a4fd755..9641cf8f7 100644 --- a/source/arguments.rst +++ b/source/arguments.rst @@ -29,7 +29,7 @@ Options and Flags :ref:`build-overviews` Build orthophoto overviews for faster display in programs such as QGIS. Default: ``False`` -:ref:`camera-lens` auto | perspective | brown | fisheye | spherical | equirectangular | dual +:ref:`camera-lens` auto | perspective | brown | fisheye | fisheye_opencv | spherical | equirectangular | dual 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`` :ref:`cameras` @@ -81,7 +81,7 @@ Options and Flags 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`` :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`` + Path to the image geolocation file containing the camera center coordinates used for georeferencing. If you don't have values for yaw/pitch/roll 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 [yaw (degrees)] [pitch (degrees)] [roll (degrees)] [horz accuracy (meters)] [vert accuracy (meters)]Default: ``None`` :ref:`gltf` Generate single file Binary glTF (GLB) textured models. Default: ``False`` @@ -144,7 +144,7 @@ Options and Flags 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`` :ref:`pc-classify` - 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`` + Classify the point cloud outputs. You can control the behavior of this option by tweaking the --dem-\* parameters. Default: ``False`` :ref:`pc-copc` Save the georeferenced point cloud in Cloud Optimized Point Cloud (COPC) format. Default: ``False`` diff --git a/source/arguments/camera-lens.rst b/source/arguments/camera-lens.rst index e44a10e81..a6b461ef9 100644 --- a/source/arguments/camera-lens.rst +++ b/source/arguments/camera-lens.rst @@ -8,7 +8,7 @@ camera-lens ``````````` -**Options:** *auto | perspective | brown | fisheye | spherical | equirectangular | dual* +**Options:** *auto | perspective | brown | fisheye | fisheye_opencv | spherical | equirectangular | dual* 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`` diff --git a/source/arguments/geo.rst b/source/arguments/geo.rst index 00c7fe3cf..871fc6a6f 100644 --- a/source/arguments/geo.rst +++ b/source/arguments/geo.rst @@ -10,7 +10,7 @@ geo **Options:** ** -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`` +Path to the image geolocation file containing the camera center coordinates used for georeferencing. If you don't have values for yaw/pitch/roll 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 [yaw (degrees)] [pitch (degrees)] [roll (degrees)] [horz accuracy (meters)] [vert accuracy (meters)]Default: ``None`` diff --git a/source/arguments/pc-classify.rst b/source/arguments/pc-classify.rst index d6d6588f7..ca28ef2b8 100644 --- a/source/arguments/pc-classify.rst +++ b/source/arguments/pc-classify.rst @@ -10,7 +10,7 @@ pc-classify -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`` +Classify the point cloud outputs. You can control the behavior of this option by tweaking the --dem-\* parameters. Default: ``False``