From 204c664eb804a41ce77a8e199759a9114cd32b93 Mon Sep 17 00:00:00 2001 From: Saijin-Naib <19295950+Saijin-Naib@users.noreply.github.com> Date: Tue, 9 Nov 2021 23:55:16 -0500 Subject: [PATCH] Add auto-boundary and boundary pages These were not committed last time --- source/arguments/auto-boundary.rst | 17 +++++++++++++++++ source/arguments/boundary.rst | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 source/arguments/auto-boundary.rst create mode 100644 source/arguments/boundary.rst diff --git a/source/arguments/auto-boundary.rst b/source/arguments/auto-boundary.rst new file mode 100644 index 000000000..24f54adba --- /dev/null +++ b/source/arguments/auto-boundary.rst @@ -0,0 +1,17 @@ +.. + AUTO-GENERATED by extract_odm_strings.py! DO NOT EDIT! + If you want to add more details to a command, create a + .rst file in arguments_edit/.rst + +.. _auto-boundary: + +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`` + +.. include:: ../arguments_edit/auto-boundary.rst + +`Learn to edit `_ and help improve `this page `_! diff --git a/source/arguments/boundary.rst b/source/arguments/boundary.rst new file mode 100644 index 000000000..28ffba0c7 --- /dev/null +++ b/source/arguments/boundary.rst @@ -0,0 +1,17 @@ +.. + AUTO-GENERATED by extract_odm_strings.py! DO NOT EDIT! + If you want to add more details to a command, create a + .rst file in arguments_edit/.rst + +.. _boundary: + +boundary +```````` + +**Options:** ** + +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: `` + +.. include:: ../arguments_edit/boundary.rst + +`Learn to edit `_ and help improve `this page `_!