mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 16:28:51 +02:00
Add debug options for visualization of borders and seams
This commit is contained in:
parent
2381cde667
commit
4fd1f9708d
1 changed files with 10 additions and 0 deletions
|
@ -37,6 +37,16 @@ class PanoramaCompositing(desc.CommandLineNode):
|
|||
exclusive=True,
|
||||
uid=[0]
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
name='overlayType',
|
||||
label='Overlay Type',
|
||||
description='Which overlay to display on top of panorama for debug',
|
||||
value='none',
|
||||
values=['none', 'borders', 'seams'],
|
||||
exclusive=True,
|
||||
advanced=True,
|
||||
uid=[0]
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
name='verboseLevel',
|
||||
label='Verbose Level',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue