文件名称:license-plate-recognition-system-
- 所属分类:
- 图形/文字识别
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-12-05
- 文件大小:
- 19.41mb
- 下载次数:
- 0次
- 提 供 者:
- su***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1.先打开一幅图片然后按照顺序灰度化、二值化、灰度拉伸、车牌定位、二值化、倾斜校正、字符分割、训练神经网络、识别字符。
2.测试图像存储在当前目录的img下。
3.测试集、训练集、目标向量均存储在img下的文本文件中。-First open a picture in order graying, binarization, gray stretch, license plate location, binarization, skew correction and character segmentation, training the neural network to identify the characters. 2 the img the next test image is stored in the current directory. 3 test set and the training set, the target to the volume storage under the img text file.
2.测试图像存储在当前目录的img下。
3.测试集、训练集、目标向量均存储在img下的文本文件中。-First open a picture in order graying, binarization, gray stretch, license plate location, binarization, skew correction and character segmentation, training the neural network to identify the characters. 2 the img the next test image is stored in the current directory. 3 test set and the training set, the target to the volume storage under the img text file.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
车牌识别系统\BpNet.cpp
............\BpNet.h
............\Debug\CL.read.1.tlog
............\.....\CL.write.1.tlog
............\.....\MainFrm.obj
............\.....\PlateIdentify.exe
............\.....\PlateIdentify.lastbuildstate
............\.....\PlateIdentify.log
............\.....\PlateIdentify.pch
............\.....\PlateIdentify.unsuccessfulbuild
............\.....\stdafx.obj
............\.....\vc100.idb
............\.....\vc100.pdb
............\DigitClass.cpp
............\DigitClass.h
............\img\liao1.bmp
............\...\result.txt
............\...\teget_num.txt
............\...\test_set.txt
............\...\train_num.txt
............\MainFrm.cpp
............\MainFrm.h
............\myimg.cpp
............\myimg.h
............\PlateIdentify.aps
............\PlateIdentify.cpp
............\PlateIdentify.h
............\PlateIdentify.rc
............\PlateIdentify.sdf
............\PlateIdentify.sln
............\PlateIdentify.sln.old
............\PlateIdentify.suo
............\PlateIdentify.vcproj
............\PlateIdentify.vcxproj
............\PlateIdentify.vcxproj.filters
............\PlateIdentify.vcxproj.user
............\PlateIdentifyDoc.cpp
............\PlateIdentifyDoc.h
............\PlateIdentifyView.cpp
............\PlateIdentifyView.h
............\ReadMe.txt
............\res\PlateIdentify.ico
............\...\PlateIdentify.rc2
............\...\PlateIdentifyDoc.ico
............\...\Toolbar.bmp
............\Resource.h
............\stdafx.cpp
............\stdafx.h
............\UpgradeLog.XML
............\_UpgradeReport_Files\UpgradeReport.css
............\....................\UpgradeReport.xslt
............\....................\UpgradeReport_Minus.gif
............\....................\UpgradeReport_Plus.gif
............\说明.txt
............\Debug
............\img
............\res
............\_UpgradeReport_Files
车牌识别系统