mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +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,
|
exclusive=True,
|
||||||
uid=[0]
|
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(
|
desc.ChoiceParam(
|
||||||
name='verboseLevel',
|
name='verboseLevel',
|
||||||
label='Verbose Level',
|
label='Verbose Level',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue