kopia lustrzana https://github.com/OpenDroneMap/docs
commit
baf81d1076
|
@ -6,6 +6,7 @@ from pathlib import Path
|
||||||
from string import Template
|
from string import Template
|
||||||
|
|
||||||
parser = argparse.ArgumentParser(description='Extract ODM strings.')
|
parser = argparse.ArgumentParser(description='Extract ODM strings.')
|
||||||
|
# https://raw.githubusercontent.com/OpenDroneMap/ODM/master/opendm/config.py
|
||||||
parser.add_argument('input', type=str,
|
parser.add_argument('input', type=str,
|
||||||
help='URL to ODM\'s config.py')
|
help='URL to ODM\'s config.py')
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
|
@ -17,7 +17,7 @@ Options and Flags
|
||||||
:ref:`build-overviews<build-overviews>`
|
:ref:`build-overviews<build-overviews>`
|
||||||
Build orthophoto overviews for faster display in programs such as QGIS. Default: ``False``
|
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``
|
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>
|
:ref:`cameras<cameras>` <json>
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
camera-lens
|
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``
|
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``
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue