1、 毕毕 业业 设设 计(论文)计(论文) 中文题目 基于内容的图像搜索系统基于内容的图像搜索系统 英文题目 Content-based image search system 系 别: 计算机与信息工程学院 专业年级: 姓 名: 学 号: 指导教师: 职 称: 2015 年 5 月 25 日 摘要 I 摘要摘要 随着网络的普及,图像已成为存储和展示信息的主要载体。然而,伴随着信 息量的剧增, 图像的识别和管理就成为了一个亟需解决的难题。 图像搜索 (image search)是近年来比较热门的一项新兴技术,根据图像的大小、空间等特征,提 取图像的指纹并作为图像的标识与图像保存在一起,然后匹配搜
2、索相似图像。 图像指纹的提取和识别过程是本文的研究重点。利用图像缩小算法缩小图像 尺寸、利用简化图像色彩算法简化图像色彩。使用计算平均值的方法和进制转换 算法获取图像的指纹密码。 基于内容的图像搜索可以分为对象表示,特征提取和对象匹配。在特征提取 中有色彩,形状和空间关系等特征。把色彩的三维图片去除掉一些细节之后,仅 保留图像的结构、明暗等基本信息。在本文中以选取 64 个像素点为例。然后将 其转化成 64 灰度级,也就是说,所有的像素点总共只有 64 种颜色。之后计算其 平均值并得到图像的哈希值作为图像的指纹用来匹配搜索图像, 并找到与之相似 的图像。 把得到的图像指纹和图像路径一起关联保存
3、到数据库中,然后运用匹配搜索 的方式,对图像的指纹进行检索。使用 jsp 完成页面和服务器的交互,实现基于 内容的图像搜索系统。 关键字:关键字:图像指纹;图像搜索;基于内容的图像搜索 摘要 II ABSTRACT III ABSTRACT With the popularity of the network,the image has become the main carrier of information storage and display.However,with the dramatic increase in information,image recognition and
4、 management is a need to solve the problem.Image search is popular in recent years, a new technology,according to the size of the image, spatial characteristics,extract the image of fingerprint and saved as image identification and image together,then match the search similar images. The extraction of the fingerprint image and the recognition process is the research emphasis in this paper.Using image reduction algorithm to reduce the image size, the use of color image color algorit