diff --git a/opendm/config.py b/opendm/config.py index 1eafee11..b1d195e9 100755 --- a/opendm/config.py +++ b/opendm/config.py @@ -485,7 +485,7 @@ def config(argv=None, parser=None): metavar='', action=StoreValue, type=float, - default=20, + default=5, help='Filters the point cloud by removing points that deviate more than N standard deviations from the local mean. Set to 0 to disable filtering. ' 'Default: %(default)s')