From 385460bbe7d557bfa674a620034fbe91c7df0363 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Sun, 19 Feb 2017 13:54:43 -0500 Subject: [PATCH] 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. Former-commit-id: dba06e6b9ae6b82201c133525b5587d5f4fe3377 --- opendm/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendm/config.py b/opendm/config.py index 3a82169f..9eab57f2 100644 --- a/opendm/config.py +++ b/opendm/config.py @@ -232,7 +232,7 @@ def config(): parser.add_argument('--texturing-outlier-removal-type', metavar='', - default='none', + default='gauss_clamping', help=('Type of photometric outlier removal method: ' '[none, gauss_damping, gauss_clamping]. Default: ' '%(default)s'))