Description: 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.
To Search:
File list (Check if you may need any files):
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