- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
联机字符识别软件的设计
摘要
联机字符识别是模式识别中一个非常重要和活跃的研究领域,字符识别不是 一项孤立的技术,它所涉及的问题是模式识别的其他领域都无法回避的;应用上,作为一种信息处理手段,字符识别有广阔的应用背景和巨大的市场需求。因此,字符识别的研究具有理论和应用的双重意义。
揭示与模拟人脑神经系统机理是研制新一代智能计算机的关键之一。人工神经网络识别方法是近年该研究领域的一种新方法,该方法具有一些传统技术所没有的优点:良好的容错能力、分类能力强、并行处理和自学习能力。这些优点使它在手写体字符的识别中能对大量数据进行快速实时处理,并达到良好的识别效果。其中用BP网络进行特征提取和识别的方法最常见。本设计是利用人工神经网络的BP网络,在Visual C++ 6.0的环境下,开发出联机字符识别软件。
关键词:模式识别,人工神经网络,BP网络,Visual C++ 6.0
ABSTRACT
Online Character Recognition is a very important and active research in pattern recognition.Theoretically,it is not an isolated technique.It concerns with the problem that all the other areas of pattern recognition must confronted;Practically,being a kind of information processing measure,character recognition has a very broad application background and vast need of market.Thus,it is of both theoretical and practical significance.
And simulation to reveal the mechanism of human brain systems develop a new generation of intelligent computers are one of the keys.Artificial neural network recognition method is a new method of the research field in recent years,and this method has some merit that traditional technique do not have; good tolerance for error,strong sorting ability,strong parallel handling ability and strong self-learning ability as well as its off-line training and on-line recognizing.All these merits contribute its perfect performance in handling vast data set and handling in timely manner.BP network with one of feature extraction and identification of the most common method. This design is the use of artificial neural network BP network, in Visual C + + 6.0 environment, to develop online character recognition software.
Keywords:Pattern Recognition, Artificial Neural Networks, BP network, Visual C++ 6.0
目录
摘要 I
ABSTRACT II
第1章 引言 1
1.1 课题背景 1
1.2 研究内容 2
2章 软件开发环境 3
2.1 Visual C++ 6.0概述 3
2.2 MFC的消息处理模式 3
2.3 MFC编程的优点 3
3章 模式识别 5
3.1模式识别的方法 5
3.1.1 统计模式识别方法 5
3.1.2 结构模式识别方法 5
3.2模式识别的原理 6
3.2.1信息获取 6
3.2.2 预处理 7
3.2.3特征的提取和选择 7
3.2.4分类决策 7
3.3模式识别的应用 8
第4章 BP
文档评论(0)