Update descripton

pull/1383/head
Piero Toffanin 2021-12-18 10:29:22 -05:00
rodzic 755b261686
commit 6ed490d2e3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -234,7 +234,7 @@ def config(argv=None, parser=None):
action=StoreValue,
default='incremental',
choices=['incremental', 'triangulation'],
help=('Choose the structure from motion algorithm. For aerial datasets, if camera GPS positions and angles are available, triangulation is faster. '
help=('Choose the structure from motion algorithm. For aerial datasets, if camera GPS positions and angles are available, triangulation can generate better results. '
'Can be one of: %(choices)s. Default: '
'%(default)s'))