Is it possible to make changes in RANSAC method that used in function findHomography
? I am using python 2.7, opencv 2.4.13 as cv2.pyd file and i don't see a way to change source files.
Or even better do somethig like this: findHomography(srcPoints, dstPoints, MYOWNMETHOD)
If this can be done on c++ i'll be glad to see possible solutions.