mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-21 02:27:15 +02:00
[nodses] DepthMap: Add option to merge tiles
This commit is contained in:
parent
1d5769639d
commit
c63da96f47
1 changed files with 8 additions and 0 deletions
|
@ -87,6 +87,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='tileMerge',
|
||||||
|
label='Tile Merge',
|
||||||
|
description='Read & merge all computed tiles.',
|
||||||
|
value=False,
|
||||||
|
uid=[0],
|
||||||
|
advanced=True,
|
||||||
|
),
|
||||||
desc.IntParam(
|
desc.IntParam(
|
||||||
name='sgmScale',
|
name='sgmScale',
|
||||||
label='SGM: Downscale factor',
|
label='SGM: Downscale factor',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue