1、 2014 届毕业设计届毕业设计 基于 MATLAB 的汽车车牌的 号码识别系统设计 学 校 : 学生姓名: 指导教师: 职称 讲师 专 业: 通信工程 班 级: 通信 2 班 完成时间: 2014 年 5 月 摘 要 汽车车牌的识别系统是当今社会智能交通管理的重要组成部分之一。 车牌识 别系统使车辆管理更智能化, 数字化, 有效的提升了交通管理的方便性和有效性。 车牌识别系统主要包括了图像采集、图像预处理、车牌定位、字符分割、字符识 别等五大核心部分。 本文主要介绍图像预处理、车牌定位、字符分割三个模块的实现方法。本文 的图像预处理模块是将图像灰度化和用 Roberts 算子进行边缘检测的步
2、骤。车牌 定位和分割采用的是利用数学形态法来确定车牌位置, 再利用车牌彩色信息的彩 色分割法来完成车牌部位分割。 字符的分割采用的方法是以二值化后的车牌部分 进行垂直投影,然后在对垂直投影进行扫描,从而完成字符的分割。本文即是针 对其核心部分进行阐述并使用 MATLAB 软件环境中进行字符分割的仿真。 关键词:MATLAB、图像预处理、车牌定位、字符分割 ABSTRACT Vehicle license plate recognition system is one important of the modern intelligent traffic management. License
3、plate recognition system to make more intelligent vehicle management, digital, Effective traffic management to enhance the convenience and effectiveness. License plate recognition system includes image acquisition, image preprocessing, license plate localization, character segmentation, character re
4、cognition and other five core parts. In this paper, preprocessing, license plate localization, character segmentation method for the realization of three modules.This is the image preprocessing module and the use of the image grayscale Roberts edge detection operator steps. License plate location an
5、d segmentation using mathematical morphology method is used to determine the license plate location,Re-use license plate color segmentation method of color information to complete the license plate area segmentation. Character segmentation approach is based on the license plate after the binary part
6、 of the vertical projection, Then scan in the vertical projection, thus completing the character segmentation. This article is described for the core part and use the MATLAB software environment, the simulation experiments for character segmentation. Keywords: MATLAB Software, Image preprocessing, License plate localization, Character segmentation 目 录 1 绪论. 1 1.1 选题背景. 1 1.2 设计前景. 1 1.3 车牌号码识别原理. 1 1.4 MATLAB 简介 2 2 车牌号码识别系统总体方案. 3 2.1 车牌号码识别系统硬件