Merge pull request #329 from alicevision/devSfmIntrinsicsInput

[CLI] Add possibility to run pipeline from a .sfm file
This commit is contained in:
Yann Lanthony 2019-01-28 10:54:37 +01:00 committed by GitHub
commit 0c9c2b2424
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 55 additions and 26 deletions

View file

@ -178,6 +178,15 @@ class StructureFromMotion(desc.CommandLineNode):
uid=[0],
advanced=True,
),
desc.BoolParam(
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=False,
uid=[0],
),
desc.File(
name='initialPairA',
label='Initial Pair A',