实例介绍
基于OpenCV的车牌识别 可以定位车牌区域,相关文档,详细解释,源代码等都有,但是需要自己下载OpenCV 本项目用的是2.4.9
【实例截图】
【核心代码】
b4a724f2-70c1-4153-a20a-5975efbb5d68
└── 源码
├── MFCPlateRecognition
│ ├── Debug
│ │ ├── opencv_calib3d249d.dll
│ │ ├── opencv_contrib249d.dll
│ │ ├── opencv_contrib249.dll
│ │ ├── opencv_core249d.dll
│ │ ├── opencv_core249.dll
│ │ ├── opencv_features2d249d.dll
│ │ ├── opencv_features2d249.dll
│ │ ├── opencv_ffmpeg249.dll
│ │ ├── opencv_flann249d.dll
│ │ ├── opencv_flann249.dll
│ │ ├── opencv_gpu249d.dll
│ │ ├── opencv_gpu249.dll
│ │ ├── opencv_highgui249d.dll
│ │ ├── opencv_highgui249.dll
│ │ ├── opencv_imgproc249d.dll
│ │ ├── opencv_imgproc249.dll
│ │ ├── opencv_legacy249d.dll
│ │ ├── opencv_legacy249.dll
│ │ ├── opencv_ml249d.dll
│ │ ├── opencv_ml249.dll
│ │ ├── opencv_nonfree249d.dll
│ │ ├── opencv_nonfree249.dll
│ │ ├── opencv_objdetect249d.dll
│ │ ├── opencv_objdetect249.dll
│ │ ├── opencv_ocl249d.dll
│ │ ├── opencv_ocl249.dll
│ │ ├── opencv_photo249d.dll
│ │ ├── opencv_photo249.dll
│ │ ├── opencv_stitching249d.dll
│ │ ├── opencv_stitching249.dll
│ │ ├── opencv_superres249d.dll
│ │ ├── opencv_superres249.dll
│ │ ├── opencv_video249d.dll
│ │ ├── opencv_video249.dll
│ │ ├── opencv_videostab249d.dll
│ │ └── opencv_videostab249.dll
│ ├── ipch
│ │ └── myplatereco-aa15fa74
│ │ └── myplatereco-ecf83911.ipch
│ ├── LPLocation.ncb
│ ├── LPLocation.sdf
│ ├── LPLocation.sln
│ ├── LPLocation.sln.old
│ ├── LPLocation.suo
│ ├── LPLocation.suo.old
│ ├── LPLocation.v12.suo
│ ├── MyPlateReco
│ │ ├── CvvImage.cpp
│ │ ├── CvvImage.h
│ │ ├── CvxText.cpp
│ │ ├── CvxText.h
│ │ ├── Debug
│ │ │ ├── BuildLog.htm
│ │ │ ├── cl.command.1.tlog
│ │ │ ├── CL.read.1.tlog
│ │ │ ├── CL.write.1.tlog
│ │ │ ├── CvvImage.obj
│ │ │ ├── DetectRegions.obj
│ │ │ ├── link.1036-cvtres.read.1.tlog
│ │ │ ├── link.1036-cvtres.write.1.tlog
│ │ │ ├── link.1036.read.1.tlog
│ │ │ ├── link.1036.write.1.tlog
│ │ │ ├── link.1224-cvtres.read.1.tlog
│ │ │ ├── link.1224-cvtres.write.1.tlog
│ │ │ ├── link.1224.read.1.tlog
│ │ │ ├── link.1224.write.1.tlog
│ │ │ ├── link.4380-cvtres.read.1.tlog
│ │ │ ├── link.4380-cvtres.write.1.tlog
│ │ │ ├── link.4380.read.1.tlog
│ │ │ ├── link.4380.write.1.tlog
│ │ │ ├── link.5600-cvtres.read.1.tlog
│ │ │ ├── link.5600-cvtres.write.1.tlog
│ │ │ ├── link.5600.read.1.tlog
│ │ │ ├── link.5600.write.1.tlog
│ │ │ ├── link.872-cvtres.read.1.tlog
│ │ │ ├── link.872-cvtres.write.1.tlog
│ │ │ ├── link.872.read.1.tlog
│ │ │ ├── link.872.write.1.tlog
│ │ │ ├── link.command.1.tlog
│ │ │ ├── link-cvtres.read.1.tlog
│ │ │ ├── link-cvtres.write.1.tlog
│ │ │ ├── link.read.1.tlog
│ │ │ ├── link.write.1.tlog
│ │ │ ├── LoginDlg.obj
│ │ │ ├── msado15.tlh
│ │ │ ├── msado15.tli
│ │ │ ├── mt.command.1.tlog
│ │ │ ├── mt.dep
│ │ │ ├── mt.read.1.tlog
│ │ │ ├── mt.write.1.tlog
│ │ │ ├── MyPlateRecoDlg.obj
│ │ │ ├── MyPlateReco.exe.embed.manifest
│ │ │ ├── MyPlateReco.exe.embed.manifest.res
│ │ │ ├── MyPlateReco.exe.intermediate.manifest
│ │ │ ├── MyPlateReco.lastbuildstate
│ │ │ ├── MyPlateReco.log
│ │ │ ├── MyPlateReco_manifest.rc
│ │ │ ├── MyPlateReco.obj
│ │ │ ├── MyPlateReco.pch
│ │ │ ├── MyPlateReco.res
│ │ │ ├── MyPlateReco.tlog
│ │ │ │ ├── cl.command.1.tlog
│ │ │ │ ├── CL.read.1.tlog
│ │ │ │ ├── CL.write.1.tlog
│ │ │ │ ├── link.command.1.tlog
│ │ │ │ ├── link.read.1.tlog
│ │ │ │ ├── link.write.1.tlog
│ │ │ │ ├── MyPlateReco.lastbuildstate
│ │ │ │ ├── rc.command.1.tlog
│ │ │ │ ├── rc.read.1.tlog
│ │ │ │ └── rc.write.1.tlog
│ │ │ ├── MyPlateReco.unsuccessfulbuild
│ │ │ ├── MyPlateReco.vcxprojResolveAssemblyReference.cache
│ │ │ ├── MyPlateReco.write.1.tlog
│ │ │ ├── OCR.obj
│ │ │ ├── Plate.obj
│ │ │ ├── rc.command.1.tlog
│ │ │ ├── rc.read.1.tlog
│ │ │ ├── rc.write.1.tlog
│ │ │ ├── stdafx.obj
│ │ │ ├── vc100.idb
│ │ │ ├── vc100.pdb
│ │ │ ├── vc120.idb
│ │ │ ├── vc120.pdb
│ │ │ ├── vc90.idb
│ │ │ └── vc90.pdb
│ │ ├── DetectRegions.cpp
│ │ ├── DetectRegions.h
│ │ ├── freetype235.lib
│ │ ├── include
│ │ │ ├── freetype
│ │ │ │ ├── config
│ │ │ │ │ ├── ftconfig.h
│ │ │ │ │ ├── ftheader.h
│ │ │ │ │ ├── ftmodule.h
│ │ │ │ │ ├── ftoption.h
│ │ │ │ │ └── ftstdlib.h
│ │ │ │ ├── freetype.h
│ │ │ │ ├── ftbbox.h
│ │ │ │ ├── ftbdf.h
│ │ │ │ ├── ftbitmap.h
│ │ │ │ ├── ftcache.h
│ │ │ │ ├── ftchapters.h
│ │ │ │ ├── fterrdef.h
│ │ │ │ ├── fterrors.h
│ │ │ │ ├── ftgasp.h
│ │ │ │ ├── ftglyph.h
│ │ │ │ ├── ftgxval.h
│ │ │ │ ├── ftgzip.h
│ │ │ │ ├── ftimage.h
│ │ │ │ ├── ftincrem.h
│ │ │ │ ├── ftlcdfil.h
│ │ │ │ ├── ftlist.h
│ │ │ │ ├── ftlzw.h
│ │ │ │ ├── ftmac.h
│ │ │ │ ├── ftmm.h
│ │ │ │ ├── ftmodapi.h
│ │ │ │ ├── ftmoderr.h
│ │ │ │ ├── ftotval.h
│ │ │ │ ├── ftoutln.h
│ │ │ │ ├── ftpfr.h
│ │ │ │ ├── ftrender.h
│ │ │ │ ├── ftsizes.h
│ │ │ │ ├── ftsnames.h
│ │ │ │ ├── ftstroke.h
│ │ │ │ ├── ftsynth.h
│ │ │ │ ├── ftsystem.h
│ │ │ │ ├── fttrigon.h
│ │ │ │ ├── fttypes.h
│ │ │ │ ├── ftwinfnt.h
│ │ │ │ ├── ftxf86.h
│ │ │ │ ├── internal
│ │ │ │ │ ├── autohint.h
│ │ │ │ │ ├── ftcalc.h
│ │ │ │ │ ├── ftdebug.h
│ │ │ │ │ ├── ftdriver.h
│ │ │ │ │ ├── ftgloadr.h
│ │ │ │ │ ├── ftmemory.h
│ │ │ │ │ ├── ftobjs.h
│ │ │ │ │ ├── ftrfork.h
│ │ │ │ │ ├── ftserv.h
│ │ │ │ │ ├── ftstream.h
│ │ │ │ │ ├── fttrace.h
│ │ │ │ │ ├── ftvalid.h
│ │ │ │ │ ├── internal.h
│ │ │ │ │ ├── pcftypes.h
│ │ │ │ │ ├── psaux.h
│ │ │ │ │ ├── pshints.h
│ │ │ │ │ ├── services
│ │ │ │ │ │ ├── svbdf.h
│ │ │ │ │ │ ├── svgldict.h
│ │ │ │ │ │ ├── svgxval.h
│ │ │ │ │ │ ├── svkern.h
│ │ │ │ │ │ ├── svmm.h
│ │ │ │ │ │ ├── svotval.h
│ │ │ │ │ │ ├── svpfr.h
│ │ │ │ │ │ ├── svpostnm.h
│ │ │ │ │ │ ├── svpscmap.h
│ │ │ │ │ │ ├── svpsinfo.h
│ │ │ │ │ │ ├── svsfnt.h
│ │ │ │ │ │ ├── svttcmap.h
│ │ │ │ │ │ ├── svtteng.h
│ │ │ │ │ │ ├── svttglyf.h
│ │ │ │ │ │ ├── svwinfnt.h
│ │ │ │ │ │ └── svxf86nm.h
│ │ │ │ │ ├── sfnt.h
│ │ │ │ │ ├── t1types.h
│ │ │ │ │ └── tttypes.h
│ │ │ │ ├── t1tables.h
│ │ │ │ ├── ttnameid.h
│ │ │ │ ├── tttables.h
│ │ │ │ ├── tttags.h
│ │ │ │ └── ttunpat.h
│ │ │ └── ft2build.h
│ │ ├── LoginDlg.cpp
│ │ ├── LoginDlg.h
│ │ ├── MyPlateReco.aps
│ │ ├── MyPlateReco.cpp
│ │ ├── MyPlateRecoDlg.cpp
│ │ ├── MyPlateRecoDlg.h
│ │ ├── MyPlateReco.h
│ │ ├── MyPlateReco.rc
│ │ ├── MyPlateReco.vcproj
│ │ ├── MyPlateReco.vcproj.PC-20120725PPBT.Administrator.user
│ │ ├── MyPlateReco.vcxproj
│ │ ├── MyPlateReco.vcxproj.filters
│ │ ├── MyPlateReco.vcxproj.user
│ │ ├── OCR_chn.xml
│ │ ├── OCR.cpp
│ │ ├── OCR_digi_letter.xml
│ │ ├── OCR_digi.xml
│ │ ├── OCR.h
│ │ ├── OCR_letter.xml
│ │ ├── Plate.cpp
│ │ ├── Plate.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── MyPlateReco.ico
│ │ │ └── MyPlateReco.rc2
│ │ ├── resource.h
│ │ ├── simhei.ttf
│ │ ├── stdafx.cpp
│ │ ├── stdafx.h
│ │ ├── SVM.xml
│ │ └── targetver.h
│ ├── TestCars
│ │ ├── test (10).bmp
│ │ ├── test (11).bmp
│ │ ├── test (12).bmp
│ │ ├── test (13).bmp
│ │ ├── test (14).bmp
│ │ ├── test (15).bmp
│ │ ├── test (16).bmp
│ │ ├── test (17).bmp
│ │ ├── test (18).bmp
│ │ ├── test (19).bmp
│ │ ├── test (1).bmp
│ │ ├── test (2).bmp
│ │ ├── test (3).bmp
│ │ ├── test (4).bmp
│ │ ├── test (5).bmp
│ │ ├── test (6).bmp
│ │ ├── test (7).bmp
│ │ ├── test (8).bmp
│ │ └── test (9).bmp
│ ├── UpgradeLog2.XML
│ ├── UpgradeLog3.XML
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
└── 说明
├── train_xml
│ ├── OCR_chn.xml
│ ├── OCR_digi_letter.xml
│ ├── OCR_digi.xml
│ ├── OCR_letter.xml
│ └── SVM.xml
├── 注意事项.txt
└── 说明.txt
18 directories, 267 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论