Ask Your Question
0

Image matching using goodFeaturesToTrack

asked 2016-07-20 12:04:41 -0600

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

edit retag flag offensive close merge delete

Comments

Thank you very much!

n.argirop gravatar imagen.argirop ( 2016-07-21 13:09:06 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2016-07-21 02:48:32 -0600

Missing gravatar image

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

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-07-20 12:04:41 -0600

Seen: 957 times

Last updated: Jul 20 '16