搜索资源列表
Tracking
- Tracking a moving object through several frames, provided changes from frame to frame are on the order of +-(10 + \"X Range\") pixels in the X direction and +-(10 + \"Y Range\") in the Y direction is done automatically because of a relatively large a
基于OpenCV平台下的实时目标跟踪系统
- 基于OpenCV平台下的实时目标跟踪系统,用于运动物体的多目标跟踪领域.,OpenCV platform based on real-time target tracking system for moving objects the field of multi-target tracking.
Tracking.zip
- 完整的PTZ跟踪算法,包括背景建模,运动目标提取,运动目标大小估计以及跟踪。,Complete PTZ tracking algorithm, including background modeling, moving object extraction, moving object and track size is estimated.
capture.rar
- 运动物体检测与跟踪,绝对值得下载的程序,已经调试过的,Moving object detection and tracking, definitely worth downloading the program, has been testing
opticalflow.rar
- 用光流法进行运动物体的检测和跟踪,并返回运动方向,Light flow method of moving object detection and tracking, and return to the direction of movement
camshiftdemo.rar
- camshift算法实现运动物体的跟踪。简单易懂,跟踪正确率高。,camshift algorithm to track moving objects. Easy-to-read, high tracking accuracy.
Addrectanglemotion.rar
- 利用质心法的OPenCV实现运动物体跟踪检测。非常实用。,OPenCV use of quality-force to achieve the detection of moving object tracking. Very useful.
OpenCV-2.0.0a-win32.rar
- opencv的最新版本增添了很多新的功能,主要体现在对图像的切割与拼接以及运动物体的跟踪检测方面,欢迎大家下载,The latest version of opencv added many new features, mainly reflected in the image of the cutting and splicing as well as tracking and detection of moving objects, the welcome to download
track.zip
- matlab tracking source code to track a moving object on the scene by using centroid and rectangle method,matlab tracking source code to track a moving object on the scene by using centroid and rectangle method
condensation.rar
- 粒子滤波实现图像序列中的运动目标检测,跟踪matlab程序,有注释,有图像序列,Particle filter realization of the image sequence in the moving target detection, tracking matlab codes, there are notes, contains image sequence
matlab.rar
- 本文对视频运动目标跟踪算法进行研究。在视频运动目标的提取中,介绍常用的图像差分算法、光流算法和主动轮廓模型算法。,In this paper, the video moving target tracking algorithm study. Video moving target in the extraction, the introduction of images commonly used differential algorithm, optical flow algorithm a
ContourTrack
- 运动目标轮廓跟踪代码,运用OPENCV实现,效果还不错-Moving object contour tracking code, the use of OPENCV implementation, results were pretty good
OpenCVmotionerkennung
- 基于OPENCV的运动物体跟踪程序,在VC++环境下实现-Moving object tracking based on OPENCV program, VC++ environment to achieve
kalman-tracking
- 基于卡尔曼滤波的运动目标检测,matlab代码-Kalman filter-based moving target detection, matlab code
camshift
- 使用camshift方法进行运动目标跟踪,(修改了网上原有的camshift算法里的一些bug)-moving object tracking by camshift method,(modification edition of the original code on the web)
targets-detection-and-tracking
- 基于vc++6.0+opencv的运动目标的检测与跟踪,包括一个小车视频,主要功能是在噪声、静止背景下实现运动目标的检测-Vc++6.0+ opencv-based moving target detection and tracking, including a car video, the main function is in the noise, static background detection of moving objects
Review
- Object tracking in computer vision refers to the task of tracking individual moving objects accurately from one frame to another in an image sequence. Several tracking methods have been proposed in the recent literature capable of coping with
moving-tracking
- 运动目标的检测提取以及跟踪,逐级帧差法检测,相似度函数跟踪。-Moving target detection and track extraction, sequential frame difference detection, similarity function tracking.
MOVING OBJECT DETECTION USING MATLAB
- 在基于前景检测的基于移动物体检测和车辆跟踪算法的实现中,针对广泛的应用来实现读取AVI文件,并将其分解为R,G和B组件。 执行各种操作并检测移动物体。 各个阶段的阈值决定了识别某些尺寸的移动物体的可能性。 移动物体也在其中跟踪。 MATLAB用于实现算法。 该算法用包含120帧的输入avi格式视频文件进行测试。 研究并实现了这些算法的各种应用。(In this foreground detection based moving object detection and vehicle track
Object tracking
- The program is based on VS2010 + OpenCV2.4, used in the two picture of the same scene moving object trajectory tracking.The program from the BBN Computer Vision Lab.