预览加载中,请您耐心等待几秒...
1/10
2/10
3/10
4/10
5/10
6/10
7/10
8/10
9/10
10/10

亲,该文档总共30页,到这已经超出免费预览范围,如果喜欢就直接下载吧~

如果您无法下载资料,请参考说明:

1、部分资料下载需要金币,请确保您的账户上有足够的金币

2、已购买过的文档,再次下载不重复扣费

3、资料包下载后请先用软件解压,在使用对应软件打开

基于Matlab的车牌识别算法PAGE\*MERGEFORMAT30基于Matlab的车牌识别算法摘要车牌系统是计算机视觉和模式识别技术在智能交通领域的重要应用课题之一。车牌识别系统是以特定目标为对象的专用计算机系统,该系统主要包括三个内容:车牌定位、字符分割和字符识别。其中车牌定位的目的就是从所拍摄的汽车图像中确定车牌的位置,从而便于后续的字符分割和字符识别工作。目前常用的方法有:基于模板匹配的方法、基于特征的方法和神经网络法等。本设计采用基于模板匹配算法和基于人工神经网络算法对车牌进行定位识别,此算法只对蓝底白字车牌进行分割识别,对黑底白字车牌原则上整个算法可直接适用,。此算法分割出的图像像素值和模板图像达到了一致,由此便避免了切割出的图像像素值不一致所带来的问题。但对白底黑字车牌、黄底黑字车牌,需要对车牌定位算法进行调整,并将图像反转(0变1、1变0)。关键词:车牌识别系统;字符分割;车牌定位LICENSEPLATERECOGNITIONALGORITHMBASEDONMATLABABSTRACTLicenseplatesystemisacomputervisionandpatternrecognitiontechnologyinoneoftheimportantapplicationresearchtopicinthefieldofintelligenttransportation.Licenseplaterecognitionsystembasedonspecificgoalsofaspecialcomputersystem,thesystemmainlyincludesthreecontents:licenseplatelocating,charactersegmentationandcharacterrecognition.Oneofthepurposeoflicenseplatelocationistakenfromtheautolocatethelicenseplateintheimage,soastofacilitatethesubsequentworkcharactersegmentationandcharacterrecognition.Nowcommonlyusedmethodsare:basedontemplatematchingmethod,basedonthecharacteristicsofthemethodandneuralnetwork,etc.ThisdesignUSESbasedontemplatematchingalgorithmandbasedonartificialneuralnetworkalgorithmtolocatelicenseplaterecognition,thealgorithmisonlyforbluewhitelicenseplatesegmentationrecognition,thealgorithmcanbedirectlyapplicableinprincipletotheblackwhiteplate,.Thisalgorithmtosegmenttheimagepixelvaluesandtemplateimage,thustoavoidthecutoutintheprocessofimagepixelvaluesarenotconsistent.Butblackonwhitebackgroundandblacktextplate,yellowbottomplate,adjustmentsneedtolicenseplatelocalizationalgorithm,andtheimageinversionof(0,1,1,0).Keywords:licenseplaterecognitionsystem;Charactersegmentation;Licenseplatelocation目录TOC\o"1-3"\h\uHYPERLINK\l_Toc291371前言PAGEREF_Toc291374HYPERLINK\l_Toc142941.1车牌号识别研究背景PAGEREF_Toc142944HYPERLINK\l_Toc278351.2车牌号识别技术研究现状和趋势PAGEREF_Toc278355HYPERLINK\l_Toc284471.2.1国内外车牌识别技术情况及我国车牌特点PAGEREF_Toc284475HYPERLINK\l_Toc89421.2.2车牌识别技术的应用前景PAGEREF_Toc89427HYPERLINK\l_Toc153611.3车牌识别研究