Retreiving similar images from a set of images using SIFT/SURF
问题 I am working on SIFT features and 'm using a visual bag-of-words approach to make a vocabulary first and then do the matching. I've found similar questions but didn't find the appropriate answer. Same question is asked in below link but there is no satisfactory answer, can anyone help me. Thank u in advance. https://stackoverflow.com/questions/29366944/finding-top-similar-images-from-a-database-using-sift-surf 回答1: Sift and Surf Method are all implemented in lire project and ready to use.