Ask Your Question
0

Image matching using goodFeaturesToTrack

asked Jul 20 '16

n.argirop gravatar image

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

Preview: (hide)

Comments

Thank you very much!

n.argirop gravatar imagen.argirop (Jul 21 '16)edit

1 answer

Sort by » oldest newest most voted
0

answered Jul 21 '16

Missing gravatar image

BFMatcher needs keypoint descriptors to work. The goodFeaturesToTrack function only gives you strong corners, but no descriptors.

Preview: (hide)

Question Tools

1 follower

Stats

Asked: Jul 20 '16

Seen: 1,042 times

Last updated: Jul 20 '16