mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-20 10:07:16 +02:00
[nodes] sfm: rename param refineIntrinsics into lockAllIntrinsics
This commit is contained in:
parent
3291c3b983
commit
d924499470
1 changed files with 5 additions and 6 deletions
|
@ -169,13 +169,12 @@ class StructureFromMotion(desc.CommandLineNode):
|
||||||
uid=[0],
|
uid=[0],
|
||||||
),
|
),
|
||||||
desc.BoolParam(
|
desc.BoolParam(
|
||||||
name='refineIntrinsics',
|
name='lockAllIntrinsics',
|
||||||
label='Refine intrinsic parameters.',
|
label='Force Lock of All Intrinsic Camera Parameters.',
|
||||||
description='The intrinsics parameters of the cameras (focal length, \n'
|
description='Force to keep constant all the intrinsics parameters of the cameras (focal length, \n'
|
||||||
'principal point, distortion if any) are kept constant '
|
'principal point, distortion if any) during the reconstruction.\n'
|
||||||
'during the reconstruction.\n'
|
|
||||||
'This may be helpful if the input cameras are already fully calibrated.',
|
'This may be helpful if the input cameras are already fully calibrated.',
|
||||||
value=True,
|
value=False,
|
||||||
uid=[0],
|
uid=[0],
|
||||||
),
|
),
|
||||||
desc.File(
|
desc.File(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue