基于颜色特征的图像检索

基于颜色特征的图像检索
基于颜色特征的图像检索

基于颜色特征的图像检索

摘要

随着多媒体及网络技术的发展,互联网中的图像等多媒体信息的数量在迅速增加。如何在庞大的多媒体数据资源海洋中搜索到自己所需要的图像,随之成为一个函待解决的问题。近年来基于内容的图像检索技术己经成为了研究的热点,该技术具有传统文本检索方式所无法比拟的优越性,目前已被应用于多媒体通信、生物识别、知识产权保护等方面,具有广阔的发展前景。

本课题设计了基于颜色特征的图像检索系统,该系统主要包括两个关键步骤:颜色特征的提取和相似度匹配。本文中首先采用应用广泛的HSV颜色空间来表示图像的颜色特征,对颜色分量进行非等间隔量化形成特征矢量;然后用欧式距离度量函数进行图像的相似性匹配;最后在MATLAB平台下编程实现了基于颜色特征的检索系统。根据用户输入的样本图像与图像库中的图像进行特征匹配,找出与样本图像距离比较小的若干幅图像,并按照图像之间的距离由小到大的顺序显示给用户。

关键词:图像检索;直方图;颜色特征;MATLAB

I

ABSTRACT

With the development of multimedia technology, In Internet the number of images and other multimedia information in the rapidly increasing. How to locate the useful image in the vast multi-media is a great technology problem. In recent years, Content-based image retrieval has become a research focus, the technology has the superiority which the traditional text retrieval methods can not match.It has been widely used in multimedia communications, biometrics, intellectual property protection and so on, and has broad prospeets for development.

This topic is designed based Color Image Retrieval System, which includes two key steps: color feature extraction and similarity matching. In this article was first used widely HSV color space to represent color feature image. We carried out color components quantification of non-interval to form feature vector; Then use the Euclidean distance metric function to match the similarity function of the image. Finally, this system should be implemented under the platform of the MATLAB by programming. Under user input sample image to conduct feature matching with image which in library images. In this system, It also can identify the images that have a short distance to the sample images, And in accordance with the distance between the images displayed to the user in the order from small to big.

Keywords:Image Retrieval;Histogram Algorithm;Color Features;MATLAB

II

河南理工大学毕业设计(论文)说明书

目录

摘要...................................................................................................................... I ABSTRACT ....................................................................................................... I I 1绪论 (1)

1.1选题背景及现状

1

1.2基于颜色特征图像检索的特点及发展趋势

2

1.3论文结构

5

2颜色模型及转换 (6)

2.1概述

6

2.2颜色模型

6

2.2.1 RGB颜色模型 (6)

2.2.2 HSV颜色模型 (8)

2.3颜色模型转换

9

3颜色特征提取的方法 (11)

3.1颜色直方图

11

3.2累加直方图

14

3.3颜色矩

15

4颜色特征检索匹配算法 (17)

1

河南理工大学毕业设计(论文)说明书

4.1直方图相交法

17

4.2欧式距离法

17

4.3二次式距离

18

5基于颜色特征的图像检索系统的设计和实现 (19)

5.1开发工具的选取

19

5.2系统框架

19

5.3性能评价

28

总结与展望 (32)

致谢 (34)

参考文献 (35)

附录: (37)

2

相关主题
相关文档
最新文档