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

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

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

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

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

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

基于MATLAB的车牌识别系统的设计 ——字符分割的设计 学院计算机科学与技术 专业电气信息 研究方向网络工程 学生姓名XX 学号XXXXXXX 指导教师姓名XX 指导教师职称讲师 2011年 基于MATLAB的车牌识别系统的设计 ——字符分割的设计 摘要:汽车车牌的识别系统是现代智能交通管理的重要组成部分之一。车牌识别系统使车辆管理更智能化,数字化,有效的提升了交通管理的方便性和有效性。车牌识别系统主要包括了图像采集、图像预处理、车牌定位、字符分割、字符识别等五大核心部分。本文主要介绍图像预处理、车牌定位、字符分割三个模块的实现方法。本文的图像预处理模块是将图像灰度化和用Roberts算子进行边缘检测的步骤。车牌定位和分割采用的是利用数学形态法来确定车牌位置,再利用车牌彩色信息的彩色分割法来完成车牌部位分割。字符的分割采用的方法是以二值化后的车牌部分进行垂直投影,然后在对垂直投影进行扫描,从而完成字符的分割。本文即是针对其核心部分进行阐述并使用MATLAB软件环境中进行字符分割的仿真实验。 关键词:MATLAB、图像预处理、车牌定位、字符分割。 论文主要内容完成的比较好,各个功能也介绍的比较完整,也能用程序来实现,但我感觉整个文章的布局稍微有点问题,整体思路不是很清晰。 可以考虑以下方案: 1.引言可以考虑把你当前的引言,1,2整合。 2.图象的采集与预处理 3.车牌的定位i 4.车牌字符的分割 5.实验结果的分析 结论 参考文献 附录部分主要程序代码 MATLAB-basedLicensePlateRecognitionSystem ——Thedesigncharactersegmentation Abstract:Vehiclelicenseplaterecognitionsystemisoneimportantofthemodernintelligenttrafficmanagement.Licenseplaterecognitionsystemtomakemoreintelligentvehiclemanagement,digital,Effectivetrafficmanagementtoenhancetheconvenienceandeffectiveness.Licenseplaterecognitionsystemincludesimageacquisition,imagepreprocessing,licenseplatelocalization,charactersegmentation,characterrecognitionandotherfivecoreparts.Inthispaper,preprocessing,licenseplatelocalization,charactersegmentationmethodfortherealizationofthreemodules.ThisistheimagepreprocessingmoduleandtheuseoftheimagegrayscaleRobertsedgedetectionoperatorsteps.Licenseplatelocationandsegmentationusingmathematicalmorphologymethodisusedtodeterminethelicenseplatelocation,Re-uselicenseplatecolorsegmentationmethodofcolorinformationtocompletethelicenseplateareasegmentation.Charactersegmentationapproachisbasedonthelicenseplateafterthebinarypartoftheverticalprojection,Thenscanintheverticalprojection,thuscompletingthecharactersegmentation.ThisarticleisdescribedforthecorepartandusetheMATLABsoftwareenvironment,thesimulationexperimentsforcharactersegmentation. Keywords:MATLABsoftware,imagepreprocessing,licenseplatelocalization,charactersegmentation. 目录 引言 1 1.设计原理 1 2.系统框架结构 1 2.1工作流程 2 3.设计步骤 3 3.1设计方案 3