mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-26 04:57:18 +02:00
[nodes] DepthMap: Add parameter autoAdjustSmallImage
This commit is contained in:
parent
4fab41a1a6
commit
b295cc5017
1 changed files with 8 additions and 0 deletions
|
@ -93,6 +93,14 @@ Use a downscale factor of one (full-resolution) only if the quality of the input
|
||||||
range=(0, 500, 1),
|
range=(0, 500, 1),
|
||||||
uid=[0],
|
uid=[0],
|
||||||
),
|
),
|
||||||
|
desc.BoolParam(
|
||||||
|
name='autoAdjustSmallImage',
|
||||||
|
label='Auto Adjust Small Image',
|
||||||
|
description='Automatically override depth map parameters if images are smaller than one tile.',
|
||||||
|
value=True,
|
||||||
|
uid=[0],
|
||||||
|
advanced=True,
|
||||||
|
),
|
||||||
]),
|
]),
|
||||||
desc.BoolParam(
|
desc.BoolParam(
|
||||||
name='chooseTCamsPerTile',
|
name='chooseTCamsPerTile',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue