From 000a67decd9282aec1fff710f3ef04c9f9ab5875 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20De=20Lillo?= Date: Mon, 7 Nov 2022 15:24:48 +0100 Subject: [PATCH] [nodes] DepthMap: Add options Refine scale & Refine step --- meshroom/nodes/aliceVision/DepthMap.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/meshroom/nodes/aliceVision/DepthMap.py b/meshroom/nodes/aliceVision/DepthMap.py index 18aa1c3d..8df8b89a 100644 --- a/meshroom/nodes/aliceVision/DepthMap.py +++ b/meshroom/nodes/aliceVision/DepthMap.py @@ -250,6 +250,22 @@ Use a downscale factor of one (full-resolution) only if the quality of the input description='Refine Parameters.', group=None, groupDesc=[ + desc.IntParam( + name='refineScale', + label='Downscale factor', + description='Downscale factor.', + value=1, + range=(-1, 10, 1), + uid=[0], + ), + desc.IntParam( + name='refineStepXY', + label='Step XY', + description='Step on X and Y axis.', + value=1, + range=(-1, 10, 1), + uid=[0], + ), desc.IntParam( name='refineNSamplesHalf', label='Number of Samples',