Merge pull request #132 from Saijin-Naib/Saijin-Naib-271

ODM 2.7.1 Update
pull/133/head
Piero Toffanin 2022-01-16 21:13:39 -05:00 zatwierdzone przez GitHub
commit baf81d1076
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
3 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -6,6 +6,7 @@ from pathlib import Path
from string import Template
parser = argparse.ArgumentParser(description='Extract ODM strings.')
# https://raw.githubusercontent.com/OpenDroneMap/ODM/master/opendm/config.py
parser.add_argument('input', type=str,
help='URL to ODM\'s config.py')
args = parser.parse_args()

Wyświetl plik

@ -17,7 +17,7 @@ Options and Flags
:ref:`build-overviews<build-overviews>`
Build orthophoto overviews for faster display in programs such as QGIS. Default: ``False``
:ref:`camera-lens<camera-lens>` auto | perspective | brown | fisheye | spherical
:ref:`camera-lens<camera-lens>` auto | perspective | brown | fisheye | 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<cameras>` <json>

Wyświetl plik

@ -8,7 +8,7 @@
camera-lens
```````````
**Options:** *auto | perspective | brown | fisheye | spherical*
**Options:** *auto | perspective | brown | fisheye | 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``