mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-19 17:47:25 +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),
|
||||
uid=[0],
|
||||
),
|
||||
desc.BoolParam(
|
||||
name='tileMerge',
|
||||
label='Tile Merge',
|
||||
description='Read & merge all computed tiles.',
|
||||
value=False,
|
||||
uid=[0],
|
||||
advanced=True,
|
||||
),
|
||||
desc.IntParam(
|
||||
name='sgmScale',
|
||||
label='SGM: Downscale factor',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue