資源簡介
基于OPENCV的車牌識別系統,包含對車牌圖像的二值化、車牌提取、字符分割、字符識別等、含有可完整運行程序的車牌圖像,附有詳細注釋,與其他資源不重合。

代碼片段和文件信息
#include??
#include??
#include??
#define?WINDOW_NAME??“Plate?recognize“??
using?namespace?std;
using?namespace?cv;
//-----------------------------------全局變量聲明--------------------------------------??
int?blockSize?=?5;
int?constValue;
Mat?gaussianFilImg?sobelImg;
Mat?threshImg?closeImg;
??????????????????????????????????//形態學處理回調函數
int?g_nElementShape?=?MORPH_RECT;//元素結構的形狀??
int?g_nMaxIterationNum?=?10;????//變量接收的TrackBar位置參數??
int?g_nOpenCloseNum?=?0;
???????????????????????????????//車牌
char?*Plate[7]?=?{?0?};
int?Platecount?=?0;
const?int?TEMPLETENUM?=?43;
const?int?CHARACTER?=?15;
const?int?Num_Templete[TEMPLETENUM][CHARACTER]?=
{
{?38?43?31?20?30?20?43?43?268?6?5?5?8?5?7?}//0
{?8?16?10?20?10?20?10?20?114?3?3?3?0?38?}
{34?34?19?38?25?26?50?30?256?7?4?5?12?10?14}
{24?46?11?45?0?35?32?47?240?5?5?3?11?13?17}////////////3
{1?27?36?39?50?51?0?27?231?9?7?3?10?9?11}
{40?24?48?20?11?37?41?45?266?3?9?3?11?9?13}
{3?40?43?12?37?43?41?46?265?5?13?6?15?11?11}
{24?47?0?37?0?33?10?22?173?3?4?4?3?19?16}//7
{37?41?41?45?40?39?43?45?331?7?13?5?14?9?14}//////////8
{39?43?41?32?10?47?23?23?258?5?12?4?12?13?17}//9
{12?16?27?33?36?36?42?48?250?3?8?13?13?18?10}//A
{?34?34?40?44?35?41?39?45?312?7?14?6?10?9?15?}
{38?43?30?6?30?3?41?46?237?6?3?7?9?6?9?}
{52?20?30?33?30?21?44?42?272?8?4?8?6?8?9?}
{43?30?32?0?47?21?42?20?235?3?15?3?8?8?8?}
{37?30?41?14?35?7?30?0?194?3?15?3?6?6?6?}
{36?42?32?8?32?39?44?47?280?5?3?5?6?6?9?}
{27?24?36?38?40?44?30?30?269?6?16?6?3?3?3?}//H
{0?48?0?30?0?30?26?44?178?3?3?3?3?5?5?}
{27?38?42?28?49?34?30?36?284?7?11?7?5?12?20?}///////K
{27?0?30?0?30?0?46?30?163?3?3?3?3?3?3?}
{35?28?60?62?35?26?30?20?296?11?9?5?6?9?6?}
{32?18?61?20?44?44?30?54?303?6?9?10?9?9?8?}
{37?41?30?24?46?31?30?0?239?5?8?3?6?6?6?}
{36?36?32?23?29?27?43?37?302?7?5?9?6?12?11?}//Q??
{41?38?43?45?37?38?30?31?303?6?13?8?6?9?18?}
{36?35?42?8?18?41?45?45?270?4?6?5?13?10?14?}
{26?35?10?20?10?20?10?20?151?3?3?3?3?36?3?}
{30?18?30?20?30?20?44?41?233?5?5?5?3?2?3?}
{32?19?34?36?38?38?15?29?241?7?7?7?8?10?12?}//V
{32?12?44?56?66?56?32?37?335?8?11?11?14?9?14?}
{35?18?39?45?12?45?42?33?269?7?7?8?17?14?10?}
{31?16?39?45?3?31?0?30?195?7?6?3?6?23?5?}
{24?43?2?43?38?5?49?30?234?5?4?4?12?12?11?}//Z
{18?34?30?50?32?50?26?30?270?8?8?8?0?29?0?}//川
{56?71?41?74?55?65?23?64?449?16?6?9?23?28?22?}
{28?52?34
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????75086??2018-06-20?11:11??車牌識別系統程序\test1\image.JPG
?????文件??????14700??2018-06-22?22:53??車牌識別系統程序\test1\image4.JPG
?????文件??????20014??2018-06-30?20:02??車牌識別系統程序\test1\main.cpp
?????文件???????1878??2018-06-22?09:44??車牌識別系統程序\test1\template\0.bmp
?????文件???????1878??2018-06-22?09:44??車牌識別系統程序\test1\template\1.bmp
?????文件???????1878??2018-06-22?09:44??車牌識別系統程序\test1\template\2.bmp
?????文件???????1878??2018-06-22?09:44??車牌識別系統程序\test1\template\3.bmp
?????文件???????1878??2018-06-22?09:44??車牌識別系統程序\test1\template\4.bmp
?????文件???????1878??2018-06-22?09:44??車牌識別系統程序\test1\template\5.bmp
?????文件???????1878??2018-06-22?09:44??車牌識別系統程序\test1\template\6.bmp
?????文件???????1878??2018-06-22?09:44??車牌識別系統程序\test1\template\7.bmp
?????文件???????1878??2018-06-22?09:44??車牌識別系統程序\test1\template\8.bmp
?????文件???????1878??2018-06-22?09:44??車牌識別系統程序\test1\template\9.bmp
?????文件???????1878??2018-06-22?09:44??車牌識別系統程序\test1\template\A.bmp
?????文件???????1878??2018-06-22?09:44??車牌識別系統程序\test1\template\AA.bmp
?????文件???????1878??2018-06-22?09:44??車牌識別系統程序\test1\template\AB.bmp
?????文件???????1878??2018-06-22?09:44??車牌識別系統程序\test1\template\AC.bmp
?????文件???????1878??2018-06-22?09:44??車牌識別系統程序\test1\template\AD.bmp
?????文件???????1878??2018-06-22?09:44??車牌識別系統程序\test1\template\AE.bmp
?????文件???????1878??2018-06-22?09:44??車牌識別系統程序\test1\template\AF.bmp
?????文件???????1878??2018-06-22?09:44??車牌識別系統程序\test1\template\AG.bmp
?????文件???????1878??2018-06-22?09:44??車牌識別系統程序\test1\template\AH.bmp
?????文件???????1878??2018-06-22?09:44??車牌識別系統程序\test1\template\AI.bmp
?????文件???????1878??2018-06-22?09:44??車牌識別系統程序\test1\template\B.bmp
?????文件???????1878??2018-06-22?09:44??車牌識別系統程序\test1\template\C.bmp
?????文件???????1878??2018-06-22?09:44??車牌識別系統程序\test1\template\D.bmp
?????文件???????1878??2018-06-22?09:44??車牌識別系統程序\test1\template\E.bmp
?????文件???????1878??2018-06-22?09:44??車牌識別系統程序\test1\template\F.bmp
?????文件???????1878??2018-06-22?09:44??車牌識別系統程序\test1\template\G.bmp
?????文件???????1878??2018-06-22?09:44??車牌識別系統程序\test1\template\H.bmp
............此處省略47個文件信息
- 上一篇:統計學_David Freedman
- 下一篇:適合大數據的前臺模板
評論
共有 條評論