Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How can I get an estimate of how good is the homography that I get using findHomography?

The question is kinda giving it away, but I use:

H = findHomography(obj, scene, RANSAC, 1);

and it would be nice if I could get some sort of a statistical measure, like the back-projection error. Any ideas?