I have been searching quite a bit for some efficient, scale/rotation invariant and patent-free combination of keypoints detector + descriptors extractor, but all the ones that I have tested give me very poor results. I tried using Brisk and Freak as recommended here, but they gave me the same poor results for detecting an object. (i.e: More inliers or good matches for the wrong images than for the right ones.)
Has someone managed to get usable object detection with an open-source combination? I am very interested because I want to know if is me who is failing on filtering correctly the results or because the generated data is faulty.