Update config.py

By default ODM should use the`--outlier_removal` feature of mvs texturing. This improves significantly the output when moving features such as cars or people are caught during a survey.
pull/490/head
Piero Toffanin 2017-02-19 13:54:43 -05:00 zatwierdzone przez GitHub
rodzic 0d698dac14
commit dba06e6b9a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -232,7 +232,7 @@ def config():
parser.add_argument('--texturing-outlier-removal-type',
metavar='<string>',
default='none',
default='gauss_clamping',
help=('Type of photometric outlier removal method: '
'[none, gauss_damping, gauss_clamping]. Default: '
'%(default)s'))