数字字符识别模拟演示系统.docVIP

  1. 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
  4. 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
  5. 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们
  6. 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
  7. 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
数字字符识别模拟演示系统

摘 要 目前,模式识别领域在日常生活中的应用已经越来越广泛,比如人脸、指纹识别,字符识别,车牌识别。所以,对字符识别进行学习与研究是非常有必要的。 本课题为数字字符识别模拟演示系统。主要是利用正态分布下的最小错误率Bayes方法和最小风险Bayes方法,来实现手写数字从0到9的识别。该系统首先是实现模拟手写数字;然后利用5*5的模板提取出样品的特征,采用模板可以使同一形状、不同大小的样品得到归一化的特征提取,所以有能力对同一形状、不同大小的样品视为同类;最后结合Bayes决策进行判别。使用最小错误率Bayes方法,在判别过程中能使错误率达到最小,即使错分类出现的可能性最小,而最小风险Bayes方法,在判别过程中可以使风险达到最小,减少危害大的错分类情况。 本设计是利用Visual C++ 6.0实现的,实验证明,该系统对于模拟手写的数字基本上能正确识别,但是对于手写不规范的数字会存在错判的情况,这跟样品库的有限有关。 关键词: 最小错误,最小风险,特征选择,模拟手写,MFC ABSTRACT Now,the application of Pattern Recognition is more and more popular in our daily life,for example the man’s Face、Fingerprint recognition, Character recognition License plate recognition. This project is talking about the digital character recognition simulation demonstration system.It mainly use Least error of Bayes method and Least risk of Bayes method under the Normal Distribution to realize handwritten figures recognition from 0 to 9. First, handwritten digitals should be simulated;then, extract the sample characteristics by useing 5*5 templates,using templates can get feature what not very difference from samples what have the same appearance and different size,so the samples what have the same appearance and different size would be divided to similar ;at last,combine with Bayes method to recognition , this two kinds of methods avoided a lot of classification errors and attaining the wrong probability to be smallest. This design realized by using Visual C++ 6.0, experimental evidence , this system for any handwritten figures could correctly identify.But for the relatively small handwritten figures ,miscalculated the probability will be greater,the reason is that the sample is limited,usually,the number of samples to the number of features from five to ten times. Key :Least error,Least risk, Feature selection,Handwritten simulation, MFC 目录 摘 要 I ABSTRACT II 第一章 绪论 1 1.1 课题研究背景 1 1.2 应用现状及存在的问题 1 1.3 国内外最新发展情况 2 1.4 系统研究的内容 2 第二章 系统相关技术 3 2.1 Visual C++ 6.0 简介 3 2.2 MFC的应用 3 2.3 模拟手写数字 5 2.4 特征模板提取 5 2.5风险对话框 6

文档评论(0)

xcs88858 + 关注
实名认证
文档贡献者

该用户很懒,什么也没介绍

版权声明书
用户编号:8130065136000003

1亿VIP精品文档

相关文档