資源描述:
《基于matlab的車牌識別系統(tǒng)的設(shè)計與實現(xiàn) 畢業(yè)論文》由會員上傳分享,免費在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫。
1、浙江萬里學(xué)院本科畢業(yè)設(shè)計(論文)(2013屆)論文題目基于Matlab的車牌識別系統(tǒng)的設(shè)計與實現(xiàn)(英文)DesignandImplementationofMatlab-basedlicenseplaterecognitionsystem所在學(xué)院電子信息學(xué)院專業(yè)班級xxxxxx學(xué)生姓名xxxx學(xué)號xxxxxx指導(dǎo)教師xxxx職稱副教授完成日期年月日摘要汽車車牌的識別系統(tǒng)是現(xiàn)代化的智能交通管理領(lǐng)域的重要組成部分之一。車牌識別系統(tǒng)能使車輛管理更加智能化和數(shù)字化,可以有效地提升交通管理的方便性與有效性。車牌識別系統(tǒng)中主要包括了五大核心部分,分別是圖像采集、圖像預(yù)處理、車牌定位、
2、字符分割、字符識別等。而本文主要介紹的是圖像預(yù)處理、車牌定位、字符分割這三個模塊的實現(xiàn)方法。本文的圖像預(yù)處理模塊的步驟是將圖像灰度化和用Roberts算子進(jìn)行邊緣檢測。分割采用和車牌定位是利用的數(shù)學(xué)形態(tài)法來確定車牌的位置,然后利用車牌彩色信息彩色的分割法來完成車牌部位的分割。字符的分割采用的是以二值化后的車牌部分進(jìn)行垂直投影的方法,之后再對垂直投影進(jìn)行掃描,來完成字符的分割。本文針對其的核心部分是進(jìn)行闡述并使用MATLAB軟件環(huán)境下來進(jìn)行字符分割的仿真實驗。關(guān)鍵詞:MATLAB;圖像預(yù)處理;車牌定位;字符分割A(yù)bstractVehiclelicenseplatereco
3、gnitionsystemisoneimportantofthemodernintelligenttrafficmanagement.Licenseplaterecognitionsystemtomakemoreintelligentvehiclemanagement,digital,Effectivetrafficmanagementtoenhancetheconvenienceandeffectiveness.Licenseplaterecognitionsystemincludesimageacquisition,imagepreprocessing,licens
4、eplatelocalization,charactersegmentation,characterrecognitionandotherfivecoreparts.Inthispaper,preprocessing,licenseplatelocalization,charactersegmentationmethodfortherealizationofthreemodules.ThisistheimagepreprocessingmoduleandtheuseoftheimagegrayscaleRobertsedgedetectionoperatorsteps.
5、Licenseplatelocationandsegmentationusingmathematicalmorphologymethodisusedtodeterminethelicenseplatelocation,Re-uselicenseplatecolorsegmentationmethodofcolorinformationtocompletethelicenseplateareasegmentation.Charactersegmentationapproachisbasedonthelicenseplateafterthebinarypartoftheve
6、rticalprojection,Thenscanintheverticalprojection,thuscompletingthecharactersegmentation.ThisarticleisdescribedforthecorepartandusetheMATLABsoftwareenvironment,thesimulationexperimentsforcharactersegmentation.KeyWords:MATLABsoftware;imagepreprocessing;licenseplatelocalization;characterseg
7、mentation.目錄1引言11.1本課題的研究背景11.2本課題的研究目的及意義21.3國內(nèi)外的發(fā)展?fàn)顩r31.4主要應(yīng)用領(lǐng)域51.5設(shè)計原理72MATLAB簡介82.1MATLAB發(fā)展歷史82.2MATLAB的語言特點83LPR系統(tǒng)設(shè)計與實現(xiàn)103.1系統(tǒng)框架結(jié)構(gòu)和工作流程103.2設(shè)計方案113.3圖像預(yù)處理123.3.1圖像灰度化123.3.2圖像的邊緣檢測133.4車牌定位和分割163.4.1車牌定位163.4.2車牌分割183.4.3對定位后的彩色車牌的進(jìn)一步處理193.5字符分割與歸一化203.5.1字符分割203.5.2字