mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-30 06:48:47 +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(
|
desc.IntParam(
|
||||||
name='sgmStepXY',
|
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.',
|
description='Semi Global Matching: Step used to compute the similarity volume on X and Y axis.',
|
||||||
value=-1,
|
value=-1,
|
||||||
range=(-1, 10, 1),
|
range=(-1, 10, 1),
|
||||||
|
@ -70,7 +70,7 @@ class DepthMap(desc.CommandLineNode):
|
||||||
),
|
),
|
||||||
desc.IntParam(
|
desc.IntParam(
|
||||||
name='sgmStepZ',
|
name='sgmStepZ',
|
||||||
label='SGM: Step',
|
label='SGM: Step Z',
|
||||||
description='Semi Global Matching: Step used to compute the similarity volume on Z axis.',
|
description='Semi Global Matching: Step used to compute the similarity volume on Z axis.',
|
||||||
value=-1,
|
value=-1,
|
||||||
range=(-1, 10, 1),
|
range=(-1, 10, 1),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue