NumberPlateRecognition

所属分类:模式识别(视觉/语音等)
开发工具:Visual C++
文件大小:1704KB
下载次数:9
上传日期:2013-07-13 18:03:32
上 传 者fatfishlin1982
说明:  汽车车牌自动识别,识别率高,参考价值大哦!
(Car license plate recognition, recognition rate, the reference value big Oh!)

文件列表:
evalOCR.cpp (2670, 2013-03-06)
main.cpp (4332, 2013-03-06)
OCR.cpp (10471, 2013-03-06)
OCR.h (1973, 2013-03-06)
OCR.xml (3392688, 2013-03-06)
Plate.cpp (1697, 2013-03-06)
Plate.h (1013, 2013-03-06)
screenshot.png (562168, 2013-03-06)
SVM.xml (2561352, 2013-03-06)
trainOCR.cpp (2864, 2013-03-06)
trainSVM.cpp (2606, 2013-03-06)
CMakeLists.txt (851, 2013-03-06)
DetectRegions.cpp (7766, 2013-03-06)
DetectRegions.h (1171, 2013-03-06)

****************************************************************************** * Automatic Number Plate Recognition using SVM and Neural Networks ****************************************************************************** * by David Millan Escriva, 5th Dec 2012 * http://blog.damiles.com ****************************************************************************** * Ch5 of the book "Mastering OpenCV with Practical Computer Vision Projects" * Copyright Packt Publishing 2012. * http://www.packtpub.com/cool-projects-with-opencv/book ****************************************************************************** This code is sample code to understand how automatic license plate recognition (ANPR) works. It is not for production tasks. You can use this code as a sample & guide to create your own custom ANPR or OCR applications. ---------------------------------------------------------- Building the project using CMake from the command-line: ---------------------------------------------------------- Linux: export OpenCV_DIR="~/OpenCV/build" mkdir build cd build cmake -D OpenCV_DIR=$OpenCV_DIR .. make MacOSX (Xcode): export OpenCV_DIR="~/OpenCV/build" mkdir build cd build cmake -G Xcode -D OpenCV_DIR=$OpenCV_DIR .. open ANPR.xcodeproj Windows (MS Visual Studio): set OpenCV_DIR="C:\OpenCV\build" mkdir build cd build cmake -G "Visual Studio 9 2008" -D OpenCV_DIR=%OpenCV_DIR% .. start ANPR.sln ---------------------------------------------------------- Running the project: ---------------------------------------------------------- ANPR test/2715DTZ.jpg You can choose other images that are in the test folder or other images that contain a spanish license plate taken from 2 to 3 meters. There are also some UNIX Bash scripts in the "utils" folder for Linux or Mac, that need Cygwin to run on Windows.

近期下载者

相关文件


收藏者