Skip to content

Commit

Permalink
[nodes] DepthMap: Add option Seeds Range Inflate
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoire-dl committed Nov 7, 2022
1 parent f2bd05b commit 312e14f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions meshroom/nodes/aliceVision/DepthMap.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,15 @@ class DepthMap(desc.CommandLineNode):
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',
Expand Down

0 comments on commit 312e14f

Please sign in to comment.