Skip to content

Commit c432232

Browse files
authored
Merge pull request #1069 from alicevision/dev/debugCircle
[nodes] PanoramaInit: add debug circle detection option
2 parents 0472970 + 7b72225 commit c432232

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

meshroom/nodes/aliceVision/PanoramaInit.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,15 @@ class PanoramaInit(desc.CommandLineNode):
9999
exclusive=True,
100100
uid=[0]
101101
),
102+
desc.BoolParam(
103+
name='debugFisheyeCircleEstimation',
104+
label='Debug Fisheye Circle Detection',
105+
description='Debug fisheye circle detection.',
106+
value=False,
107+
uid=[0],
108+
enabled=lambda node: node.useFisheye.value,
109+
advanced=True,
110+
),
102111
desc.ChoiceParam(
103112
name='verboseLevel',
104113
label='Verbose Level',

0 commit comments

Comments
 (0)