使用SIFT/SURF从一组图像中检索相似的图像

编程入门 行业动态 更新时间:2024-10-14 10:40:50
本文介绍了使用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.

> stackoverflow/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.

github/dermotte/LIRE 完整的视觉词包已完全实现.这是在线演示网站.

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

您可以在opencv库用于特征提取.获得视觉效果后,您应该使用搜索引擎中使用的信息检索方法.顺便说一句,Lire还包括一个名为 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从一组图像中检索相似的图像

本文发布于:2023-11-30 16:53:55,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1650773.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:图像   SIFT   SURF

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!