毕业设计(论文):车牌识别算法的研究与实现

上传人:绿** 文档编号:45956812 上传时间:2018-06-20 格式:DOC 页数:38 大小:632.50KB
返回 下载 相关 举报
毕业设计(论文):车牌识别算法的研究与实现_第1页
第1页 / 共38页
毕业设计(论文):车牌识别算法的研究与实现_第2页
第2页 / 共38页
毕业设计(论文):车牌识别算法的研究与实现_第3页
第3页 / 共38页
毕业设计(论文):车牌识别算法的研究与实现_第4页
第4页 / 共38页
毕业设计(论文):车牌识别算法的研究与实现_第5页
第5页 / 共38页
点击查看更多>>
资源描述

《毕业设计(论文):车牌识别算法的研究与实现》由会员分享,可在线阅读,更多相关《毕业设计(论文):车牌识别算法的研究与实现(38页珍藏版)》请在金锄头文库上搜索。

1、本科生毕业设计(论文)本科生毕业设计(论文)题 目:车牌识别算法的研究与实现姓 名: 学 号: 系 别: 专 业: 年 级: 指导教师: 2015 年 3 月 20 日华侨大学厦门工学院 毕业设计(论文)独创性声明独创性声明本毕业设计(论文)是我个人在导师指导下完成的。文中引用他人研究成果的部分已在标注中说明;其他同志对本设计(论文)的启发和贡献均已在谢辞中体现;其它内容及成果为本人独立完成。特此声明。论文作者签名: 日期: 关于论文使用授权的说明关于论文使用授权的说明本人完全了解华侨大学厦门工学院有关保留、使用学位论文的规定,即:学院有权保留送交论文的印刷本、复印件和电子版本,允许论文被查阅

2、和借阅;学院可以公布论文的全部或部分内容,可以采用影印、缩印、数字化或其他复制手段保存论文。保密的论文在解密后应遵守此规定。论文作者签名: 指导教师签名: 日期:I车牌识别算法的研究与实现车牌识别算法的研究与实现摘要随着我国经济的快速发展,社会信息化程度日益提高,智能化、自动化已经开始成为各个行业发展的方向,这使得智能交通系统(Intelligent Transportation System,简称ITS)成为研究的热点领域,受到了广泛的关注。车牌识别技术集成了模式识别技术和计算机视觉技术,其目的就是在无需为车辆加装其他特殊装置的情况下实现对车辆的自动监测,以提高管理效率与水平,节省人力、物力

3、,实现车辆管理的科学化、规范化,从而给交通系统的自动管理提供了极大的方便,车牌自动识别技术在智能交通系统中具有重要的应用价值。在车牌识别系统中,首先要将车牌从所拍摄的图像中分割出来,这是进行车牌字符识别的重要步骤,定位是否准确直接影响车牌识别效果。车牌识别的目的是对摄像头获取的汽车图像进行预处理,确定车牌精确位置,提取车牌上的字符串,并对这些字符进行识别处理,用文本的形式显示出来。本次论文主要对车牌的定位做了比较详细的研究。 本文结合前人已有技术经验的分析和研究,根据车牌图像特点,从车牌识别算法关键环节包括数字图像预处理,车牌定位,字符分割,字符识别等四部分一一进行了分析研究,设计了一套车牌识

4、别算法的研究与实现方案并通过系统加以实现。本文采用一种基于MATLAB 的车牌识别算法系统的实现方法,适应性强,实时性好。关键词:关键词:MATLAB,图像处理,车牌定位,字符分割,字符识别华侨大学厦门工学院 毕业设计(论文)IIResearch and implementation of license plate recognition systemAbstractWith the rapid development of our economy and the increasingly of social informationization, intelligent, automati

5、on has become the development direction of the industry, which makes the intelligent transportation system (ITS) becomes the focus of study and the majority of attention. The license plate recognition technology integrated pattern recognition and computer vision technology,the purpose is to realize

6、the automatic monitoring of the vehicle without the need to install other special devices for the case of a vehicle, in order to improve the efficiency and level of management, save manpower and material resources, to achieve traffic management scientific, standardized,thus providing a great conveni

7、ent for automatic management of traffic system, automatic license plate recognition technology has important application valuein intelligent transportation system.In the license plate recognition system, first of all to the license plate segmentation from the photographed images, this is an importan

8、t step in license plate character recognition,positioning a direct impact on the accuracy of license plate recognition effect. The purpose isfor car license plate recognition camera to obtain images preprocessing, determine theprecise location of license plate, license plate extraction on the string

9、, and the characterrecognition processing, displayed in the form of text. This paper mainly studies thepositioning of the plate in detail.Analysis and Research on the previous technical experience in this paper, according to the characteristics of license plate image, including digital image preproc

10、essing, the key part of license plate recognition algorithm of license plate location, character segmentation,character recognition etc. four part one one is analyzed, designed a new brand of generalrecognition and implementation scheme and implemented by system. This paper adopts amethod, the algor

11、ithm of vehicle license plate recognition system based on MATLAB has strong adaptability, good real-time performance.Keywords: MATLAB,image processing, license plate location,character segmentation,character recognitionIII目 录第1章 绪论.11.1 研究背景.11.2 研究意义.21.3 研究内容.21.4 论文组织.3第2章 车牌识别基本理论.42.1车牌识别简述 .42.2车牌识别系统原理及方法简述 .4第3章 车牌图像预处理.63.1图像灰度化.63.2图像增强.73.2.1直方图均衡化.83.2.2中值滤波.83.3边缘检测.9第4章 车牌定位与字符分割.114.1引言.114.2车牌区域基本特征 .114.3车牌定位方法 .114.3.1基于数学形态学的定位方法 .124.3.2基于边缘检测的定位方法 .134.3.3车牌区域的提取.144.4车牌二值化处理 .144.5车牌图像的字符分割 .154.5.1基于聚类分析的字符分割算法 .154.5.2基于连通域的字符分割算法 .164.5.

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 学术论文 > 毕业论文

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号