欢迎来到天天文库
浏览记录
ID:33695290
大小:300.26 KB
页数:25页
时间:2019-02-28
《毕业论文(设计)车牌号码识别系统的设计与实现》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、车牌号码识别系统的设计与实现摘要车牌号码识别系统是利用计算机视觉系统实现的,它能够通过给定的车辆图像信息,自动识别车牌号码。该技术可应用在高速公路收费管理、停车场管理、智能化交通系统等不同场合。车牌识别系统主要包含三个大模块:字符预处理、分割和识别。论文首先概述了该系统设计与实现的软硬件条件,接着剖析了系统设计的可行性,然后依次介绍了系统的组成模块:车牌图像预处理模块实现了图像灰度化、对比度增强,图像二值化和车牌倾斜度校正等功能;车牌字符分割模块实现了字符分割和字符预处理的功能,该模块主要是为下一步提取到精确的字符特征做准备;字符识別模块采用改进的模板匹配公式,
2、提高了识别的效率。最后,对三个模块分别做了单元测试后把三个模块集成在一起进行了测试,分析系统操作的结果。通过测试多幅样木图像表明,系统稳定性强,达到了一定的识别率。【关键词】车牌图像预处理;字符分割;字符识别;模板匹配DevelopmentandImplementationofVehicleLicensePlateRecognitionSystemAbstractLicenseplatenumberrecognitionsystemisimplementedbyacomputervisionsystem,itcanbegivenbythevehicleimage
3、informationautomaticallyidentifylicenseplatenumbers.Thetechnologycanbeusedinhighwaytollmanagement,parkingmanagement,intelligenttransportationsystemsandotheroccasions.Licenseplaterecognitionsystemstypicallycontainlicenseplateimagepreprocessing,licenseplatecharactersegmentation,charact
4、errecognitionthreemodules.Firstly,analyzesthedesignandrealizationofhardwareandsoftwareconditions,andthenanalyzesthefeasibilityofthesystemdesign,followedbyadetailedpresentationofthebuildingblocksofthesystem:thelicenseplateimagepreprocessingmoduleimplementsthegrayimage,contrastenhancem
5、ent,imagetwovalueandlicenseplatetiltcorrectionfunction;containcharactersegmentationandcharactersegmentationcharacterpreprocessing,themoduleismainlyforthenextcharacterfeatureextractiontoaccuratelyprepare;characterrecognitionmoduleusesanimprovedtemplatematchingformula,toobtainbetterrec
6、ognitionrate,eachofthesemoduleswilllastforasimplesystemintegrationandtestingandanalysisofthesystemoperationresults.Bytestingmultiplesampleimagesshowthatthesystemhasstrongstabilityandachieveacertainrecognitionrate.[Keywords]Licenseplateimagepretreatment;Charactersegmentation;Character
7、recognition;Templatematching1引言11.1研究背景及意义11.1.1研究背景11.1.2研究意义11.2系统开发的目标12系统开发介绍12.1开发环境介绍12.1.1软件环境22.1.2硬件环境22.2VC++6.0技术介绍23需求分析与系统设计23.1课题可行性分析23.1.1经济可行性23.1.2技术可行性33.1.3社会可行性33.2需求分析33.2.1系统需求33.2.2功能需求33.2.3非功能性需求33.3系统设计44.1车牌图像预处理模块44.1.1图像灰度处理54.1.2对比度增强54.1.3图像二值化54.1.4倾斜
8、度校正74.2字符分割模
此文档下载收益归作者所有