mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-20 10:07:16 +02:00
[nodes] DepthMap: Update GammaC & GammaP descriptions
This commit is contained in:
parent
0c2aa588fe
commit
06453228cb
1 changed files with 4 additions and 4 deletions
|
@ -177,7 +177,7 @@ Use a downscale factor of one (full-resolution) only if the quality of the input
|
||||||
desc.FloatParam(
|
desc.FloatParam(
|
||||||
name='sgmGammaC',
|
name='sgmGammaC',
|
||||||
label='GammaC',
|
label='GammaC',
|
||||||
description='GammaC Threshold.',
|
description='GammaC threshold used for similarity computation.',
|
||||||
value=5.5,
|
value=5.5,
|
||||||
range=(0.0, 30.0, 0.5),
|
range=(0.0, 30.0, 0.5),
|
||||||
uid=[0],
|
uid=[0],
|
||||||
|
@ -186,7 +186,7 @@ Use a downscale factor of one (full-resolution) only if the quality of the input
|
||||||
desc.FloatParam(
|
desc.FloatParam(
|
||||||
name='sgmGammaP',
|
name='sgmGammaP',
|
||||||
label='GammaP',
|
label='GammaP',
|
||||||
description='GammaP Threshold.',
|
description='GammaP threshold used for similarity computation.',
|
||||||
value=8.0,
|
value=8.0,
|
||||||
range=(0.0, 30.0, 0.5),
|
range=(0.0, 30.0, 0.5),
|
||||||
uid=[0],
|
uid=[0],
|
||||||
|
@ -331,7 +331,7 @@ Use a downscale factor of one (full-resolution) only if the quality of the input
|
||||||
desc.FloatParam(
|
desc.FloatParam(
|
||||||
name='refineGammaC',
|
name='refineGammaC',
|
||||||
label='GammaC',
|
label='GammaC',
|
||||||
description='GammaC Threshold.',
|
description='GammaC threshold used for similarity computation.',
|
||||||
value=15.5,
|
value=15.5,
|
||||||
range=(0.0, 30.0, 0.5),
|
range=(0.0, 30.0, 0.5),
|
||||||
uid=[0],
|
uid=[0],
|
||||||
|
@ -340,7 +340,7 @@ Use a downscale factor of one (full-resolution) only if the quality of the input
|
||||||
desc.FloatParam(
|
desc.FloatParam(
|
||||||
name='refineGammaP',
|
name='refineGammaP',
|
||||||
label='GammaP',
|
label='GammaP',
|
||||||
description='GammaP threshold.',
|
description='GammaP threshold used for similarity computation.',
|
||||||
value=8.0,
|
value=8.0,
|
||||||
range=(0.0, 30.0, 0.5),
|
range=(0.0, 30.0, 0.5),
|
||||||
uid=[0],
|
uid=[0],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue