Skip to content

Commit

Permalink
[nodes] PanoramaSeams: new maxWidth parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiencastan committed Jan 26, 2021
1 parent c416bf1 commit d9a69b8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions meshroom/nodes/aliceVision/PanoramaSeams.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ class PanoramaSeams(desc.CommandLineNode):
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',
Expand Down

0 comments on commit d9a69b8

Please sign in to comment.