mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-03 20:26:49 +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='',
|
value='',
|
||||||
uid=[0],
|
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(
|
desc.BoolParam(
|
||||||
name='useGraphCut',
|
name='useGraphCut',
|
||||||
label='Use Smart Seams',
|
label='Use Smart Seams',
|
||||||
|
|
Loading…
Add table
Reference in a new issue