基于机器学习的车牌识别算法研究

发布时间:2018-03-09 02:22

  本文选题:人工神经网络 切入点:机器学习 出处:《沈阳师范大学》2017年硕士论文 论文类型:学位论文


【摘要】:随着智慧城市战略在国家重要城市快速的推进与发展,城市中各项运行的核心系统都将通过运用新一代的技术手段进行分析、整合、处理。公共交通信息,作为城市日常生活中必不可少的一员,在很大程度上需要快速高效的进行管理与运行。本文通过对一个公共交通信息管理系统拓展功能需求进行研究,利用机器学习中的技术对系统中包含车牌信息的图像进行处理,并在车牌智能识别方面上对于国内外识别算法文献进行了分析与讨论,综合考虑本系统特点,实现了本文车牌字符自动识别的过程。本文车牌自动识别算法研究的理念主要来源于开源系统EasyPR,在其基础上结合本系统需求进行分析与改进,本文车牌识别模块算法基于OpenCV(Open Source Computer Vi sion Library,即OpenCV)跨平台计算机视觉库,轻量、高效。车牌识别过程主要分为两大部分:1)车牌图块定位:通过对分析和处理一张包含车牌的图片,得到预选车牌图块,再对预选车牌图块进行判断,最终得到只包含车牌信息的图块。本阶段定位方法采用颜色空间HSV模型与边缘检测算法Sobel算子综合定位,车牌判断过程主要通过基于支持向量机(S upport Vector Machines,简称SVM)算法训练、学习,并判断得到的图块是否为真正的车牌。2)车牌字符识别:对通过定位得到的车牌图块进行字符分割、字符识别,然后顺序排列输出字符型车牌信息。本阶段字符分割主要根据边缘轮廓提取、外接矩形等方法,字符识别过程主要通过人工神经网络(Artificial Neural Network,即ANN)种两层神经网络模型进行学习和分类输出。本文车牌字符识别模块主要算法基于OpenCV开源视觉库,通过C++进行编写,采用VS2013进行运行与测试。本文采用的车牌自动识别算法在实验结果中显示具有一定的定位准确率与识别率,基本符合系统所需需求的多项条件。
[Abstract]:With the rapid promotion and development of the smart city strategy in the important cities of the country, the core systems that run in the cities will be analyzed, integrated and processed through the use of the new generation of technical means. As an indispensable member of urban daily life, it needs to be managed and operated quickly and efficiently to a great extent. In this paper, the functional requirements of a public transportation information management system are studied. This paper uses the technology of machine learning to process the image which contains the license plate information in the system, and analyzes and discusses the domestic and foreign literatures on the recognition algorithm of the license plate in the aspect of the intelligent recognition of the license plate, considering the characteristics of the system synthetically. The research idea of automatic recognition algorithm of license plate mainly comes from the open source system EasyPR.Based on the analysis and improvement of this system, The algorithm of license plate recognition module is based on OpenCV(Open Source Computer Vi sion Library, which is light and efficient. The process of license plate recognition is mainly divided into two parts: 1) location of license plate block by analyzing and processing a picture containing license plate. The pre-selected license plate block is obtained, and then the pre-selected license plate block is judged. Finally, the block containing only license plate information is obtained. In this stage, the color space HSV model and the edge detection algorithm Sobel operator are used to locate the image. The process of license plate identification is mainly trained based on support vector machine (SVM) S upport Vector machines (SVM) algorithm, learning, and judging whether the obtained block is a real license plate .2.) license plate character recognition: the character segmentation of the license plate block obtained by location is carried out. Character recognition, then order the output of character license plate information. This stage of character segmentation is mainly based on edge contour extraction, external rectangle and other methods, The character recognition process is mainly carried out through artificial Neural Network (Ann) two-layer neural network model. The main algorithm of the license plate character recognition module is based on OpenCV open source vision library, and is written by C, the main algorithm of this paper is based on the open source vision library of OpenCV. The automatic license plate recognition algorithm adopted in this paper has a certain accuracy and recognition rate in the experimental results, which basically meets the requirements of the system.
【学位授予单位】:沈阳师范大学
【学位级别】:硕士
【学位授予年份】:2017
【分类号】:TP391.41;TP181

【参考文献】

相关期刊论文 前10条

1 杜伟;杜庆东;;机器学习技术在公共交通信息平台中的应用与研究[J];信息与电脑(理论版);2016年20期

2 杨戈;张威强;黄静;;一个感知机神经网络字符识别器的实现[J];电子技术应用;2015年03期

3 赵娜;袁家斌;徐晗;;智能交通系统综述[J];计算机科学;2014年11期

4 马玲;张晓辉;;HSV颜色空间的饱和度与明度关系模型[J];计算机辅助设计与图形学学报;2014年08期

5 常发亮;黄翠;刘成云;赵永国;马传峰;;基于高斯颜色模型和SVM的交通标志检测[J];仪器仪表学报;2014年01期

6 李志强;李永斌;;车牌识别技术的发展及研究现状[J];科技信息;2012年05期

7 张颖彬;孟嗣仪;刘云;;基于SVM的相关反馈图像分类和检索方案[J];铁路计算机应用;2011年08期

8 丁伟;;改进神经网络算法在车牌识别中的应用[J];计算机仿真;2011年08期

9 甘玲;林小晶;;基于连通域提取的车牌字符分割算法[J];计算机仿真;2011年04期

10 丁怡心;廖勇毅;;高斯模糊算法优化及实现[J];现代计算机(专业版);2010年08期

相关博士学位论文 前2条

1 曾俊;图像边缘检测技术及其应用研究[D];华中科技大学;2011年

2 常甜甜;支持向量机学习算法若干问题的研究[D];西安电子科技大学;2010年

相关硕士学位论文 前10条

1 董程;基于改进神经网络的车牌识别算法的研究及仿真[D];哈尔滨理工大学;2015年

2 黄遥;基于OCR视频字符识别技术研究与实现[D];北京交通大学;2014年

3 王亚如;基于HSV颜色空间和SIFT特征的近似图像检索[D];兰州大学;2014年

4 杨天长;基于神经网络的文字识别技术研究及应用[D];北方工业大学;2013年

5 张吉斌;基于图像处理及支持向量机的车牌识别技术研究[D];兰州交通大学;2013年

6 张瑞佳;车辆牌照字符识别技术的研究与实现[D];吉林大学;2013年

7 查志强;复杂背景下的快速车牌识别技术研究[D];南京理工大学;2013年

8 申继龙;车牌定位和倾斜校正的关键技术研究[D];南京邮电大学;2013年

9 吕文强;基于Adaboost和SVM的车牌识别方法研究[D];南京理工大学;2013年

10 何娟芝;基于YUV颜色空间的边缘检测算法研究[D];杭州电子科技大学;2013年



本文编号:1586594

资料下载
论文发表

本文链接:https://www.wllwen.com/shoufeilunwen/xixikjs/1586594.html


Copyright(c)文论论文网All Rights Reserved | 网站地图 |

版权申明:资料由用户e467c***提供,本站仅收录摘要或目录,作者需要删除请E-mail邮箱bigeng88@qq.com