搜索资源列表
motiontrack
- 外国人写的在固定背景下检测并跟踪目标的算法,并加入了快速的背景更新算法,利于Kalman滤波来预测目标位置
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
Track_flat
- 卡内基梅隆大学的一位博士写的一个视频目标跟踪平台,几乎包含主要的目标跟踪算法,并有开源的代码和相应的论文,还有扩充功能,可以加入自己的改进算法,具有极大的参考价值!-Carnegie Mellon University, a Ph.D. to write a video tracking platform for almost the main target tracking algorithms, and open source code and the corresponding paper
ColorTrace3.0
- 基于颜色的摄像头视频跟踪 本文首先阐述了VFW 的知识和应用VFW 实现实时视频采集和处理的方法,然后分别介绍了几种视频追踪的常用算法,最后用灰度检测算法实现目标追踪。实验结果表明,该系统具有良好的检测效果。 -Color-based video-tracking camera
20120308
- 目标跟踪算法。将均值移动与粒子滤波算法相结合。-Target tracking algorithm. Mean shift and particle filter algorithm is a combination
frameABS
- 视频前景目标跟踪算法,用前后两帧帧差法实现跟踪目标算法,-Video tracking algorithm in the future, target tracking algorithm by frame difference
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
OpenTLD-master
- TLD(Tracking-Learning-Detection)是英国萨里大学的一个捷克籍博士生Zdenek Kalal在其攻读博士学位期间提出的一种新的单目标长时间(long term tracking)跟踪算法。该算法与传统跟踪算法的显著区别在于将传统的跟踪算法和传统的检测算法相结合来解决被跟踪目标在被跟踪过程中发生的形变、部分遮挡等问题。同时,通过一种改进的在线学习机制不断更新跟踪模块的“显著特征点”和检测模块的目标模型及相关参数,从而使得跟踪效果更加稳定、鲁棒、可靠。-TLD (Trac
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+
OpenTLD-master
- TLD算法代码。TLD(Tracking-Learning-Detection)是英国萨里大学的一个捷克籍博士生Zdenek Kalal在其攻读博士学位期间提出的一种新的单目标长时间(long term tracking)跟踪算法。该算法与传统跟踪算法的显著区别在于将传统的跟踪算法和传统的检测算法相结合来解决被跟踪目标在被跟踪过程中发生的形变、部分遮挡等问题。同时,通过一种改进的在线学习机制不断更新跟踪模块的“显著特征点”和检测模块的目标模型及相关参数,从而使得跟踪效果更加稳定、鲁棒、可靠。-T
tracking
- 智能视频监控技术中,利用meanshift算法进行跟踪目标。-Intelligent video surveillance technology, the use of meanshift algorithm to track the target.
select
- matlab程序,实现meanshift算法用以来实现运动目标的自动跟踪。-sinmatlab procedures, since meanshift algorithms for automatic tracking of moving targets.
S_DLT
- 优化了的DLT算法,能够很好地跟踪目标。请下载woman等视频序列-Optimized DLT algorithm can track the target very well. Download woman and other video sequences
camshift
- 实现视频图像的目标快速跟踪。使用了camshift和kalman滤波算法。实时性不错,代码简单。-Video images of fast target tracking. Use the camshift and kalman filtering algorithm. Timeliness good, simple code.
fall
- 混合高斯背景建模与CamShift算法结合的基于openCV的视频目标跟踪(OpenCV based video target tracking combined with hybrid Gauss background modeling and CamShift algorithm)