1 / 46
文档名称:

毕业论文-唐炜炜.doc

格式:doc   大小:763KB   页数:46
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

毕业论文-唐炜炜.doc

上传人:bb21547 2018/9/23 文件大小:763 KB

下载得到文件列表

毕业论文-唐炜炜.doc

相关文档

文档介绍

文档介绍:2010 届毕业设计(论文)

题目: 手写数字识别方法研究
学院: 电子与信息工程学院
专业: 通信工程
班级: 通信0602
姓名: 唐炜炜
指导教师: 谭红
起讫时间: 2010-3-20------2010-6-14
2010年6月
手写数字识别方法研究
摘要
手写数字识别是图像处理和模式识别领域中的研究课题之一。手写数字由于书写者的因素,使其数字图像的随意性很大,如:笔画粗细、字体大小、字体的倾斜度等差异都将直接影响到数字字符的最终识别结果,因此手写数字识别是模式识别领域内最具有挑战性的课题。
本文主要对手写数字识别的方法进行研究。文中描述了手写数字识别的研究背景和发展状况,并且详细介绍了手写数字识别的预处理方法,讨论了灰度化、二值化、去噪、字符分割、归一化、细化、特征提取和分类识别等方法。在此基础上实现了一个数字识别系统。本系统提取数字的粗网格特征,采用BP神经网络进行训练和识别,并且创建了一个图形用户界面对系统的识别效果进行验证。
实验结果表明,本系统其识别正确率达到了预期设想,是行之有效的系统。
关键词:数字识别粗网格特征 BP神经网络
Recognition of handwritten digits
Abstract
Handwritten number recognition is one of the research topic field of image processing and pattern recognition. As a result of the written factors that make number images very arbitrary, such as: stroke thickness, font size, the inclination of handwritten numbers, which have a direct impact on the correct identification of numbers. So recognition of handwritten numbers is the most challenging issues of pattern recognition area.
The paper aims to study the methods of handwritten number recognition. In this paper, the background and development of the handwritten number recognition method are introduced. Also the preprocessing of the handwritten number recognition is introduced, which discuss the algorithms of binarization, the smooth, character segmentation and refinement. And then it uses the characters of coarse grid to pick up the numbers’ characters. After that it use the BP work to train and recognize. At last, a GUI is created to verify the result.
The experimental results show that the recognition system’s recognition accuracy meets the expected requirements. The system is effective.
 
Key Words: Number recognition; Characters of coarse grid; BP work
目录
摘要 I
Abstract II
第一章绪论 1
手写数字识别的意义和应用前景 1
字符识别的研究与发展 2
手写数字识别的难点 3
本文的主要内容和安排 3
第二章字符图像预处理 5
图像灰度化 5
图像二值化 6
8
字符分割 9
字符图像的归一化和细化 10
字符图像的归一化 10
字符图像的细化 10
本章小结 11
第三章字符特征提取 12
统计特征提取 12
3