[nodes] Panorama: new param "refine"

This commit is contained in:
Fabien Castan 2019-09-18 20:31:40 +02:00
parent ade9360b1f
commit b87432fe1e
2 changed files with 9 additions and 3 deletions

View file

@ -86,6 +86,13 @@ class PanoramaEstimation(desc.CommandLineNode):
uid=[0],
advanced=True,
),
desc.BoolParam(
name='refine',
label='Refine',
description='Refine camera relative poses, points and optionally internal camera parameter',
value=False,
uid=[0],
),
desc.BoolParam(
name='lockAllIntrinsics',
label='Force Lock of All Intrinsic Camera Parameters.',
@ -94,7 +101,6 @@ class PanoramaEstimation(desc.CommandLineNode):
'This may be helpful if the input cameras are already fully calibrated.',
value=False,
uid=[0],
advanced=True,
),
desc.ChoiceParam(
name='verboseLevel',