1 / 43
文档名称:

基于神经网络的汽车车型识别系统论文.doc

格式:doc   页数:43页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

基于神经网络的汽车车型识别系统论文.doc

上传人:fxl8 2014/6/5 文件大小:0 KB

下载得到文件列表

基于神经网络的汽车车型识别系统论文.doc

文档介绍

文档介绍:摘要
近年来,随着我国国民经济的不断发展,交通运输越来越繁忙,对交通管理提出了新的要求。在过桥收费站、大型停车场、城市道路监管、治安卡口、港口和飞机场等实际交通系统中,需要对汽车车型进行识别,以便收取相应的费用和提高交通系统车辆监控和自动化程度。因此,如何对上述各类车辆收费站实现现代化的管理,具有重要的现实意义。
针对基于神经网络的汽车车型识别系统中的识别技术问题,本文从以下四个部分进行了研究和探讨:
第一部分,论述了车型识别的研究背景和意义,详细分析了我国目前车型识别系统的应用现状及研究现状,指出了目前国内外应用系统及其车型识别方法存在的缺陷与不足。
第二部分,提出了车型识别的模型。首先对采集的车辆图像进行预处理,通过灰度转换、图像平滑等方法剔除噪音,以提高图像质量。然后对其进行分割并提取特征,在这个过程中经过图像的二值化处理,拉普拉斯边缘检测、图像横向填充与纵向填充、轮廓提取、图像修正,再提取出图像车型的上顶长、高、前底长、后底长等特征参数。结合所提取的特征参数进行车型识别。
第三部分,设计拉普拉斯边缘检测算子的汽车识别算法。采用序列差影法进行背景剔除;边缘检测之后的图像进行离散噪点的剔除。采用轮廓法对横/纵向填充图像进行轮廓提取。
第四部分,设计实现一个车型识别系统,以此检验论文理论研究的可行性,并通过不断地实际测验来改良算法。
本文以VC++,以Matlab为仿真平台,编程实现了基于序列图像的车型识别系统,通过实验数据分析表明,本文给出的识别方法能得到较好的识别结果。
关键词:智能交通,车型识别,图像处理,特征提取
ABSTRACT
With the development of our national economy, traffic has e heavier in recent years, which has put forward new requirements for traffic management. In actual traffic system such as bridge toll station, large parking lot, ports and airports, vehicle recognition is necessary to charge corresponding fees and improve the automation and vehicle monitoring of the traffic system. Therefore, the modern management of the toll stations above has important practical significance.
Facing the technical problems of the vehicle recognition system based on the work, this paper conducts research and discussion from the following four parts :
In the first part, we discuss the background and significance of the vehicle recognition, then detailed analyzes the present situation of the application of vehicle recognition system and the present research status, and point out the ings of vehicle recognition systems at home and abroad.
In the second part, we put forward the model of the vehicle recognition system. First we conduct the preprocessing of the obtained vehicle image, to reduce the noise of the image by graying and smoothing it, to improve the quality of the image. Next step is the segmentation and feature extracting. After the image binarization processing, Laplace edge detection