登录

  • 登录
  • 忘记密码?点击找回

注册

  • 获取手机验证码 60
  • 注册

找回密码

  • 获取手机验证码60
  • 找回
毕业论文网 > 毕业论文 > 物流管理与工程类 > 物流工程 > 正文

智能视频监控系统中的车型识别与自动分类方法研究毕业论文

 2021-05-25 10:05  

摘 要

随着现代社会经济与科技的飞速发展,汽车已经逐渐成为人们生活中越来越重要的代步工具。随着汽车数量的迅速增长,道路交通事故以及交通运输问题也日益严重。智能交通系统也成为了新世纪交通信息采集、处理、决策和指挥调度所需要的必不可少的发展方向。而在智能交通系统中的车型的识别与分类则是智能交通系统中的一个重要研究方向,本文以固定的摄像机所采集的交通视频作为研究的对象,对基于视频图像处理的车型识别和自动分类方法进行研究。本文的主要工作如下:

  1. 在车辆检测识别方面,采集视频图像,对视频图像进行预处理,包括图像灰度处理、图像差分、差分图像二值化和图像增强等。首先,通过对视频图像预处理,中值滤波,去掉小的噪声;然后通过使用帧间差法来完成运动目标区域的获取。然后对相邻两图像进行差分,二值化和膨胀操作,消除目标的不连续空洞。

(2)在运动目标的准确定位方面,本文应用了水平和垂直投影定位法,通过使用水平垂直投影定位法进行了轮廓的直接定位。通过该方法在实验中得到了较为准确的运动目标,去掉了阴影的干扰,具有一定的实用性。

(3) 在车型分类方面,通过OpenCV(Open source Computer Vision library)库函数利用支持向量机(Support Vector Machine,SVM)进行训练和测试,得到大型车和小型车两种分类。将车辆检测所得到的运动目标样本进行梯度直方图(Histogram of Oriented Gradient,HOG)特征提取,作为输入向量,最后输出两种车型分类,完成车型的自动分类。

(4)在windows和VC 开发环境下完成系统设计,系统实现。

关键词:视频图像处理;帧间差分法;OpenCV;; 车辆识别;车型分类;

Abstract

With the rapid development of modern society economic and the technology, the car has become increasingly important in people's lives. With the rapidly growing number of cars, the traffic accidents and the transportation issues are becoming more and more serious. And in the new century, the Intelligent transportation systems have become an essential development direction in the area of transportation information collection, processing, decision-making and command and dispatch needs. And the Vehicle identification and classification is an important research direction of intelligent transportation system. In this paper, the traffic video which is obtained from the fixed camera is studied as the object of study to examine the method of vehicle identification and classification based on video image processing. The main work of this paper is as follows:

  1. In the recognition of the vehicle detection, capture video images, video image pre-processing, including image gradation processing, image subtraction,binary conversion and image enhancement. First,we should do the video image pre-processing,and use median filter to remove small noise; then complete the movement of the target area to obtain by using the inter-frame difference method. Next we should find the difference of two adjacent images, binary and expanded operations to remove the discontinuities empty.
  2. At the aspect of locate moving targets, this paper applies the horizontal and vertical positioning projection method, carried the directly target profile out by using the horizontal and vertical positioning projection method. Using this method obtained moving targets more accurate, and remove the interference of shadows in the experiment,which has a certain practicality.
  3. In terms of vehicle classification, we use the OpenCV library functions to support vector machine (SVM) for training and testing, and get two classifications as large vehicles and small cars. The vehicle motion detection target sample was subjected to HOG feature extraction, as the input vector, the final output of two models classification, complete automatic vehicle classification.
  4. Design the systems in windows and C development environment, finally finished system implementation.

Key words: Video image processing; Frame difference method; OpenCV ; vehicle identification; Vehicle Classification;SVM

目 录

第1章 绪论 1

1.1 研究背景及意义 1

1.2 国内外研究现状 2

1.2.1 国外研究现状 2

1.2.2 国内研究现状 3

1.3 本文研究内容与章节安排 4

1.3.1 研究目的 4

1.3.2 研究基本内容 5

第2章 视频监控中的车辆提取 6

2.1 图像的预处理 6

2.1.1 图像平滑 6

2.1.2 图像灰度化 8

2.1.3 图像二值化 9

2.1.4 二值图像形态学运算 10

2.2 运动目标的检测与定位 11

2.3 运动目标的获取 12

2.4 本章小结 13

第3章 车型的分类 14

3.1 OpenCV概述 14

3.2 模式识别 15

3.3 车型分类器的建立与应用 16

3.3.1 建立车辆样本库 16

3.3.2 车辆图像特征提取 17

3.3.3 训练分类器 18

3.4 本章小结 20

第4章 系统的设计与实现 21

第5章 总结与展望 26

5.1 研究工作总结 26

5.2经济性分析 26

5.3 研究工作展望 27

参考文献 28

致谢 29

第1章 绪论

1.1 研究背景及意义

随着21世纪全球经济的飞速发展,交通运输业的发展也有了迅猛的发展,汽车已经成为寻常百姓的日常生活中不可或缺的交通工具,因此机动车的数量也越来越多,随之而来的社会交通问题也越来越频繁的发生。从而给相关部门的日常交通监管工作带来了非常沉重的压力。在这个背景之下,车辆信息的统计与分类这个普通而重要的工作就有着不同寻常的意义。目前,一些学者开发的先进技术已经在一些地方的交通监管系统中应用,例如感应线圈法、轮廓识别法和压力传感器法等等。然而这些先进的识别分类方法也有其局限性:这些方法在应用过程中使用的设备成本高,同时设备在室外环境工作下寿命有限、损坏率高。所以这些技术并不适用于大范围的推广。

随着智能交通系统 (Intelligent Transportation System,ITS)在人工控制、计算机技术和自动控制等先进领域的发展。智能交通系统已经被人们所认可并且重视。在众多学者的努力下,其得到了极大的发展。智能交通系统是将各种邻域内先进的技术(如信息技术、通信技术、传感器技术等)和计算机控制处理技术有机组合,综合运用于国家的交通运输体系的一个综合的、多功能的系统。通过智能交通系统,可以在国家范围内建立一个实时、高效、拥有智能调控和监管的交通运输综合管理系统。ITS融合了多种信息化技术,为解决目前存在的复杂的道路交通问题提供了新思路[5]。我们知道智能交通系统的数据来源是车辆检测系统所采集的信息,因此作为ITS基础的视频监控中的车型识别和分类的研究就具有十分重要的地位。作为ITS里的一个重要内容和方向,对视频中车辆信息识别和分类的智能视频监控研究已经引起了人们的注意,被广大学者所重视。

您需要先支付 80元 才能查看全部内容!立即支付

企业微信

Copyright © 2010-2022 毕业论文网 站点地图