[nodes] sfm: expose localBA graph distance param

This commit is contained in:
Fabien Castan 2017-12-11 17:10:31 +01:00
parent 5c179cce6e
commit 6aa980b07b

View file

@ -58,6 +58,14 @@ class StructureFromMotion(desc.CommandLineNode):
value=False,
uid=[0],
),
desc.IntParam(
name='localBAGraphDistance',
label='LocalBA Graph Distance',
description='Graph-distance limit to define the Active region in the Local Bundle Adjustment strategy.',
value=1,
range=(2, 10, 1),
uid=[0],
),
desc.IntParam(
name='minInputTrackLength',
label='Min Input Track Length',