matlab图像识别系统.doc

约53页DOC格式手机打开展开

matlab图像识别系统,3.4万字53页 有代码摘  要 图像识别技术就是利用计算机图像处理技术、模式识别技术对图像识别,它包括两种:(1)验证:一对一对确定身份,把一个现场采集到的图像与一个已登记的图像进行一对一比对;(2)辨识:一对多匹配,把现场采集到的图像同数据库中的图像一一对比,从中找出与现场图像匹配的图像。本文研究的图像识别属于验证...
编号:68-4311大小:5.34M
分类: 论文>计算机论文

内容介绍

此文档由会员 郑浩然 发布

3.4万字 53页 有代码
摘  要
图像识别技术就是利用计算机图像处理技术、模式识别技术对图像识别,它包括两种:(1)验证:一对一对确定身份,把一个现场采集到的图像与一个已登记的图像进行一对一比对;(2)辨识:一对多匹配,把现场采集到的图像同数据库中的图像一一对比,从中找出与现场图像匹配的图像。本文研究的图像识别属于验证.。采用句法模式识别的方法,利用MATLAB来设计实现。
本文研究的识别是对含有单一物体数字图像的识别,属于一对一匹配即验证问题。识别过程分为三个阶段:图像分割、特征抽取、分类和决策。根据物体的特征,选取了物体的面积、重心、边界链码作为特征点。根据当前图像识别的应用和发展,设计了基于MATLAB语言的图像识别系统。设计结果表明:图像显示准确,操作简便、操作界面美观,能获得令人满意的识别结果。


Abstract

The identification which this article studies is the graphic identification which include the sole object and belongs to one to one matching, that is the confirmation question. The identification process divides into three stages: the graphic division, the characteristic extract, the classification and the decision-making. According to the object characteristic, select the object area, the center of gravity, and boundary chain code achievement characteristic point. According to the current picture recognition application and the development, designed based on the MATLAB language picture recognition system. The design result indicated that, image display is accurate, the operation simple, the operation interface artistic and recognition result satisfied.

目  录

摘  要
Abstract
1 绪论
2 模式识别
3 基于GUI 的MATLAB设计
3.1 句柄图形 12
3.1.1 图形的对象 12
3.1.2 句柄对象 13
3.1.3 图形对象的属性 14
3.1.4 图形对象属性的设置和使用 14
3.2 图形用户界面设计 14
3.2.1 控件对象的类型 15
3.2.2 控件对象的创建 17
3.2.3 控件对象的属性 18
3.2.4 控件对象属性的修改 21
4 系统设计 21
4.1 识别部分的设计 21
4.1.1 图像的分割 21
4.1.2 特征抽取 21
4.1.3 分类和决策 25
4.2 程序设计 25
4.2.1 程序流程 25
4.2.2 程序的编写 26
4.2.3 可执行文件的生成
4.3 结果与分析
4.3.1 运行结果
4.3.2 结果分析
5 结  论
参 考 文 献
致  谢 49