您好,欢迎访问三七文档
当前位置:首页 > 机械/制造/汽车 > 汽车理论 > 毕业设计论文-车牌识别系统的设计与实现参考
i车牌识别系统的设计与实现摘要车牌识别系统是智能交通系统的重要组成部分,有着广泛的应用,同时也是计算机视觉、图像处理和模式识别等交叉学科的研究热点。车牌识别系统广泛应用于高速公路自动收费和超速监管系统、公路流量监控系统、停车场收费管理系统、安防系统以及小区物业管理系统等等。本文在VC++6.0平台下,结合OpenCV视觉库,开发了车牌识别系统。车牌识别系统分为五大组成部分:图像预处理、车牌定位、车牌倾斜校正、字符分割和字符识别。本系统能够对输入的图像进行图像预处理,包括图像灰度化、图像滤波、边缘检测和二值化等;其次,通过使用数学形态学技术和车牌的高宽比固有特征从预处理后的图像中定位出车牌位置,并把车牌提取出来;再次,使用Hough变换方法测出倾斜角,对车牌进行有效的旋转校正;通过水平投影去除车牌的上下边框,使用垂直投影法把字符一个个分割出来;最后,通过模板匹配法识别车牌字符并输出。实验结果表明,车牌定位的准确率为87.9%,车牌字符的正确识别率为72.6%。关键词:车牌定位,数学形态学,Hough变换,倾斜校正,投影iiDesignandImplementationofLicensePlateRecognitionSystemAbstractLicenseplaterecognitionsystemisanimportantpartofintelligenttransportationsystemandithasawiderangeofapplications.Itisahotspotofresearchincomputervision,imageprocessingandpatternrecognition.Licenseplaterecognitionsystemiswidelyappliedinthehighwayautomaticchargingandspeedregulationsystem,highwaytrafficmonitoringsystem,parkingfeemanagementsystem,securitysystemandtheresidentialpropertymanagementsystem,etc.ThissystemisdevelopedinVC++6.0platformandcomputervisionlibraryOpenCV.Licenseplaterecognitionsystemdesignedismainlydividedintofiveparts:imagepreprocessing,licenseplateorientation,licenseplatetiltcorrection,charactersegmentationandcharacterrecognition.Thissystemcanperformtheimagepretreatmenttotheinputimage,includingtheimagegraylevel,theimagefiltering,edgedetectionandbinarizationandsoon.Secondly,byusingthetechnologyofmathematicalmorphologyandtheplateinherentcharacteristicsofaspectratiotopositionlicenseplatelocationintheimageafterpretreatment,andextractthelicenseplate.Thirdly,HoughTransformmethodisusedtomeasuretheangleandeffectiverotationcorrectionthelicenseiiiplate.Fourthly,byusinghorizontalprojectiontoremovetheupanddownbordersofthelicenseplate,thecharactersaredividedonebyoneusingtheverticalprojectionmethod.Finally,usingthetemplatematchingmethodtorecognizethecharacters,andoutputit.Experimentsshowthattheaccuracyoflicenseplatelocationis87.9%,thecorrectrateoflicenseplatecharacterrecognitionis72.6%.Keywords:licenseplatelocalization,mathematicsmorphology,Houghtransform,tiltcorrection,projectioniv目录1引言........................................................................................................................11.1课题研究目的与意义.....................................................................................11.2国内外研究现状.............................................................................................31.2.1国内研究现状........................................................................................31.2.2国外研究现状........................................................................................41.3目前存在的问题.............................................................................................52系统开发编程语言................................................................................................72.1VisualC++介绍...............................................................................................72.2OpenCV介绍..................................................................................................83系统的总体设计.....................................................................错误!未定义书签。3.1需求分析..........................................................................错误!未定义书签。3.2软件系统组成..................................................................错误!未定义书签。3.3系统的层次结构..............................................................错误!未定义书签。3.4系统的软硬件环境..........................................................错误!未定义书签。4系统的详细设计.....................................................................错误!未定义书签。4.1图像预处理......................................................................错误!未定义书签。4.1.1功能概述.................................................................错误!未定义书签。4.1.2问题分析.................................................................错误!未定义书签。4.1.3预处理方法及实现.................................................错误!未定义书签。4.2车牌定位..........................................................................错误!未定义书签。v4.2.1功能概述.................................................................错误!未定义书签。4.2.2问题分析.................................................................错误!未定义书签。4.2.3车牌定位方法及实现.............................................错误!未定义书签。4.3车牌倾斜校正..................................................................错误!未定义书签。4.3.1功能概述.................................................................错误!未定义书签。4.3.2问题分析.................................................................错误!未定义书签。4.3.3倾斜校正方法及实现.............................................错误!未定义书签。4.4车牌图像分割..................................................................错误!未定义书签。4.4.1功能概述.................................................................错误!未定义书签。4.4.2问题分析.................................................................错误!未定义书签。4.4.3图像分割方法及实现.............................................错误!未定义书签。4.5车牌字符识别..................................................................错误!未定义书签。4.5.1功能概述.................................................................错误!未定义书签。4.5.2问题分析......................................
本文标题:毕业设计论文-车牌识别系统的设计与实现参考
链接地址:https://www.777doc.com/doc-5293713 .html