Ask Your Question

Revision history [back]

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.

click to hide/show revision 2
retagged

updated 2017-05-16 07:15:47 -0600

berak gravatar image

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.

click to hide/show revision 3
retagged

updated 2017-05-16 07:16:09 -0600

berak gravatar image

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.