- 1、本文档共114页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
基于颜色的图像检索系统实现
基于颜色的图像检索系统实现
摘要:近年来,随着互联网高速发展,网上的多媒体信息急剧增加,这些多媒体信息大都以图像为主。如何有效地组织、管理和检索大规模的图像数据已成为迫切需要解决的问题。于是基于内容的图像检索(CBIR)作为一个崭新的研究领域呈现在人们面前。
本论文中首先采用符合人类视觉特征的HSV颜色空间来表示颜色特征,然后利用人对颜色的感知特性来对颜色分量进行非等间隔量化并形成了颜色特征矢量,最后用欧氏距离法、加权距离法和直方图相交法结合分块全局直方图进行图像的相似性的计算。本文基于上述方法建立了一个图像检索的原型系统,并应用图像检索系统中常用到的性能参数对算法的运行及其结果进行了评估,最后取得了令人满意的效果。
关键词:基于内容的图像检索;颜色特征;颜色直方图;相似度
中图分类号:TP331
Realization of Color-based Image Retrieval System
Abstract: In recent years, with the rapid development of the Internet, online multimedia information has increased dramatically and this information is mostly images. Effective recognizing, management and searching all these images has been an emergent problem. So content-based image retrieval, as a new field of study emerged.
To show color characteristic of image,we use the method of the HSV color space,which is suitable to the visual characteristic of human.Taking advance of human’s feeling to color ,it quantifies color sector with unequal interval,and get characteristic vector.Finally,it mathches the similarity of image with the algorithm of the histogram intersection and the Prtition-overall histogram.An image retrieval system based on these approaches is presented.The results of experiments show that the image retrieval algorithim based on Partition-overall histogram proposed in this paper is efficient and effective.
Keywords: CBIR; color features; color histogram; similarity
Classification: TP331
目次
摘要 I
目次 III
1. 绪论 1
1.1引言 1
1.2图像检索技术 1
1.2.1图像检索技术的发展历程 1
1.2.2 图像检索技术的分类及应用 2
1.3基于内容的图像检索技术 3
1.3.1基于内容的图像检索技术的国内外研究概况 3
1.3.2基于内容的图像检索技术的应用 3
1.4研究工作概要及章节安排 4
2. 基于内容的图像检索技术 5
2.1 基于内容的图像检索技术的系统结构 5
2.2基于内容的图像检索系统的检索流程 6
2.3 特征抽取技术 8
2.3.1颜色特征 8
2.3.2形状特征 8
2.3.3纹理特征 9
2.4语义特征 10
2.5图像检索性能评价 11
3. 基于颜色的图像检索系统实现 13
3.1颜色空间选择及颜色矢量量化 13
3.1.1颜色空间模型及其选择 13
3.1.2颜色矢量量化 17
3.2 颜色直方图及颜色特征提取 21
3.2.1颜色直方图简介 21
3.2.2颜色特征提取 24
3.3 颜色直方图距离的度量方法 24
3.3.1颜色直方图距离的度量方法 24
3.3.2图像相似性的计算 26
4. 基于颜色的图像检索系统程序设计及结果分析 28
4.1系统运行环境 28
4.2系统总体设计 29
4.3系统详细设计 30
4.3.1 界面设计 30
文档评论(0)