Ask Your Question

h4bUb's profile - activity

2017-05-16 07:39:10 -0600 commented question Change method of homography calculation

Ye i know that there is more algorithms, i just want to change 1st step in RANSAC where it randomly chooses 4 numbers, but i can't find the actual RANSAC code.

2017-05-16 07:15:19 -0600 asked a question Change method of homography calculation

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.