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?
1 | initial version |
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?