[nodes] DepthMap: Update P2 Weighting parameter

This commit is contained in:
Grégoire De Lillo 2022-03-03 17:32:52 +01:00
parent 2add3bcdd6
commit 6f14dc97f8

View file

@ -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],