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',