I am a bit new to opencv. It seems that there are two functions “FindHomography” and “cvFindHomography” that perform exactly the same functionality. So I am quite confused over the difference between them.
Links to documentation are provided:
FindHomography, cvFindHomography
Thanks for the any help or clarification.
The difference in this case is that FindHomography belongs to the Python interface of OpenCV, and cvFindHomography belongs to the C interface.