[nodes] sfm: rename param refineIntrinsics into lockAllIntrinsics

This commit is contained in:
Fabien Castan 2019-01-28 10:46:19 +01:00
parent 3291c3b983
commit d924499470

View file

@ -169,13 +169,12 @@ class StructureFromMotion(desc.CommandLineNode):
uid=[0],
),
desc.BoolParam(
name='refineIntrinsics',
label='Refine intrinsic parameters.',
description='The intrinsics parameters of the cameras (focal length, \n'
'principal point, distortion if any) are kept constant '
'during the reconstruction.\n'
name='lockAllIntrinsics',
label='Force Lock of All Intrinsic Camera Parameters.',
description='Force to keep constant all the intrinsics parameters of the cameras (focal length, \n'
'principal point, distortion if any) during the reconstruction.\n'
'This may be helpful if the input cameras are already fully calibrated.',
value=True,
value=False,
uid=[0],
),
desc.File(