搜索资源列表
tracking
- 一个用opencv实现的目标跟踪程序,可以捕捉AVI视频中的运动目标并实现定位
ObjectTrack(CView)
- 这是一个视频实时跟踪的程序,当有单个动目标时,摄像头就能始终跟踪动目标
motion_src
- 运动目标识别与跟踪程序,具有相当不错的执行能力-There are many approaches for motion detection in a continuous video stream. All of them are based on comparing of the current video frame with one from the previous frames or with something that we ll call background. In this
shipingjiancedfskf
- 可能对视频中运动目标进行检测和跟踪的算法源代码及演示代码,程序定位准确,环境抗噪能力强。-Possible to detect moving objects in video tracking algorithm and source code and demo code, program positioning accuracy, strong anti-noise environment.
Videotargettracking
- Mean Shift方法目标跟踪方法该算法为均值平移法目标跟踪,您可以通过打开演示视频“静态背景运动目标.avi”文件演示该算法。算法需要提供预跟踪目标所在的位置及大小,程序默认提供了该演示视频目标所处的位置。若使用其他视频演示该算法,则必须手工指定目标的位置及大小。 -Mean Shift method of target tracking algorithm for the mean shift tracking method, you can open a demo video &qu
video-detection-motion-tracking
- VC编写,应用opencv开源库的视频运动目标跟踪程序,其算法是基于视频采集角点滤波-VC prepared the application opencv open source library of video moving target tracking procedures, the algorithm is based on the video capture corner filter
CAMSHIFT
- 采用 CAMSHIFT 算法快速跟踪和检测运动目标的 C/C++ 源代码,OPENCV BETA 4.0 版本在其 SAMPLE 中给出了这个例子。 该运行文件在VC6.0环境下编译通过,是一个 stand-alone 运行程序,不需要OPENCV的DLL库支持。在运行之前,请先连接好USB接口的摄像头。然后可以用鼠标选定欲跟踪目标。已经调通了。-CAMSHIFT algorithm using rapid detection and tracking moving targets C/C+
MyVideo1.0_AutoCamshift
- 基于opencv的目标跟踪程序,可以对车辆等进行跟踪-Based on opencv target tracking program, you can track vehicles
select
- matlab程序,实现meanshift算法用以来实现运动目标的自动跟踪。-sinmatlab procedures, since meanshift algorithms for automatic tracking of moving targets.
ObjectTracking-master
- 目标跟踪程序,是学习数字图像处理的好范例。-Target tracking process, it is a good example of learning digital image processing.