How findHomography works?
Hello,
is there any simple (and mathematical) explanation on how cvFindHomography and RANSAC work internally?
Thanks
Hi,
You can find an explanation (with math included) of cvFindHomography at:
Gary Bradsky & Adrian Kaehler, "Learning OpenCV: Computer Vision with the OpenCV Library".
O'Reilly 2008. Chapter 11: Camera Models and Calibration. Page 384.
For the RANSAC algorithm, there must be something else out there, but you can take a look at the original paper:
M.A. Fischler and R.C. Bolles, "Random sample concensus: A paradigm for model fitting with applications to image analysis and automated cartography".
Communications of the Association for Computing Machinery 24 (1981):381-395
Hope this helps
On this page I have found a pretty good explanation of Homography with DLT (but without RANSAC)
http://mmlab.disi.unitn.it/wiki/index.php/2D_Homography:_Algorithm_and_Tool
Asked: 2012-09-30 17:51:30 -0600
Seen: 1,616 times
Last updated: Oct 01 '12