当前位置:
首页
资源下载

搜索资源 - vehicle tracking using opencv
搜索资源列表
-
0下载:
Vehicle Tracking using a background subtraction based on mixture of Gaussians, and Kalman filtering to remove noise.
Require OpenCV to be installed.
By Jonathan Gagne
University of Waterloo
jgagne@uwaterloo.ca
-
-
0下载:
Opencv: Vehicle tracking using Moving Average method
-
-
0下载:
基于OpenCV的视频道路车辆检测与跟踪-OpenCV-based video detection and tracking of road vehicles
-
-
0下载:
计算机视觉是研究用计算机模拟生物外显或宏观视觉功能的科学和技术。作
为计算机视觉研究的一个分支—运动目标的检测与跟踪,就是对视场内的运动目
标,如人或车辆等,进行实时的观测,并在此基础上对被观测对象进行分类,然
后分析它们的行为。近年来,计算机视觉的研究重点已经从对静态图像的研究过
渡到对动态图像序列的研究上面,这方面的典型应用包括自动化的视频监控系
统、视频MPEG编解码技术、人机交互的感知接口、军事上的制导、雷达视频
图像中的
-
-
1下载:
在vc++6.0下,利用opencv函数库,使用轮廓检测法检测车辆,并显示实现车辆的跟踪和计数-Use opencv library in vc++6.0, using contour detection assay vehicle and display of vehicle tracking and counting
-
-
0下载:
Vehicle detection, its an opensource code and works well with opencv and boost, === === === === === === === ====
= multi-target tracking method by Wongun Choi
=== === === === === === === ====
Compile
* Require opencv and boost library to b
-
-
0下载:
车辆跟踪的程序代码,适合做毕业课题的研究,采用opencv的程序设计,实时性还可以。-Vehicle tracking code, suitable for graduate study subjects, using opencv program design, real-time also.
-
-
0下载:
基于OpenCV用c++编程,实现图像处理、车辆跟踪-Based on OpenCV using c++ programming, image processing, vehicle tracking
-
-
0下载:
A program using the OpenCV library which takes a video file and preforms vehicle and pedestrian motion tracking and detection outlining all the moving objects in the video.
-
-
1下载:
实时车辆检测以及跟踪的代码。基于opencv-Project implements a basic realtime lane and vehicle tracking using OpenCV.
-
-
0下载:
本程序开发环境:vc和opencv
整体功能:是为了实现车载视频中车牌自动跟踪,检测,,定位,识别,视频中物体的跟踪必须是手动圈住才行,摄像头使用的是usb摄像头. 打开摄像头,可以看到视频中画面,移动鼠标圈住物体,可以自动跟踪。-This program development environment: VC and opencv
The overall function: in order to realize the video vehicle license plate auto
-
-
0下载:
1.首先从文件菜单打开程序目录下的car.avi视频,系统将显示视频的第一帧。
2.点击背景提取菜单,稍后会提取出背景并显示在打开的第二个窗口中。
3.当提取出背景后,点击检测跟踪菜单,对车辆进行检测和跟踪。
4.点击轨迹绘制菜单,绘制车辆的轨迹。
注:由于使用OpenCV打开AVI视频文件需要视频解码器,故在程序运行前请在电脑上先安装DivX类型的的视频解码器,否则将出现无法打开文件的错误。本程序使用的是OpenCV2.1版本,在没有安装此版本软件的机器上运行时需要将cv210.d
-