Welcome![Sign In][Sign Up]
Location:
Search - vehicle tracking using opencv

Search list

[OtherVehicle_Tracker_with_background_subtraction_and_k

Description: 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
Platform: | Size: 13237248 | Author: jon | Hits:

[OtherMA

Description: Opencv: Vehicle tracking using Moving Average method
Platform: | Size: 3072 | Author: Rafin | Hits:

[OpenCV1

Description: 基于OpenCV的视频道路车辆检测与跟踪-OpenCV-based video detection and tracking of road vehicles
Platform: | Size: 5890048 | Author: 赵伟 | Hits:

[Software EngineeringOpenCV-VIDEO-DETCTION

Description: 计算机视觉是研究用计算机模拟生物外显或宏观视觉功能的科学和技术。作 为计算机视觉研究的一个分支—运动目标的检测与跟踪,就是对视场内的运动目 标,如人或车辆等,进行实时的观测,并在此基础上对被观测对象进行分类,然 后分析它们的行为。近年来,计算机视觉的研究重点已经从对静态图像的研究过 渡到对动态图像序列的研究上面,这方面的典型应用包括自动化的视频监控系 统、视频MPEG编解码技术、人机交互的感知接口、军事上的制导、雷达视频 图像中的目标分析。 -Computer vision research using computer simulations of biological explicit visual function or macro science and technology. As a branch of computer vision research- moving target detection and tracking, that is, within the field of view of the moving target, such as a person or vehicle, real-time observation and classification based on the object being observed, and then analyze them behavior. In recent years, computer vision research focus has been the transition from a static image of the dynamic image sequences above, typical applications include automated video surveillance systems, video MPEG codec technology, the perception of the human-computer interaction interface, military guidance, radar target video image analysis.
Platform: | Size: 5890048 | Author: 土豆 | Hits:

[OtherTrackandID

Description: 在vc++6.0下,利用opencv函数库,使用轮廓检测法检测车辆,并显示实现车辆的跟踪和计数-Use opencv library in vc++6.0, using contour detection assay vehicle and display of vehicle tracking and counting
Platform: | Size: 4446208 | Author: 王小飞 | Hits:

[OpenCVcars3

Description: 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 be installed - sudo apt-get install libboost-dev or see http://www.boost.org/ - refer to http://opencv.willowgarage.com/wiki/InstallGuide 1. move into the standalone_tracker directory : cd standalone_tracker 2. cmake . 3. make Run 1. How to run 1) Download/prepare a video to be processed : e.g. wget http://www.vision.ee.ethz.ch/~aess/cvpr2008/seq02-img-left.tar.gz 2) unzip the images. 3) generate imagelist file using following command : ls seq02-img-left/*.jpg > seq02_imlist.txt 4) run detector to get detection bboxes and confidence map 5) generate conflist file : ls seq02-img-left/*.conf > seq02_conflist.txt 6) try tracking with track.sh -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 be installed - sudo apt-get install libboost-dev or see http://www.boost.org/ - refer to http://opencv.willowgarage.com/wiki/InstallGuide 1. move into the standalone_tracker directory : cd standalone_tracker 2. cmake . 3. make Run 1. How to run 1) Download/prepare a video to be processed : e.g. wget http://www.vision.ee.ethz.ch/~aess/cvpr2008/seq02-img-left.tar.gz 2) unzip the images. 3) generate imagelist file using following command : ls seq02-img-left/*.jpg > seq02_imlist.txt 4) run detector to get detection bboxes and confidence map 5) generate conflist file : ls seq02-img-left/*.conf > seq02_conflist.txt 6) try tracking with track.sh
Platform: | Size: 15360 | Author: Khushwant | Hits:

[Special EffectsVehicle_Trace

Description: 车辆跟踪的程序代码,适合做毕业课题的研究,采用opencv的程序设计,实时性还可以。-Vehicle tracking code, suitable for graduate study subjects, using opencv program design, real-time also.
Platform: | Size: 9385984 | Author: 吕豪杰 | Hits:

[OpenCVtrack-issue

Description: 基于OpenCV用c++编程,实现图像处理、车辆跟踪-Based on OpenCV using c++ programming, image processing, vehicle tracking
Platform: | Size: 4170752 | Author: 蒲淳朴 | Hits:

[OpenCVmotiontrackingopencv-master

Description: 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.
Platform: | Size: 22528 | Author: huang xing | Hits:

[OpenCVopencv-lane-vehicle-track-master

Description: 实时车辆检测以及跟踪的代码。基于opencv-Project implements a basic realtime lane and vehicle tracking using OpenCV.
Platform: | Size: 40987648 | Author: Wenjing Zhu | Hits:

[OpenCVopencvCar

Description: 本程序开发环境:vc和opencv 整体功能:是为了实现车载视频中车牌自动跟踪,检测,,定位,识别,视频中物体的跟踪必须是手动圈住才行,摄像头使用的是usb摄像头. 打开摄像头,可以看到视频中画面,移动鼠标圈住物体,可以自动跟踪。-This program development environment: VC and opencv The overall function: in order to realize the video vehicle license plate automatic tracking, detection, identification, location, tracking, the video object must be manually around it, the camera is using USB camera. Open the camera, you can see the video screen, move the mouse around the body, can automatically track.
Platform: | Size: 2113536 | Author: 李闯 | Hits:

[Graph program12_运动车辆检测跟踪系统

Description: 1.首先从文件菜单打开程序目录下的car.avi视频,系统将显示视频的第一帧。 2.点击背景提取菜单,稍后会提取出背景并显示在打开的第二个窗口中。 3.当提取出背景后,点击检测跟踪菜单,对车辆进行检测和跟踪。 4.点击轨迹绘制菜单,绘制车辆的轨迹。 注:由于使用OpenCV打开AVI视频文件需要视频解码器,故在程序运行前请在电脑上先安装DivX类型的的视频解码器,否则将出现无法打开文件的错误。本程序使用的是OpenCV2.1版本,在没有安装此版本软件的机器上运行时需要将cv210.dll,cvaux210.dll,cvcore210.dll,highgui210.dll,ml210.dll这五个文件拷贝至*.exe可执行文件下。(First, open the CR. AVI video from the file menu and the system will display the first frame of the video. 2. Click on the Background extract menu and the background will be extracted later and displayed in the open second window. 3. When the background is extracted, click on the Test Tracking menu to test and track the vehicle. 4. Click on the trajectory drawing menu to map the trajectory of the vehicle. Note: Since a video decoder is required to open an AVI video file using OpenCV, install a DivX-type video decoder on the computer before the program runs, otherwise an error will occur that can not open the file. The program uses OpenCV2 .1, which requires five files to be copied to *, cv210. DLL, cvaux 210. DLL, cvcore 210. DLL, highgui 210. DLL, ML 210. DLL. Exe under executable.)
Platform: | Size: 2857984 | Author: woniu | Hits:

CodeBus www.codebus.net