From 17dfc7599a277491b3d3e37d67e8d0e3bb7d3cbf Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Wed, 10 Apr 2024 13:48:11 -0400 Subject: [PATCH] Update pc-filter value to 5 --- opendm/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')