diff --git a/meshroom/nodes/aliceVision/DepthMap.py b/meshroom/nodes/aliceVision/DepthMap.py index 8df8b89a..1cca40e2 100644 --- a/meshroom/nodes/aliceVision/DepthMap.py +++ b/meshroom/nodes/aliceVision/DepthMap.py @@ -165,6 +165,15 @@ Use a downscale factor of one (full-resolution) only if the quality of the input uid=[0], advanced=True, ), + desc.FloatParam( + name='sgmSeedsRangeInflate', + label='Seeds Range Inflate', + description='Seeds range inflate factor.', + value=0.2, + range=(0.0, 2.0, 0.1), + uid=[0], + advanced=True, + ), desc.FloatParam( name='sgmGammaC', label='GammaC',