ransac

How to check if obtained homography matrix is good?

我的未来我决定 提交于 2019-11-27 11:36:05
This question was already asked , but I still don't get it. I obtain a homography matrix by calling cv::findHomography from a set of points. I need to check whether it's relevant or not. The proposed method is to calculate maximum reprojection error for inliers and compare it with a threshold. But after such filtration I keep getting insane transformations with object bounding box transforming to almost a straight line or some strange non-convex quadrangle, with self-intersections etc. What constraints can be used to check if the homography matrix itself is adequate? DanielHsH Your question is

How to check if obtained homography matrix is good?

不打扰是莪最后的温柔 提交于 2019-11-26 15:38:26
问题 This question was already asked, but I still don't get it. I obtain a homography matrix by calling cv::findHomography from a set of points. I need to check whether it's relevant or not. The proposed method is to calculate maximum reprojection error for inliers and compare it with a threshold. But after such filtration I keep getting insane transformations with object bounding box transforming to almost a straight line or some strange non-convex quadrangle, with self-intersections etc. What