OpenCV - Object matching using SURF descriptors and BruteForceMatcher
问题 I have a question about objects matching with OpenCV. I'm useing SURF algorithm implemented in opencv 2.3 to first detect features on each image, and then extracting the descriptors of these features. The problem in matching using Brute Force Matcher, I don't know how I judge that the two images are matched or not that's as when I'm using two different images there are lines between descriptors in the two images! These outputs of my code, either the two images -I compare with them - are