diff --git a/source/arguments.rst b/source/arguments.rst index c0b8c41da..bb3c509ea 100644 --- a/source/arguments.rst +++ b/source/arguments.rst @@ -14,6 +14,9 @@ Options and Flags :ref:`auto-boundary` Automatically set a boundary using camera shot locations to limit the area of the reconstruction. This can help remove far away background artifacts (sky, background landscapes, etc.). See also --boundary. Default: ``False`` +:ref:`auto-boundary-distance` + Specify the distance between camera shot locations and the outer edge of the boundary when computing the boundary with --auto-boundary. Set to 0 to automatically choose a value. Default: ``0`` + :ref:`boundary` GeoJSON polygon limiting the area of the reconstruction. Can be specified either as path to a GeoJSON file or as a JSON string representing the contents of a GeoJSON file. Default: `` @@ -212,6 +215,9 @@ Options and Flags :ref:`skip-report` Skip generation of PDF report. This can save time if you don't need a report. Default: ``False`` +:ref:`sky-removal` + Automatically compute image masks using AI to remove the sky. Experimental. Default: ``False`` + :ref:`sm-cluster` URL to a ClusterODM instance for distributing a split-merge workflow on multiple nodes in parallel. Default: ``None``