毕业设计--基于单片机的车牌识别系统设计与实现

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

基于单片机的车牌识别系统设计与实现

目录

摘要 (2)

二、选题 (4)

三、系统主要特点 (5)

四、系统方案、实现原理 (6)

4.1 图像采集及存储格式 (8)

4.2 图像的灰度化 (8)

4.3 图像的二值化 (9)

4.4 车牌的去边框 (9)

4.5 图像的梯度锐化 (10)

4.6 字符分割算法 (11)

4.7 字符的归一化 (12)

4.8字符特征提取 (13)

4.9 字符识别算法 (15)

4.9.1 BP神经网络法 (15)

4.9.2 模板匹配法 (17)

五、操作说明与硬件框图 (18)

六、实验程序 (19)

七、数据统计分析 (66)

八、结果分析 (66)

九、实验心得 (66)

十、参考文献 (69)

摘要

伴随着世界各国汽车数量急剧增加,城市交通状况日益引起人们的重视,如何有效地进行交通管理,已成为越来越多人关注的焦点,解决这些问题的关键就是建立智能交通系统。车牌识别是智能交通系统的重要组成部分,它在交通控制与监视中有着多种用途,目前已广泛应用于各种领域。

本文将TMS320C54XX作为核心器件用于车牌自动识别系统中,完成车牌图像的采集、数字图像的处理、提取车牌信息并针对提取的特征对字符进行识别。首先分析了车牌识别系统实现的背景以及其实现意义。然后对实现车牌识别的硬件环境作简要介绍。接着对车牌识别过程中所涉及的边缘检测、字符分割、大小归一化等一系列数字图象处理技术进行进一步的详细分析。之后,对几种字符特征提取算法进行了对比分析,最后选取最适合的网格特征提取法,以此为基础进行模扳匹配,最终识别出车牌号码。

关键词:车牌提取;图象处理;车牌识别;单片机;模扳匹配

Abstract

With the increment of vehicle all over the world, the situation of city traffic has attracted the attention of people. How to control the traffic effectively has become the problem which more and more people pay close attention to. The way to solve this problem is to establish the ITS—Intelligent Transportation System .Vehicle license plate recognition system is the crucial part of the ITS. It is widely used in vehicle monitoring and traffic control.

This experiment attempts to use the new generation 单片机—Digital Signal Processor to implement the recognition task. The 单片机chip TMS320C54XX is used to process the picture of the vehicle, distill information of the license plate and recognize the vehicle license plate. The first part of the thesis is about the background and meaning of the vehicle license plate recognition system. Consequently we analyze the environment of the experiment. In the next part we analysis the fundamental theory and technique of the image processing, including the collection of picture of vehicle, distill of the license plate, segmentation algorithm of character. Then we put forward several methods to distill the feature of the characters. On the basis of the above-mentioned research, we make the template matching and recognize the characters. Keywords: Vehicle License Plate Location; Image Processing; Character Recognition; DSP; template matching

二、选题

改革开放以来,我国的交通运输业迅速发展。但伴随着其发展,也出现了一系列问题,如交通堵塞、交通事故和环境污染等等。虽然可以靠建设更多的道路设施来满足交通运输增长的需求,但在资源、环境矛盾越来越突出的今天,道路设施的增长将受到限制,这就需要依靠提供除了设施以外的技术方法来满足这一要求。交通的迅速发展使得全世界的研究者不断采用先进的电子和计算机视觉技术来检视超速车辆、掌握车辆行驶,或者用于收费站,以提高车辆的通过速度等等。智能运输系统ITS(Intelligent Transportation Systems)是解决这一矛盾的途径之一,而车牌识别LPR(License Plate Recognition)又是ITS中的关键技术之一。

传统的车牌识别系统,必须依赖于PC,识别的关键算法全部在计算机中实现,计算机因为其有较高的处理速度和较大的内存,而传统的识别和预处理算法又需要大量的存储空间和较快的cpu处理速度,但是由计算机作为识别主体的系统成本高,而且体积庞大,不易于批量安装和随身携带,当今嵌入式系统的发展日新月易,嵌入式处理器(单片机)的速度不断提高,在某些方面已经超过了传统的PC,而且最单片机主要的优点就是不依赖于任何操作系统,具有高稳定性,成本低,体积小。正因为以上优点,本课题选择了采用单片机来实现车牌识别。

相关文档
最新文档