计算机应用论文基于视频的车型识别中关键技术的应用研究.doc_第1页
计算机应用论文基于视频的车型识别中关键技术的应用研究.doc_第2页
计算机应用论文基于视频的车型识别中关键技术的应用研究.doc_第3页
全文预览已结束

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

基于视频的车型识别中关键技术的应用研究 基于视频的车型识别中关键技术的应用研究 【中文摘要】 智能交通系统已经成为电子信息技术在交通运输领域的热点研究课题。而图像处理和模式识别技术在智能交通系统的应用研究,是智能交通系统重要的前沿研究领域,具有极其重要的理论和应用价值。随着视频设备在交通系统中的大量普及,结合视频设备,获取更多的交通数据,提高设备利用率成为当前国内外研究的一个重要课题。同时,也是为了克服传统的运动车辆检测和人工识别车辆的诸多缺点的影响,如效率低下、准确度不高、维修安装困难等,所以开展了本课题的研究。基于视频的车型识别系统利用数字图像处理与计算机视觉相结合的方法,获得智能交通系统所需要的信息。它是对特定地点和时间段内的车流信息进行采集、识别和分类,把得到的交通流数据作为交通管理、收费、调度、统计的依据。本文基于图像处理和模式识别的研究现状,在深入研究了已有的运动目标检测算法和模式识别方法及相关理论的基础上,以普通监控用摄像头同步拍摄的运动车辆图像序列为研究对象,对基于视频图像的车辆识别系统中的关键技术-运动车辆检测和目标车辆的识别进行了全面地介绍,着重研究了运动目标检测算法、图像分割算法、识别特征提取和识别方法等。本文分析了不同拍摄角度拍摄到的视频图像对检测和识别的影响,介绍了图像处理中最基本的操作,膨胀、腐蚀、开、闭等操作,重点论述了连通域标记方法,并给出了一种基于轮廓跟踪的连通域标记算法。在视频图像获取过程中,摄像机轻微抖动、天气引起的光线变化等外界环境会影响运动目标的检测精度,针对这一问题,本文提出了一种基于高斯平均的背景更新算法,能较好地抑制外界环境变化带来的影响,并具有较好的实时性。文中采用了基于虚拟检测线框的运动车辆检测算法,并对传统的该算法做了改进。车型识别部分,本文以车辆的正侧面为研究对象,以轮廓的整体形状作为识别特征,提出了一种是基于轮廓形状特征的车型分类识别方法,该算法通过长宽比、拉长度、矩形度、圆形度等车辆轮廓形态的七个特征分量构成一个特征向量组,再以最近邻法作为依据实现车型的识别分类,取得了较为理想的效果。本文以vc+6.0为平台,编程实现了基于视频的车型识别系统,通过实验数据分析表明,本文给出的识别方法能得到较好的识别结果【英文摘要】 at present,intelligent transportation system(its) has become a hot research task which is applied to the electronics in the traffic field in the world.along with the study on application of its, image processing and pattern recognition stand on the front research fields of its,and have great theory and application value.with the video equipment greatly used in the traffic system,how to get more traffic data and improve the equipment capacity factor have become an important topic in the world.and more,for overcoming the shortcomings of the traditional detection and classification,such as the difficulty of installation and maintenance,subjection factors in the manual identification,this paper mainly study on this topic.vehicle classification based on video sequences image obtain the information of its by using the digital image processing and computer vision.it collects,identifies and classifies the vehicles at the specific location and time,and takes it as the traffic management,fees,scheduling and statistics.based on the research status of the image processing and pattern recognition,this thesis deeply analyzes the previous algorithms of objects detection and pattern matching,take the sequence of video image by the ordinary video monitoring as the main research objects,and describe the two key technics-vehicle detection and identification,especially study the algorithms of object detection, image segmentation,feature extraction and recognition method.then,this thesis analyzed the results with the images taken in different angles,and introduced into many basic operations,such as dilation,erosion etc.but,this thesis takes more attention on the connected component labeling and gives an algorithm,connected component labeling based on contour tracking.in the process of video obtaining,the variation of outside environment including little dithering of vidicon and weather changing will affect the precision of moving target detection.aiming at these problems,this paper presents a method of background reconstruction,in which there are moving targets in scene.the background can be dynamically changed.it can decrease the influence of outside environment variation and shorten the time of measurement.in addition,this paper modified the traditional approach,moving vehicle detection based on virtual wirefram.the vehicle classification takes the features extracted from the vehicle lateral image,and takes the whole contour shape as the recognized features.this paper gives an approach,which is vehicle classification based on characteristics of contour.eigenvector has been first structured by using length to width ratio,posture ratio,rectangle degree,elongation degree and roundness degree.then the vehicle type recognition and classification is successfully realized by nearest neighbor method.the technique mentioned above is implemented by experiments with vc+6.0.the experimental results show that the technique has the advantages of high precision and less calculation.【中文关键词】 智能交通; 运动检测; 车型识别; 连通域标记; 特征提取 【英文关键词】 intelligent transportation; moving detection; vehicle recognition; connected component labeling; feature extraction 摘要 2-3 abstract 3 引言 7-9 第一章 绪论 9-15 1.1 基于视频的车型识别系统简介 9-11 1.2 国内外研究现状 11-14 1.3 论文结构 14-15 第二章 视频序列中的图像处理 15-26 2.1 视频图像的采集 15-16 2.1.1 视频采集常用设备 15 2.1.2 视频序列图像成像原理 15-16 2.2 图像简介 16-19 2.2.1 图像的颜色空间 16-19 2.3 视频图像的随机噪声 19-20 2.3.1 中值滤波算法 19-20 2.4 形态学处理 20-25 2.4.1 数学形态学概述 20-21 2.4.2 形态学基本操作 21-22 2.4.3 连通域的划分 22-25 2.5 小结 25-26 第三章 基于视频的运动车辆检测 26-32 3.1 运动目标检测算法 26-28 3.1.1 背景差分法 27-28 3.2 基于虚拟线框的运动检测算法 28-31 3.2.1 原理 28 3.2.2 检测区域的确定 28-29 3.2.3 算法流程 29-31 3.3 小结 31-32 第四章 基于形状特征的车型识别方法 32-46 4.1 概述 32-33 4.1.1 图像模式识别 32-33 4.1.2 图像的特征提取 33 4.2 特征提取 33-36 4.2.1 边缘检测算法 33-34 4.2.2 特征描述 34-36 4.3 基于形状的目标特征的提

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论