From 2fa6fb4985c0f6c6e09cfde10d0616dfd12317e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20De=20Lillo?= Date: Mon, 7 Nov 2022 15:25:29 +0100 Subject: [PATCH] [nodes] DepthMap: Add option Seeds Range Inflate --- meshroom/nodes/aliceVision/DepthMap.py | 9 +++++++++ 1 file changed, 9 insertions(+) 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',