mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-22 02:57:16 +02:00
[nodes][aliceVision] DepthMap: fix default value of sgmMaxSideXY
This commit is contained in:
parent
b55bf48da7
commit
e259294640
1 changed files with 2 additions and 2 deletions
|
@ -77,10 +77,10 @@ class DepthMap(desc.CommandLineNode):
|
|||
uid=[0],
|
||||
),
|
||||
desc.IntParam(
|
||||
name='sgmMaxSide',
|
||||
name='sgmMaxSideXY',
|
||||
label='SGM: Max Side',
|
||||
description='Semi Global Matching: Max side in pixels used to automatically decide for sgmScale/sgmStep if not defined.',
|
||||
value=200,
|
||||
value=700,
|
||||
range=(-1, 1000, 1),
|
||||
uid=[0],
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue