diff --git a/meshroom/nodes/aliceVision/RelativePoseEstimating.py b/meshroom/nodes/aliceVision/RelativePoseEstimating.py index cf231fe5..2ec076c0 100644 --- a/meshroom/nodes/aliceVision/RelativePoseEstimating.py +++ b/meshroom/nodes/aliceVision/RelativePoseEstimating.py @@ -42,6 +42,14 @@ Estimate relative pose between each pair of views that share tracks. range=(1024, 500000, 1), advanced=True, ), + desc.IntParam( + name="minInliers", + label="Ransac min inliers", + description="Minimal allowed inliers in two view relationship.", + value=35, + range=(1, 1000, 1), + advanced=True, + ), desc.ChoiceParam( name="verboseLevel", label="Verbose Level",