首页
会员中心
到顶部
到尾部
51单片机

车辆牌照图像识别算法研究与实现011

时间:2020/10/14 10:49:41  作者:  来源:  查看:0  评论:0
内容摘要: 车辆牌照图像识别算法研究与实现摘要:近年来随着国民经济的蓬勃发展,国内高速公路、城市道路、停车场建设越来越多,对交通控制、安全管理的要求也日益提高。因此,汽车牌照识别技术在公共安全及交通管理中具有特别重要的实际应用意义。本文对车牌识别系统中的车牌定位、字符分割和字符识别进...

车辆牌照图像识别算法研究与实现

摘要:近年来随着国民经济的蓬勃发展,国内高速公路、城市道路、停车场建设越来越多,对交通控制、安全管理的要求也日益提高。因此,汽车牌照识别技术在公共安全及交通管理中具有特别重要的实际应用意义。本文对车牌识别系统中的车牌定位、字符分割和字符识别进行了初步研究。对车牌定位,本文采用投影法对车牌进行定位;在字符分割方面,本文使用阈值规则进行字符分割;针对车牌图像中数字字符识别的问题,本文采用了基于BP神经网络的识别方法。在学习并掌握了数字图像处理和模式识别的一些基本原理后,使用VC++6.0软件利用以上原理针对车牌识别任务进行编程。实现了对车牌的定位和车牌中数字字符的识别。

关键词:车牌定位;字符分割;BP神经网络;车牌识别;VC++

Research and Realization of License Plate Recognition Algorithm
Abstract: In recent years, with the vigorous development of the national economy,there are more and more construct in the domestic expressway, urban road, and parking area. The requisition on the traffic control, safety management improves day by day. Therefore, license plate recognition technology has the particularly important practical application value in the public security and the traffic control. In the paper, a preliminary research was made on the license location, characters segment and characters recognition of the license plate recognition. On the license location,the projection was used to locate the license plate; On the characters segmentation, the liminal rule was used to divide the characters; In order to solve the problem of the digital characters recognition in the plate, BP nerve network was used to recognize the digital characters. After studying and mastering some basic principles of the digital image processing and pattern recognition, the task of  license plate recognition was programmed with VC++ 6.0 using above principles. The license location and the digital characters recognition in the license plate were implemented.

Keywords: license location,  characters segmentation,  BP nerve network,  license plate recognition,  VC++

目  录
第1章 绪论.... 1
1.1 课题研究背景... 1
1.2 车辆牌照识别系统原理... 1
1.3 车辆牌照识别在国内外研究现状... 2
1.4 本文主要工作及内容安排... 3
第2章 车辆牌照的定位方法.... 4
2.1 车辆牌照图像的预处理... 4
2.1.1 256色位图灰度化... 4
2.1.2 灰度图像二值化... 5
2.1.3 消除背景干扰去除噪声... 6
2.2 车辆牌照的定位方法简介... 6
2.3 系统采用的定位方法... 7
2.3.1 车辆牌照的水平定位... 7
2.3.2 车辆牌照的垂直定位... 7
2.3.3 定位的算法实现... 10
2.4 实验结果分析... 12
第3章  车辆牌照的字符分割.... 13
3.1 车牌预处理... 13
3.1.1 去边框处理... 13
3.1.2 去噪声处理... 13
3.1.3 梯度锐化... 15
3.1.4 倾斜调整... 16
3.2 字符分割方法简介... 17
3.3 系统采用的分割方法... 19
3.3.1 算法介绍... 19
3.3.2 算法的实现... 20
3.4 字符分割实验结果... 21
第4章  特征提取与字符识别.... 22
4.1 字符的特征提取... 22
4.2 字符的识别方法简介... 23
4.3 系统采用的识别方法... 24
4.3.1 人工神经网络简介... 24
4.3.2  BP神经网络识别车牌... 25
4.3.3  BP神经网络识别算法实现... 28
4.4 实验结果分析... 29
总结.... 32
致谢.... 33
参考文献.... 34

第1章 绪论
1.1 课题研究背景
现代社会已经进入信息时代,计算机技术、通信技术和计算机网络技术的不断发展,自动化信息处理能力的不断提高,在人们社会活动和生活的各个领域得到了广泛的应用,在这种情况下,作为信息来源的自动检测、图像识别技术越来越受到人们的重视。 
随着汽车数量的急剧增加,车牌自动识别(license plate recognition, LPR)技术日益成为交通管理自动化的重要手段[1]。车牌自动识别技术是计算机视觉、图像处理技术与模式识别等技术的融合,是智能交通系统中一项非常重要的技术。通过车辆牌照自动识别,就可以对运动车辆查询相关的数据库,根据提取的车辆信息,实现有针对性的车辆检查,极大的提高工作人员的效率,降低工作强度,同时也减少了国家财政收入的流失,减少交通事故的发生以及加强社会治安。因此对车牌识别技术研究有巨大的经济价值和现实意义。

  


相关评论
本类推荐
    广告联系QQ:45157718 点击这里给我发消息 电话:13516821613 杭州余杭东港路118号雷恩国际科技创新园  网站技术支持:黄菊华互联网工作室 浙ICP备06056032号