Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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 May 16 '17

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 May 16 '17

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.