From 06453228cb4ab4d59f07f62269a1cea054d2e0e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20De=20Lillo?= Date: Tue, 10 Jan 2023 16:19:52 +0100 Subject: [PATCH] [nodes] DepthMap: Update GammaC & GammaP descriptions --- meshroom/nodes/aliceVision/DepthMap.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meshroom/nodes/aliceVision/DepthMap.py b/meshroom/nodes/aliceVision/DepthMap.py index 651e4e26..15b574f5 100644 --- a/meshroom/nodes/aliceVision/DepthMap.py +++ b/meshroom/nodes/aliceVision/DepthMap.py @@ -177,7 +177,7 @@ Use a downscale factor of one (full-resolution) only if the quality of the input desc.FloatParam( name='sgmGammaC', label='GammaC', - description='GammaC Threshold.', + description='GammaC threshold used for similarity computation.', value=5.5, range=(0.0, 30.0, 0.5), uid=[0], @@ -186,7 +186,7 @@ Use a downscale factor of one (full-resolution) only if the quality of the input desc.FloatParam( name='sgmGammaP', label='GammaP', - description='GammaP Threshold.', + description='GammaP threshold used for similarity computation.', value=8.0, range=(0.0, 30.0, 0.5), uid=[0], @@ -331,7 +331,7 @@ Use a downscale factor of one (full-resolution) only if the quality of the input desc.FloatParam( name='refineGammaC', label='GammaC', - description='GammaC Threshold.', + description='GammaC threshold used for similarity computation.', value=15.5, range=(0.0, 30.0, 0.5), uid=[0], @@ -340,7 +340,7 @@ Use a downscale factor of one (full-resolution) only if the quality of the input desc.FloatParam( name='refineGammaP', label='GammaP', - description='GammaP threshold.', + description='GammaP threshold used for similarity computation.', value=8.0, range=(0.0, 30.0, 0.5), uid=[0],