diff --git a/meshroom/nodes/aliceVision/StructureFromMotion.py b/meshroom/nodes/aliceVision/StructureFromMotion.py index 2cdff69760..c0f960abb5 100644 --- a/meshroom/nodes/aliceVision/StructureFromMotion.py +++ b/meshroom/nodes/aliceVision/StructureFromMotion.py @@ -116,6 +116,15 @@ class StructureFromMotion(desc.CommandLineNode): range=(0, 50000, 1), uid=[0], ), + desc.IntParam( + name='minNumberOfMatches', + label='Minimum Number of Matches', + description='Minimum number of matches per image pair (and per feature type). \n' + 'This can be useful to have a meaningful reconstruction with accurate keypoints. 0 means no limit.', + value=0, + range=(0, 50000, 1), + uid=[0], + ), desc.IntParam( name='minInputTrackLength', label='Min Input Track Length',