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 de
The problem was in using Brute Force Matcher only, I found methods to obtain a set of good matches between two views at "OpenCV 2 Computer Vision Application Programming Cookbook"
Ch9: Matching images using random sample consensus