Retreiving similar images from a set of images using SIFT/SURF

微笑、不失礼 提交于 2020-01-06 19:24:26

问题


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. Code is very simple if you know the bag of visual word you can modify also.

https://github.com/dermotte/LIRE complete bag of visual word is fully implemented. here is the lire Demo site.

You may look details and implementation of the methods on opencv library for feature extraction. After getting visual word you should use information retrieval approaches used in search engines. By the way Lire also include an information retrieval library called lucene. You may stick to lire way until you get the whole idea.



来源:https://stackoverflow.com/questions/35938255/retreiving-similar-images-from-a-set-of-images-using-sift-surf

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!