[nodes] DepthMap: Add sgmDepthThiknessInflate parameter

This commit is contained in:
Grégoire De Lillo 2023-02-13 15:50:54 +01:00 committed by Candice Bentéjac
parent a052c798d3
commit e06979f65f

View file

@ -188,6 +188,15 @@ Use a downscale factor of one (full-resolution) only if the quality of the input
uid=[0],
advanced=True,
),
desc.FloatParam(
name='sgmDepthThiknessInflate',
label='Thikness Inflate',
description='Inflate factor to add margins to the depth thikness.',
value=0.0,
range=(0.0, 2.0, 0.1),
uid=[0],
advanced=True,
),
desc.FloatParam(
name='sgmMaxSimilarity',
label='Max Similarity',