车牌提取系统的设计与实现
摘要
汽车牌照自动识别系统是制约道路交通智能化的重要因素,包括车牌定位、字符分割和字符识别三个主要部分。本文首先确定车辆牌照在原始图像中的水平位置和垂直位置,从而定位车辆牌照,然后采用局部投影进行字符分割。在字符识别部分,提出了在无特征提取情况下基于支持向量机的车牌字符识别方法。实验结果表明,本文提出的方法具有良好的识别性能。随着公路逐渐普及,我国的公路交通事业发展迅速,所以人工管理方式已经不能满着实际的需要,微电子、通信和计算机技术在交通领域的应用极大地提高了交通管理效率。汽车牌照的自动识别技术已经得到了广泛应用。
文章介绍了车牌提取系统使用的关键技术,设计原理,详细设计步骤和系统实现。
关键词:车牌提取;图像识别;设计与实现
ABSTRACT
Car license plates recognition system is restricted by the road traffic intelligent important factors, including license plate localization, character segmentation and character recognition three main parts. This paper first determine the vehicle plate in the original image level and vertical position, thereby positioning vehicle licensing, then use local projection for character segment. In character recognition, and puts forward the part without feature extraction cases based on support vector machine plate character recognition method. Experimental results show that the proposed method has good recognition performance. With the growing popularity of highway in China, road traffic undertakings have developed rapidly, so artificially management mode is not filled with practical needs, microelectronics, communications puter technology in traffic areas of application greatly improve the traffic management efficiency. Car licence automatic identification technology has been widely used.
This article introduces the license plate extraction systems use the design principle and key technology, detailed design steps and system implementation.
Keywords: license plate extracted; Image recognition; Design and implementation
目录
摘要 1
ABSTRACT 2
目录 3
1 相关技术介绍 3
MFC(微软基本类库) 3
GDI(图形设备接口) 4
MFC开发软件 5
2 设计原理 5
系统流程 5
总体设计步骤 6
3 详细设计 7
预处理及边缘提取 7
图象的采集与转换 7
边缘提取 8
牌照区域的定位 10
牌照区域的分割 11
11
字符的分割与归一化 12
字符分割 13
字符归一化 13
字符的识别 13
4 关键代码 15
图像灰度化 15
灰度均衡化 18
边缘检测 20
预处理 23
25
分割车牌 32
5 设计结果及分析 33
参考文献 3
毕业设计(论文)-车牌提取系统的设计与实现 来自淘豆网m.daumloan.com转载请标明出处.