首页 开发技术 其它     /    图像中的数字识别源程序

图像中的数字识别源程序

上传者: zzyy0072002 | 上传时间:2017/5/25 10:37:30 | 文件大小:200KB | 文件类型:rar
图像中的数字识别源程序
包括详细讲解与源代码,目的是将一幅图像中的数字识别出来,图像中数字有一定的倾斜角度,且各个部分光照不均,数字大体分布位置相同。
作者根据图像的这些性质,对图像进行分析,写出了识别数字的一个算法,该算法先对图像进行尺度变换,将倾斜的图像正立,同时提取图像中的数字部分,再对数字进行特征的提取,最后确定所识别的是哪一个具体数字。
在识别过程中,由于数字的特征不同,识别难度也不同,因而识别时有顺序区别,遵循先识别较难识别的数字,再识别简单的,并不是严格按照从0到9的顺序。
对于题目材料中所给的6幅图像能进行准确的识别,作者再将材料中的某些图像稍加改动后,仍能识别,识别效果较好。

文件下载

资源详情

[{"title":"(42个子文件200KB)图像中的数字识别源程序","children":[{"title":"数字识别源程序","children":[{"title":"ImgrcvDlg.h <span style='color:#111;'>1.33KB</span>","children":null,"spread":false},{"title":"Imgrcv.aps <span style='color:#111;'>20.25KB</span>","children":null,"spread":false},{"title":"StdAfx.cpp <span style='color:#111;'>208B</span>","children":null,"spread":false},{"title":"resource.h <span style='color:#111;'>776B</span>","children":null,"spread":false},{"title":"Imgrcv.ncb <span style='color:#111;'>177.00KB</span>","children":null,"spread":false},{"title":"图片","children":[{"title":"Image_3.BMP <span style='color:#111;'>14.35KB</span>","children":null,"spread":false},{"title":"Image3.BMP <span style='color:#111;'>14.35KB</span>","children":null,"spread":false},{"title":"Image0.BMP <span style='color:#111;'>14.35KB</span>","children":null,"spread":false},{"title":"Image8.BMP <span style='color:#111;'>14.35KB</span>","children":null,"spread":false},{"title":"Image9.BMP <span style='color:#111;'>14.35KB</span>","children":null,"spread":false},{"title":"Image_1.BMP <span style='color:#111;'>14.35KB</span>","children":null,"spread":false},{"title":"Image_4.BMP <span style='color:#111;'>14.35KB</span>","children":null,"spread":false},{"title":"Image1.bmp <span style='color:#111;'>14.35KB</span>","children":null,"spread":false},{"title":"Image_5.BMP <span style='color:#111;'>14.35KB</span>","children":null,"spread":false},{"title":"1.txt <span style='color:#111;'>1.12KB</span>","children":null,"spread":false},{"title":"Image2.BMP <span style='color:#111;'>14.35KB</span>","children":null,"spread":false},{"title":"Image_6.BMP <span style='color:#111;'>14.35KB</span>","children":null,"spread":false},{"title":"4.txt <span style='color:#111;'>1.12KB</span>","children":null,"spread":false},{"title":"Thumbs.db <span style='color:#111;'>4.50KB</span>","children":null,"spread":false},{"title":"Image4.bmp <span style='color:#111;'>14.35KB</span>","children":null,"spread":false},{"title":"3.txt <span style='color:#111;'>1.12KB</span>","children":null,"spread":false},{"title":"Image6.BMP <span style='color:#111;'>14.35KB</span>","children":null,"spread":false},{"title":"Image_2.bmp <span style='color:#111;'>14.35KB</span>","children":null,"spread":false},{"title":"Image5.BMP <span style='color:#111;'>14.35KB</span>","children":null,"spread":false},{"title":"Image7.bmp <span style='color:#111;'>14.35KB</span>","children":null,"spread":false},{"title":"2.txt <span style='color:#111;'>1.12KB</span>","children":null,"spread":false}],"spread":false},{"title":"Imgrcv.rc <span style='color:#111;'>5.19KB</span>","children":null,"spread":false},{"title":"ImgrcvDlg.cpp <span style='color:#111;'>4.61KB</span>","children":null,"spread":false},{"title":"Imgrcv.h <span style='color:#111;'>1.29KB</span>","children":null,"spread":false},{"title":"Imgrcv.dsp <span style='color:#111;'>4.24KB</span>","children":null,"spread":false},{"title":"cvapp.h <span style='color:#111;'>972B</span>","children":null,"spread":false},{"title":"Imgrcv.dsw <span style='color:#111;'>537B</span>","children":null,"spread":false},{"title":"ReadMe.txt <span style='color:#111;'>3.50KB</span>","children":null,"spread":false},{"title":"StdAfx.h <span style='color:#111;'>1.03KB</span>","children":null,"spread":false},{"title":"Imgrcv.clw <span style='color:#111;'>1.13KB</span>","children":null,"spread":false},{"title":"Imgrcv.opt <span style='color:#111;'>47.50KB</span>","children":null,"spread":false},{"title":"Imgrcv.plg <span style='color:#111;'>453B</span>","children":null,"spread":false},{"title":"res","children":[{"title":"Imgrcv.rc2 <span style='color:#111;'>398B</span>","children":null,"spread":false},{"title":"Imgrcv.ico <span style='color:#111;'>1.05KB</span>","children":null,"spread":false},{"title":"Thumbs.db <span style='color:#111;'>3.00KB</span>","children":null,"spread":false}],"spread":false},{"title":"cvapp.cpp <span style='color:#111;'>30.79KB</span>","children":null,"spread":false},{"title":"Imgrcv.cpp <span style='color:#111;'>2.01KB</span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

  • 爬向天堂:
    不错,感谢分享2018-12-10
  • kaixings:
    还行,经过项目配置,至少跑起来的结果有效,图片为灰度钢件表面带强反光。也有位移量,和工业上X光图片有一拼。只是只能识别数字,且识别的精度不够高,原始自带的图片中也有不稳定的情况。2018-08-13
  • chenjiang0611:
    需要安装Opencv,这点希望对大家又帮助,还有我测试的时候发现只能正确识别实例中的图片,不过算法值得学习,2018-07-12
  • weixin_40813673:
    运行不起来2018-05-09
  • 大漠飞狐:
    运行不起来2018-04-25

免责申明

【好快吧下载】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【好快吧下载】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【好快吧下载】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,8686821#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明