Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You can't know absolutely, but you can set an error threshold. Then any points that have less than that error are inliers.

Use projectPoints on the 3d to get a set of 2d points. Then calculate the error of the projected points from the "true" points as sqrt(diffx^2 + diffy^2).