mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 16:28:51 +02:00
[nodes] DepthMap: Add sgmDepthThiknessInflate parameter
This commit is contained in:
parent
a052c798d3
commit
e06979f65f
1 changed files with 9 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue