使用SIFT/SURF从一组图像中检索相似的图像 [英] Retreiving similar images from a set of images using SIFT/SURF

查看:368
本文介绍了使用SIFT/SURF从一组图像中检索相似的图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在研究SIFT功能,并且'我先使用可视化的词袋方法制作词汇,然后进行匹配.我发现了类似的问题,但没有找到合适的答案. 在下面的链接中提出了同样的问题,但没有令人满意的答案,任何人都可以帮助我.预先谢谢你.

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/从数据库中使用筛选冲浪查找最相似的图像

推荐答案

Sift和Surf方法都在lire项目中实现并可以使用.如果您知道可视单词包也可以修改,则代码非常简单.

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 完整的视觉词包已完全实现.这是在线演示网站.

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

您可以在opencv库 lucene 的信息检索库.您可能会坚持撒谎,直到您了解整个想法.

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.

这篇关于使用SIFT/SURF从一组图像中检索相似的图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆