mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-06 21:01:59 +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='',
|
value='',
|
||||||
uid=[0],
|
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(
|
desc.IntParam(
|
||||||
name='sgmMaxTCams',
|
name='sgmMaxTCams',
|
||||||
label='SGM: Nb Neighbour Cameras',
|
label='SGM: Nb Neighbour Cameras',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue