mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 10:17:27 +02:00
[nodes] PanoramaSeams: new maxWidth parameter
This commit is contained in:
parent
c416bf1839
commit
d9a69b8a2f
1 changed files with 8 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue