Skip to content
Snippets Groups Projects
Commit 4151b440 authored by Mederic Fourmy's avatar Mederic Fourmy
Browse files

Put a high RANSAC confidence so that gtest pass

parent 9613303e
No related branches found
No related tags found
2 merge requests!36After cmake and const refactor,!28Resolve "Building a new visual odometry system"
......@@ -48,7 +48,7 @@ grid_params:
ransac_params:
# specifies a desirable level of confidence (probability) that the estimated matrix is correct
ransac_prob: 0.99
ransac_prob: 0.999
# maximum distance from a point to an epipolar line in pixels, beyond which the point
# is considered an outlier and is not used for computing the final fundamental matrix
ransac_thresh: 1
......
......@@ -41,7 +41,7 @@ grid_params:
ransac_params:
# specifies a desirable level of confidence (probability) that the estimated matrix is correct
ransac_prob: 0.99
ransac_prob: 0.999
# maximum distance from a point to an epipolar line in pixels, beyond which the point
# is considered an outlier and is not used for computing the final fundamental matrix
ransac_thresh: 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment