From c63da96f47cf82d5c93289bd5e58fc010d4bc13e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20De=20Lillo?= Date: Thu, 24 Mar 2022 10:21:08 +0100 Subject: [PATCH] [nodses] DepthMap: Add option to merge tiles --- meshroom/nodes/aliceVision/DepthMap.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/meshroom/nodes/aliceVision/DepthMap.py b/meshroom/nodes/aliceVision/DepthMap.py index a7aa831e..821e589b 100644 --- a/meshroom/nodes/aliceVision/DepthMap.py +++ b/meshroom/nodes/aliceVision/DepthMap.py @@ -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',