手写数字特征的提取与分析

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

毕业设计 (论文)

题目手写数字特征提取与分析专业电子信息工程

班级084班

姓名梁杰

指导教师周扬(讲师)所在学院信息学院

完成时间:2012年5月

承诺书

我谨此郑重承诺:

本毕业设计(论文)是本人在指导老师指导下独立撰写完成的。凡涉及他人观点和材料,均依据著作规范作了注释。如有抄袭或其它违反知识产权的情况,本人愿接受学校处分。

承诺人(签名):

年月日

手写数字特征提取与分析

信息科技学院电子信息工程专业梁杰

摘要:目前,模式识别领域在日常生活中的应用已经越来越广泛,比如人脸、指纹识别,字符识别,车牌识别。所以,对数字识别进行学习与研究是非常有必要的。

本课题为数字字符识别模拟演示系统。主要是利用正态分布下的最小错误率Bayes方法和最小风险Bayes方法,来实现手写数字从0到9的识别。该系统首先是实现模拟手写数字;然后利用轮廓特征法将5*5的模板提取出样品的特征,采用模板可以使同一形状、不同大小的样品得到归一化的特征提取,所以有能力对同一形状、不同大小的样品视为同类;最后结合Bayes决策进行判别。使用最小错误率Bayes方法,在判别过程中能使错误率达到最小,即使错分类出现的可能性最小,而最小风险Bayes方法,在判别过程中可以使风险达到最小,减少危害大的错分类情况。

本设计是利用Matlab实现的,实验证明,该系统对于模拟手写的数字基本上能正确识别,但是对于手写不规范的数字会存在错判的情况,这跟样品库的有限有关。

关键词:模式识别;最小错误;最小风险;特征选择;模拟手写;Matlab实现

Handwritten digital feature extraction and

analysis

Liang Jie,Electronic and information engineering, College of Information

Science and Technology

Abstract: At present, the field of pattern recognition in everyday life has been more and more widely used, such as the face, fingerprint recognition, character recognition, vehicle license plate recognition. Therefore, the digital identification of learning and research is very necessary.

The topic for the digital character recognition simulation demo system. Mainly using normal distribution under the minimum error rate of Bayes method and Bayes method to achieve the minimum risk, handwritten digits from 0 to9 of the identification. The system first is to realize the simulation of handwritten numeral; then using contour feature will be 5* 5 templates extracted sample characteristics, using the template in the same shape, different sizes of samples to be normalized feature extraction, so the ability of the same shape, different sizes of samples as similar; finally combined with the Bayes decision discriminant. Minimum error rate using the Bayes method, the discrimination process can make the error rate reaches a minimum, even wrong classification and the possibility of the minimum, while minimizing risks Bayes method in judging process, can make the risk minimum, harm reduction in fault classification.

This design is the use of Matlab to achieve, experiments show that, the system for the simulation of handwritten digital basically correct identification, but for handwriting irregular number may have misjudged case, this with the sample library association.

Key words: Pattern recognition;minimum error;minimum risk;feature selection;simulated handwriting;Matlab

目录

1绪论 (1)

1.1手写数字特征提取与分析的背景与意义 (1)

1.2手写数字特征的识别技术简介 (1)

1.3现有的手写特征提取的有关算法 (2)

1.4手写特征的典型应用 (2)

1.5本文研究的内容 (3)

2模式识别与MATLAB的介绍 (4)

2.1模式识别 (4)

2.1.1 模式识别的基本概念 (4)

2.1.2 模式识别系统 (4)

2.1.3 相关值计算 (4)

2.2M ATLAB (5)

2.2.1Matlab软件的介绍 (5)

2.2.2 Matlab的主要优缺点 (6)

2.2.3Matlab图像类型及转换分析 (7)

3手写特征的提取与选择 (9)

3.1特征的种类与筛选 (9)

3.1.1笔划密度特征 (9)

3.1.2傅立叶变换特征 (9)

3.1.3轮廓特征 (11)

3.1.4投影特征 (12)

3.1.5重心及重心矩特征 (14)

3.1.6首个黑点位置特征 (14)

3.1.7粗网格特征 (15)

3.2特征提取方法 (15)

相关文档
最新文档