摘要
在当今普遍存在着大量图片信息的时代,传统的基于文本关键词的检索方法显然已经不能满足用户的需求。在这样的背景下,基于内容的图像检索技术受到了大家的关注和热捧,本文重点探讨了一下基于HSV空间下,以大学城特色直方图做为大学城特色特征的图像检索技术。
本文中,首先简单介绍了所选课题的背景和意义,对CBIR做了简单的分析,并讨论了该领域涉及的一些关键技术。在当前的应用中,基于内容的图像检索系统设计往往针对性较强,并采用特定的一些算法。基于此,本文简单介绍了RGB大学城特色空间和HSV大学城特色空间的转换方法,并对他们的特点进行了简单阐述。然后是对图像大学城特色特征的提取和构造特征库这块进行了讲解。
本文设计的系统主要是利用Matlab来实现的,整个系统的运行速度,以及检索结果,和与用户的交互能力已经得到了很好的体现,而且界面做得比较简洁,直观,上手速度比较快。
关键词:图像检索系统 HSV空间 大学城特色直方图 相似性度量 GUI界面
Abstract
In the era when there is a lot of picture information, the traditional retrieval method based on text keywords obviously can not meet the needs of users.In this context, the content-based image retrieval technology has attracted much attention and popularity. This paper focuses on the image retrieval technology based on the HSV space, using the university town histogram as the characteristic feature of the university town.
In this paper, the background and significance of the selected topics are briefly introduced, and the CBIR is analyzed briefly, and some key technologies involved in this field are discussed. The design of content-based image retrieval system is often targeted, and some specific algorithms are adopted. Based on this, this paper briefly introduces the conversion methods of the characteristic space of RGB University Town and the characteristic Space of HSV University Town. Then the feature extraction of image university city and the construction of feature library are explained.
The system designed in this paper is mainly realized by using Matlab. The running speed of the whole system, the retrieval result and the ability of interaction with the user have been well reflected, and the interface is simple, intuitive, and the speed of using hands is relatively fast.
Key words: image Retrieval system HSV Space University City feature histogram similarity Measurement GUI Interface
目 录
摘要 I
Abstract II
1 绪论 1
1.1 课题背景及涉及问题 1
1.2 图像检索主要应用 2
1.3 研究现状 2
1.4 相关反馈技术 3
1.5 性能评价 3
2 基于大学城特色的图像检索 5
2.1 RGB大学城特色空间和HSV大学城特色空间 5
2.2 RGB大学城特色模型 5
2.3 HSV大学城特色模型 6
2.4 从RGB到HSV的转换 7
2.5 大学城特色特征、特征提取和特征表达 7
2.6 图像的相似性度量 9
2.6.1 直方图相交法 9
2.6.2 绝对值距离法 9
2.6.3 卡方距离法 9
2.6.4 欧式距离法 10
3 系统设计与实现 11
3.1 系统设计原则 11
3.2 系统运行平台和开发工具选择 11
3.3 系统框架 11
3.4 数据管理 12
3.5 图像入库及特征入库 12
3.6 其他功能扩展和介绍 12
4 GUI界面设计及功能实现 14
4.1 开始界面 14
4.2 检索主界面 16
4.3 Toolbar 16
4.4 菜单栏 16
4.5 GUI编程难点 16
4.5.1 多窗口之间的数据传递 16
4.5.2 制作表格 18
4.5.3 为检索系统添加判断功能 20
5 检索结果与性能比较 21
5.1 大学城特色矩提取大学城特色特征 21
5.2 大学城特色直方图提取大学城特色特征 22
5.3 不同算法对检索结果的影响 23
5.3.1 结果分析 24
6 全文总结与展望 26
6.1全文总结 26
6.2展望 26
致谢 28
参考文献 29
附录A 30
特征库提取程序 30
检索程序 35
算法程序 36
附录B 38