mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-12 07:42:04 +02:00
[nodes] DepthMap: Update P2 Weighting parameter
This commit is contained in:
parent
2add3bcdd6
commit
6f14dc97f8
1 changed files with 3 additions and 4 deletions
|
@ -154,7 +154,6 @@ Use a downscale factor of one (full-resolution) only if the quality of the input
|
||||||
uid=[0],
|
uid=[0],
|
||||||
advanced=True,
|
advanced=True,
|
||||||
),
|
),
|
||||||
|
|
||||||
desc.FloatParam(
|
desc.FloatParam(
|
||||||
name='sgmP1',
|
name='sgmP1',
|
||||||
label='SGM: P1',
|
label='SGM: P1',
|
||||||
|
@ -165,9 +164,9 @@ Use a downscale factor of one (full-resolution) only if the quality of the input
|
||||||
advanced=True,
|
advanced=True,
|
||||||
),
|
),
|
||||||
desc.FloatParam(
|
desc.FloatParam(
|
||||||
name='sgmP2',
|
name='sgmP2Weighting',
|
||||||
label='SGM: P2',
|
label='SGM: P2 Weighting',
|
||||||
description='Semi Global Matching: P2 weight.',
|
description='Semi Global Matching: P2 weighting.',
|
||||||
value=100.0,
|
value=100.0,
|
||||||
range=(-255.0, 255.0, 0.5),
|
range=(-255.0, 255.0, 0.5),
|
||||||
uid=[0],
|
uid=[0],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue