实例介绍
搜集的多个数字识别代码,有车牌识别源码,还有英文字母的识别。模式识别基础代码。
【实例截图】
【核心代码】
数字识别
└── 数字识别
├── 功能很全的车牌识别系统源码
│ └── PlateReco
│ ├── car.bmp
│ ├── ChildFrm.cpp
│ ├── ChildFrm.h
│ ├── Debug
│ │ └── PlateReco.exe
│ ├── Dibapi.cpp
│ ├── Dibapi.h
│ ├── DlgBinary.cpp
│ ├── DlgBinary.h
│ ├── DlgRecoResult.cpp
│ ├── DlgRecoResult.h
│ ├── GlobalFunction.cpp
│ ├── GlobalFunction.h
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── PlateReco.aps
│ ├── PlateReco.clw
│ ├── PlateReco.cpp
│ ├── PlateRecoDoc.cpp
│ ├── PlateRecoDoc.h
│ ├── PlateReco.dsp
│ ├── PlateReco.dsw
│ ├── PlateReco.h
│ ├── PlateReco.plg
│ ├── PlateReco.rc
│ ├── PlateRecoView.cpp
│ ├── PlateRecoView.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── PlateRecoDoc.ico
│ │ ├── PlateReco.ico
│ │ ├── PlateReco.rc2
│ │ └── Toolbar.bmp
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── 训练数据_16段投影字母.txt
│ ├── 训练数据_16段投影数字.txt
│ ├── 识别数据_16段映射.txt
│ ├── 输出层权值_16段投影字母.txt
│ ├── 输出层权值_16段投影数字.txt
│ ├── 隐层权值_16段投影字母.txt
│ └── 隐层权值_16段投影数字.txt
├── 图像模式识别-vc++技术实现
│ ├── 分类程序
│ │ ├── BpNet.cpp
│ │ ├── BpNet.h
│ │ ├── bpnet.txt
│ │ ├── Cdib.cpp
│ │ ├── Cdib.h
│ │ ├── Classification.cpp
│ │ ├── Classification.h
│ │ ├── DlgClassify.cpp
│ │ ├── DlgClassify.h
│ │ ├── Dlgdisplay.cpp
│ │ ├── Dlgdisplay.h
│ │ ├── DlgNumber.cpp
│ │ ├── DlgNumber.h
│ │ ├── DlgTemplate.cpp
│ │ ├── DlgTemplate.h
│ │ ├── DlgWeight.cpp
│ │ ├── DlgWeight.h
│ │ ├── DSPLIT.cpp
│ │ ├── DSPLITDoc.cpp
│ │ ├── DSPLITDoc.h
│ │ ├── DSPLIT.dsp
│ │ ├── DSPLIT.dsw
│ │ ├── DSPLIT.exe
│ │ ├── DSPLIT.h
│ │ ├── DSPLIT.plg
│ │ ├── DSPLIT.rc
│ │ ├── DSPLITView.cpp
│ │ ├── DSPLITView.h
│ │ ├── DYNSPLITTERWND.CPP
│ │ ├── DYNSPLITTERWND.H
│ │ ├── DynSplitView2.cpp
│ │ ├── DynSplitView2.h
│ │ ├── GetFeature.cpp
│ │ ├── GetFeature.h
│ │ ├── HELP.CHM
│ │ ├── lmse.txt
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── Matrix.h
│ │ ├── picture.bmp
│ │ ├── res
│ │ │ ├── cursor1.cur
│ │ │ ├── cursor2.cur
│ │ │ ├── DSPLITDoc.ico
│ │ │ ├── DSPLIT.ico
│ │ │ ├── DSPLIT.rc2
│ │ │ └── Toolbar.bmp
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── 手写数字
│ │ ├── 0
│ │ │ ├── 0-10.bmp
│ │ │ ├── 0-1.bmp
│ │ │ ├── 0-2.bmp
│ │ │ ├── 0-3.bmp
│ │ │ ├── 0-4.bmp
│ │ │ ├── 0-5.bmp
│ │ │ ├── 0-6.bmp
│ │ │ ├── 0-7.bmp
│ │ │ ├── 0-8.bmp
│ │ │ └── 0-9.bmp
│ │ ├── 1
│ │ │ ├── 1-10.bmp
│ │ │ ├── 1-1.bmp
│ │ │ ├── 1-2.bmp
│ │ │ ├── 1-3.bmp
│ │ │ ├── 1-4.bmp
│ │ │ ├── 1-5.bmp
│ │ │ ├── 1-6.bmp
│ │ │ ├── 1-7.bmp
│ │ │ ├── 1-8.bmp
│ │ │ └── 1-9.bmp
│ │ ├── 2
│ │ │ ├── 2-10.bmp
│ │ │ ├── 2-1.bmp
│ │ │ ├── 2--2.bmp
│ │ │ ├── 2-3.bmp
│ │ │ ├── 2-4.bmp
│ │ │ ├── 2-5.bmp
│ │ │ ├── 2-6.bmp
│ │ │ ├── 2-7.bmp
│ │ │ ├── 2-8.bmp
│ │ │ └── 2-9.bmp
│ │ ├── 3
│ │ │ ├── 3-10.bmp
│ │ │ ├── 3-1.bmp
│ │ │ ├── 3-2.bmp
│ │ │ ├── 3-3.bmp
│ │ │ ├── 3-4.bmp
│ │ │ ├── 3-5.bmp
│ │ │ ├── 3-6.bmp
│ │ │ ├── 3-7.bmp
│ │ │ ├── 3-8.bmp
│ │ │ └── 3-9.bmp
│ │ ├── 4
│ │ │ ├── 4-10.bmp
│ │ │ ├── 4-1.bmp
│ │ │ ├── 4-2.bmp
│ │ │ ├── 4-3.bmp
│ │ │ ├── 4-4.bmp
│ │ │ ├── 4-5.bmp
│ │ │ ├── 4-6.bmp
│ │ │ ├── 4-7.bmp
│ │ │ ├── 4-8.bmp
│ │ │ └── 4-9.bmp
│ │ ├── 5
│ │ │ ├── 5-10.bmp
│ │ │ ├── 5-1.bmp
│ │ │ ├── 5-2.bmp
│ │ │ ├── 5-3.bmp
│ │ │ ├── 5-4.bmp
│ │ │ ├── 5-5.bmp
│ │ │ ├── 5-6.bmp
│ │ │ ├── 5-7.bmp
│ │ │ ├── 5-8.bmp
│ │ │ └── 5-9.bmp
│ │ ├── 6
│ │ │ ├── 6-10.bmp
│ │ │ ├── 6-1.bmp
│ │ │ ├── 6-2.bmp
│ │ │ ├── 6-3.bmp
│ │ │ ├── 6-4.bmp
│ │ │ ├── 6-5.bmp
│ │ │ ├── 6-6.bmp
│ │ │ ├── 6-7.bmp
│ │ │ ├── 6-8.bmp
│ │ │ └── 6-9.bmp
│ │ ├── 7
│ │ │ ├── 7-10.bmp
│ │ │ ├── 7-1.bmp
│ │ │ ├── 7-2.bmp
│ │ │ ├── 7-3.bmp
│ │ │ ├── 7-4.bmp
│ │ │ ├── 7-5.bmp
│ │ │ ├── 7-6.bmp
│ │ │ ├── 7-7.bmp
│ │ │ ├── 7-8.bmp
│ │ │ └── 7-9.bmp
│ │ ├── 8
│ │ │ ├── 8-10.bmp
│ │ │ ├── 8-1.bmp
│ │ │ ├── 8-2.bmp
│ │ │ ├── 8-3.bmp
│ │ │ ├── 8-4.bmp
│ │ │ ├── 8-5.bmp
│ │ │ ├── 8-6.bmp
│ │ │ ├── 8-7.bmp
│ │ │ ├── 8-8.bmp
│ │ │ └── 8-9.bmp
│ │ └── 9
│ │ ├── 9-10.bmp
│ │ ├── 9-1.bmp
│ │ ├── 9-2.bmp
│ │ ├── 9-3.bmp
│ │ ├── 9-4.bmp
│ │ ├── 9-5.bmp
│ │ ├── 9-6.bmp
│ │ ├── 9-7.bmp
│ │ ├── 9-8.bmp
│ │ └── 9-9.bmp
│ └── 聚类程序
│ ├── bmp
│ │ ├── 123.bmp
│ │ ├── 12.BMP
│ │ ├── 200432.bmp
│ │ ├── 230.bmp
│ │ ├── 268.bmp
│ │ ├── blank.bmp
│ │ └── 图形文件.bmp
│ ├── CDib.CPP
│ ├── Cdib.h
│ ├── Cluster.cpp
│ ├── Cluster.h
│ ├── Debug
│ │ └── mode.exe
│ ├── DlgDisType.cpp
│ ├── DlgDisType.h
│ ├── DlgFuzzyDistance.cpp
│ ├── DlgFuzzyDistance.h
│ ├── DlgInfor.cpp
│ ├── DlgInfor.h
│ ├── DlgMohu.cpp
│ ├── DlgMohu.h
│ ├── HELP.CHM
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── mode.cpp
│ ├── modeDoc.cpp
│ ├── modeDoc.h
│ ├── mode.dsp
│ ├── mode.dsw
│ ├── mode.h
│ ├── mode.rc
│ ├── modeView.cpp
│ ├── modeView.h
│ ├── ModeViewRight.cpp
│ ├── ModeViewRight.h
│ ├── res
│ │ ├── cursorer.cur
│ │ ├── cursorpen.cur
│ │ ├── icon1.ico
│ │ ├── idr_mine.ico
│ │ ├── mainfrema.ico
│ │ ├── modeDoc.ico
│ │ ├── mode.ico
│ │ ├── modemine.ico
│ │ ├── mode.rc2
│ │ ├── toolbar1.bmp
│ │ └── Toolbar.bmp
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── YIchuansuanfa.cpp
│ └── YIchuansuanfa.h
├── 手写数字识别系统
│ ├── UpgradeLog.XML
│ ├── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport_Minus.gif
│ │ ├── UpgradeReport_Plus.gif
│ │ └── UpgradeReport.xslt
│ ├── 手写数字识别系统
│ │ ├── FigureDlg.cpp
│ │ ├── FigureDlg.h
│ │ ├── InputDlg.cpp
│ │ ├── InputDlg.h
│ │ ├── InputWnd.cpp
│ │ ├── InputWnd.h
│ │ ├── ReadMe.txt
│ │ ├── Release
│ │ │ ├── 手写数字识别系统.exe
│ │ │ └── 手写数字识别系统.exe.intermediate.manifest
│ │ ├── res
│ │ │ ├── 手写数字识别系统1.ico
│ │ │ ├── 手写数字识别系统.ico
│ │ │ ├── 手写数字识别系统.manifest
│ │ │ └── 手写数字识别系统.rc2
│ │ ├── Resource.h
│ │ ├── stdafx.cpp
│ │ ├── stdafx.h
│ │ ├── 手写数字识别系统.cpp
│ │ ├── 手写数字识别系统.h
│ │ ├── 手写数字识别系统.rc
│ │ ├── 手写数字识别系统.vcproj
│ │ ├── 手写数字识别系统.vcproj.7.10.old
│ │ └── 手写数字识别系统.vcproj.PC-201009242137.Administrator.user
│ ├── 手写数字识别系统.sln
│ ├── 手写数字识别系统.sln.old
│ ├── 手写数字识别系统.suo
│ └── 手写数字识别系统.suo.old
├── 数字、英文字符及汉字识别
│ ├── Inputdialog.cpp
│ ├── Inputdialog.h
│ ├── mydata.dat
│ ├── pattern.aps
│ ├── pattern.clw
│ ├── pattern.cpp
│ ├── patternDlg.cpp
│ ├── patternDlg.h
│ ├── pattern.dsp
│ ├── pattern.dsw
│ ├── pattern.exe
│ ├── pattern.h
│ ├── Pattern_i.c
│ ├── Pattern.idl
│ ├── Pattern_i.h
│ ├── pattern.plg
│ ├── pattern.positions
│ ├── pattern.rc
│ ├── Pattern.rgs
│ ├── PatternView.cpp
│ ├── PatternView.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── pattern.ico
│ │ └── pattern.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── Store.cpp
│ ├── Store.h
│ └── 注意.txt
├── 数字识别
│ ├── data
│ │ ├── n0.dat
│ │ ├── n1.dat
│ │ ├── n2.dat
│ │ ├── n3.dat
│ │ ├── n4.dat
│ │ ├── n5.dat
│ │ ├── n6.dat
│ │ ├── n7.dat
│ │ ├── n8.dat
│ │ ├── n9.dat
│ │ └── yb.txt
│ ├── Data.cpp
│ ├── Data.h
│ ├── Node.cpp
│ ├── Node.h
│ ├── ReadMe.txt
│ ├── Recognition.cpp
│ ├── Recognition.h
│ ├── Release
│ │ └── 数字识别.exe
│ ├── res
│ │ ├── b1.bmp
│ │ ├── bitmap1.bmp
│ │ ├── show.bmp
│ │ ├── w.bmp
│ │ ├── 数字识别.ico
│ │ └── 数字识别.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── 数字识别.aps
│ ├── 数字识别.clw
│ ├── 数字识别.cpp
│ ├── 数字识别Dlg.cpp
│ ├── 数字识别Dlg.h
│ ├── 数字识别.dsp
│ ├── 数字识别.dsw
│ ├── 数字识别.h
│ ├── 数字识别.plg
│ └── 数字识别.rc
└── 联机手写数字识别
├── Debug
│ └── pattern.exe
├── InputDialog.cpp
├── InputDialog.h
├── MainFrm.cpp
├── MainFrm.h
├── PatternClass.h
├── pattern.cpp
├── patternDoc.cpp
├── patternDoc.h
├── pattern.dsp
├── pattern.dsw
├── pattern.h
├── pattern.plg
├── pattern.rc
├── patternView.cpp
├── patternView.h
├── ReadMe.txt
├── Release
│ └── mydata.dat
├── res
│ ├── clear.bmp
│ ├── control.bmp
│ ├── help.bmp
│ ├── patternDoc.ico
│ ├── pattern.ico
│ ├── pattern.rc2
│ ├── recognize.bmp
│ ├── study.bmp
│ └── Toolbar.bmp
├── Resource.h
├── Splash.cpp
├── Splash.h
├── Splsh16.bmp
├── StdAfx.cpp
└── StdAfx.h
38 directories, 372 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论