Inliers with large error after solvePnPRansac
Hello
I use solvePnPRansac to estimate the pose of an textured object in my scene. One of the parameters is the maximal reprojectionError. As solvePnPRansac does not return an error, I use projectPoints to project my 3d points again into the image. And here is my problem: some of the 3d-2d pairs have a reprojection error that is larger then the maximal error I gave to solvePnPRansac.
Has someone else seen this effect?
How dou you compute your corresponding 3d-2d points? With a homography or epipolar geometry?