文档详情

毕业设计基于数字图像处理的车牌识别系统设计与实现.doc

发布:2017-08-26约3.2万字共62页下载文档
文本预览下载声明
基于数字图像处理的车牌识别系统设计与实现 目 录 摘要 1 1.设计原理 2 2.详细设计步骤 3 2.1 提出总体设计方案 3 2.2 预处理及边缘提取 4 2.2.1 图象的采集与转换 4 2.2.2 边缘提取 5 2.3 牌照的定位和分割 9 2.3.1 牌照区域的定位 9 2.3.2 牌照区域的分割 10 2.3.3车牌进一步处理 11 2.4 字符的分割与归一化 12 2.4.1字符分割 13 2.4.2字符归一化 13 2.5 字符的识别 13 3.设计结果及分析 16 4. 程序源代码 19 4.1基于matlab的程序源代码 19 4.2基于VC++的程序源代码 31 5.结语 57 6.心得体会 58 7.参考文献 59 摘要 汽车牌照自动识别系统是制约道路交通智能化的重要因素,包括车牌定位、字符分割和字符识别三个主要部分。本文首先确定车辆牌照在原始图像中的水平位置和垂直位置,从而定位车辆牌照,然后采用局部投影进行字符分割。在字符识别部分,提出了在无特征提取情况下基于支持向量机的车牌字符识别方法。实验结果表明,本文提出的方法具有良好的识别性能。随着公路逐渐普及,我国的公路交通事业发展迅速,所以人工管理方式已经不能满着实际的需要,微电子、通信和计算机技术在交通领域的应用极大地提高了交通管理效率。汽车牌照的自动识别技术已经得到了广泛应用。 关键字:车牌识别系统、智能化交通、车牌定位、字符分割、字符识别 Abstract Vehicle license plate recognition system is the intelligent road traffic constraints important factors, including the license plate location, character segmentation and character recognition of three main parts.Firstly, the vehicle license in the original image to determine the horizontal and vertical position, thereby positioning the vehicle license, and character segmentation using a local projection.In the character recognition part of the proposed feature extraction in the case of non-support vector machine based license plate recognition method.Experimental results show that the proposed method has good recognition performance.With the increasing popularity of road, road transport in China has developed rapidly, so the artificial management has not full of actual needs, microelectronics, communications and computer technology applications in the transport sector has greatly improved the efficiency of traffic management.Automatic license plate recognition technology has been widely used. Keywords: license plate recognition system, intelligent transportation, license plate localization, character segmentation, character recognition 1.设计原理 由于车辆牌照是机动车唯一的管理标识符号,在交通管理中具有不可替代的作用,因此车辆牌照识别系统应具有很高的识别正确率,对环境光照条件、拍摄位置和车辆行驶速度等因素的影响应有较大的容阈,并且要求满足实时性要求。 图1 牌照识别系统原理图 该系统是计算机图像处理与字符识别技术在智能化交通
显示全部
相似文档