Ask Your Question

Revision history [back]

Image matching using goodFeaturesToTrack

I already tried to detect corners using goodFeaturesToTrack and then use those corners in BFMatcher, which doesn't accept them and asks for keypoints instead. Is it possible to make it work somehow? The reason why I don't use SIFT, SURF, etc. is because of the calculation speed and the fact that I can manipulate the dispersion of the points on the image, thus being able to use much fewer points to achieve a good dispersion on the whole image.

I am using opencv 2.4.13 and python 2.7