mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-31 18:06:31 +02:00
[nodes] DepthMap
Add parameter Downscale
This commit is contained in:
parent
ebda829817
commit
0e10b0e6a7
1 changed files with 9 additions and 0 deletions
|
@ -16,6 +16,15 @@ class DepthMap(desc.CommandLineNode):
|
|||
value='',
|
||||
uid=[0],
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
name='downscale',
|
||||
label='Downscale',
|
||||
description='Image downscale factor.',
|
||||
value=2,
|
||||
values=[1, 2, 4, 8, 16],
|
||||
exclusive=True,
|
||||
uid=[0],
|
||||
),
|
||||
desc.IntParam(
|
||||
name='sgmMaxTCams',
|
||||
label='SGM: Nb Neighbour Cameras',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue