[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], 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(