mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-19 17:47:25 +02:00
[nodes] DepthMap: Add option Seeds Range Inflate
This commit is contained in:
parent
000a67decd
commit
2fa6fb4985
1 changed files with 9 additions and 0 deletions
|
@ -165,6 +165,15 @@ Use a downscale factor of one (full-resolution) only if the quality of the input
|
|||
uid=[0],
|
||||
advanced=True,
|
||||
),
|
||||
desc.FloatParam(
|
||||
name='sgmSeedsRangeInflate',
|
||||
label='Seeds Range Inflate',
|
||||
description='Seeds range inflate factor.',
|
||||
value=0.2,
|
||||
range=(0.0, 2.0, 0.1),
|
||||
uid=[0],
|
||||
advanced=True,
|
||||
),
|
||||
desc.FloatParam(
|
||||
name='sgmGammaC',
|
||||
label='GammaC',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue