Hi everyone,
I understand that solvePNPRansac produces an inliner matrix that contains both the object points and image points.
I was wondering if there is a way to extract the two from the matrix so that I can plot the detected features in an image before and after RANSAC is applied.
Note: To plot the matched features, I use the drawMatches().
Thanks in advance!