From 6aa980b07b296c1acd0ba9fe849e87c13a402fac Mon Sep 17 00:00:00 2001 From: Fabien Castan Date: Mon, 11 Dec 2017 17:10:31 +0100 Subject: [PATCH] [nodes] sfm: expose localBA graph distance param --- meshroom/nodes/aliceVision/StructureFromMotion.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/meshroom/nodes/aliceVision/StructureFromMotion.py b/meshroom/nodes/aliceVision/StructureFromMotion.py index 9c30bed6..76ca7067 100644 --- a/meshroom/nodes/aliceVision/StructureFromMotion.py +++ b/meshroom/nodes/aliceVision/StructureFromMotion.py @@ -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',