mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-30 23:08:25 +02:00
[nodes] Panorama: new param "refine"
This commit is contained in:
parent
ade9360b1f
commit
b87432fe1e
2 changed files with 9 additions and 3 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue