文件名称:PlateIdentify
介绍说明--下载内容均来自于网络,请自行研究使用
车牌字符识别C++程序
1.先打开一幅图片然后按照顺序灰度化、二值化、灰度拉伸、车牌定位、二值化、倾斜校正、字符分割、训练神经网络、识别字符。
2.测试图像存储在当前目录的img下。
3.测试集、训练集、目标向量均存储在img下的文本文件中。-C++ program license plate character recognition
1. Open a picture first and then follow the order of graying, binarization, gray stretch, license plate location, binarization, skew correction, character segmentation, training the neural network to identify characters.
In the current directory img 2. test image storage.
3. The test set, the training set, the text file to the target volume is stored in the img.
1.先打开一幅图片然后按照顺序灰度化、二值化、灰度拉伸、车牌定位、二值化、倾斜校正、字符分割、训练神经网络、识别字符。
2.测试图像存储在当前目录的img下。
3.测试集、训练集、目标向量均存储在img下的文本文件中。-C++ program license plate character recognition
1. Open a picture first and then follow the order of graying, binarization, gray stretch, license plate location, binarization, skew correction, character segmentation, training the neural network to identify characters.
In the current directory img 2. test image storage.
3. The test set, the training set, the text file to the target volume is stored in the img.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
PlateIdentify\Backup\PlateIdentify.sln
.............\BpNet.cpp
.............\BpNet.h
.............\CvvImage.cpp
.............\CvvImage.h
.............\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.ncb
.............\PlateIdentify.rc
.............\PlateIdentify.sdf
.............\PlateIdentify.sln
.............\PlateIdentify.suo
.............\PlateIdentify.v11.suo
.............\PlateIdentify.vcproj
.............\PlateIdentify.vcproj.old
.............\PlateIdentify.vcxproj
.............\PlateIdentify.vcxproj.filters
.............\PlateIdentifyDoc.cpp
.............\PlateIdentifyDoc.h
.............\PlateIdentifyView.cpp
.............\PlateIdentifyView.h
.............\public.h
.............\ReadMe.txt
.............\res\PlateIdentify.ico
.............\...\PlateIdentify.rc2
.............\...\PlateIdentifyDoc.ico
.............\...\Toolbar.bmp
.............\Resource.h
.............\stdafx.cpp
.............\stdafx.h
.............\UpgradeLog.htm
.............\UpgradeLog.XML
.............\UpgradeLog2.htm
.............\UpgradeLog2.XML
.............\UpgradeLog3.htm
.............\UpgradeLog3.XML
.............\_UpgradeReport_Files\UpgradeReport.css
.............\....................\UpgradeReport.xslt
.............\....................\UpgradeReport_Error.png
.............\....................\UpgradeReport_Information.png
.............\....................\UpgradeReport_Success.png
.............\....................\UpgradeReport_Warning.png
.............\说明.txt
.............\Backup
.............\Backup1
.............\Backup2
.............\Debug
.............\img
.............\res
.............\_UpgradeReport_Files
PlateIdentify