mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +02:00
Merge pull request #1069 from alicevision/dev/debugCircle
[nodes] PanoramaInit: add debug circle detection option
This commit is contained in:
commit
c432232c67
1 changed files with 9 additions and 0 deletions
|
@ -99,6 +99,15 @@ This node allows to setup the Panorama:
|
||||||
exclusive=True,
|
exclusive=True,
|
||||||
uid=[0]
|
uid=[0]
|
||||||
),
|
),
|
||||||
|
desc.BoolParam(
|
||||||
|
name='debugFisheyeCircleEstimation',
|
||||||
|
label='Debug Fisheye Circle Detection',
|
||||||
|
description='Debug fisheye circle detection.',
|
||||||
|
value=False,
|
||||||
|
uid=[0],
|
||||||
|
enabled=lambda node: node.useFisheye.value,
|
||||||
|
advanced=True,
|
||||||
|
),
|
||||||
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