mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-03 03:11:56 +02:00
[nodes] DepthMap: fix labels of the 2 "step" params
This commit is contained in:
parent
f9c6082cc5
commit
3ab83ec710
1 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ class DepthMap(desc.CommandLineNode):
|
|||
),
|
||||
desc.IntParam(
|
||||
name='sgmStepXY',
|
||||
label='SGM: Step',
|
||||
label='SGM: Step XY',
|
||||
description='Semi Global Matching: Step used to compute the similarity volume on X and Y axis.',
|
||||
value=-1,
|
||||
range=(-1, 10, 1),
|
||||
|
@ -70,7 +70,7 @@ class DepthMap(desc.CommandLineNode):
|
|||
),
|
||||
desc.IntParam(
|
||||
name='sgmStepZ',
|
||||
label='SGM: Step',
|
||||
label='SGM: Step Z',
|
||||
description='Semi Global Matching: Step used to compute the similarity volume on Z axis.',
|
||||
value=-1,
|
||||
range=(-1, 10, 1),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue