From d9a69b8a2f5893999f5ef19ed5271feea6b22d15 Mon Sep 17 00:00:00 2001 From: Fabien Castan Date: Tue, 26 Jan 2021 19:14:12 +0100 Subject: [PATCH] [nodes] PanoramaSeams: new maxWidth parameter --- meshroom/nodes/aliceVision/PanoramaSeams.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/meshroom/nodes/aliceVision/PanoramaSeams.py b/meshroom/nodes/aliceVision/PanoramaSeams.py index a890a584..389c0eb4 100644 --- a/meshroom/nodes/aliceVision/PanoramaSeams.py +++ b/meshroom/nodes/aliceVision/PanoramaSeams.py @@ -32,6 +32,14 @@ Estimate the seams lines between the inputs to provide an optimal compositing in value='', uid=[0], ), + desc.IntParam( + name='maxWidth', + label='Max Resolution', + description='Maximal resolution for the panorama seams estimation.', + value=5000, + range=(0, 100000, 1), + uid=[0], + ), desc.BoolParam( name='useGraphCut', label='Use Smart Seams',