搜索资源列表
tracker_release2
- 实时的在线跟踪算法,使用的是卷积核的算法。速度可以达到100帧以上-this is a code of tracking,which is based on the algorithm of KCF.It can be get a speed of 100 Fps
track
- 该程序是我多年的经验总结以及代码,实现了全景目标跟踪、火焰识别、烟雾识别、起立坐下行为判断、越界闯入、徘徊、违规停车等多种智能功能一体化,粒子滤波、贝叶斯分类器、随机森林等多种在线学习机制,还有传统的camshift、meanshift、光流法、卡尔曼滤波、struck、KCF、TLD、CT、区域匹配,相位相关、轮廓跟踪等多种算法-The program is my many years of experience and code, the realization of the panora
KCF
- 目前最热门的视频检测和跟踪算法,在HOG特征下,排名第一-Currently the most popular video detection and tracking algorithm.In the HOG feature, ranking first
kcf-master
- 快速跟踪算法kcf2015版,vot 2015重要算法,速度快效果好,-kcf tracking algorithm
cf_tracking
- 用于实现实时视觉目标跟踪的源码。采用的算法是相关滤波算法,包括KCF和DSST算法。这两种算法具有处理速度快、跟踪效果好的特点。源码需要用Cmake进行编译,需要opencv支持。-Used to achieve real-time visual tracking of the source. Algorithm uses correlation filtering algorithms, including KCF and DSST algorithms. These two algorith
KCF-master
- 该源码是KCF跟踪算法论文的源码,最近几年主流的跟踪框架(The code is KCF tracking algorithm source code)
KCFTest
- KCF是一种鉴别式追踪方法,这类方法一般都是在追踪过程中训练一个目标检测器,使用目标检测器去检测下一帧预测位置是否是目标,然后再使用新检测结果去更新训练集进而更新目标检测器。而在训练目标检测器时一般选取目标区域为正样本,目标的周围区域为负样本,当然越靠近目标的区域为正样本的可能性越大。(KCF is a novel tracking framework that utilizes properties of circulant matrix to enhance the processing s
myKCF
- 用来实现基于C++的KCF目标跟踪算法,仅用电脑摄像头即可实现(The KCF target tracking algorithm based on C++ can be implemented only with a computer camera)
visual_tracking_code
- 主要是一些经典的视觉跟踪算法的MATLAB代码,tracker包括CREST,CSK,CT,ECO,KCF,LOT,SCM和Struck。(Visual object tracking,include CREST,CSK,CT,ECO,KCF,LOT,SCM and Struck.)
KCF.tar
- 实现C++的KCF目标追踪算法,需要opencv平台的支持!(KCF object tracking)
vivaTracker-master
- This project contains a collection of visual tracking algorithms implemented in C++ and/or C. The idea of the project is to help you create, unify, compare and publish your visual tracking algorithms. We also include public tracking datasets for easy
kcf_apce
- 经典算法kcf的改进版,kcfapce,跟踪效果比kcf好一点,可以搭配otb工具箱使用,与DSST算法不相上下。
CSK目标跟踪算法
- KCF算法的雏形,需要自行修改路径,figure中的第一参数可修改为userdata,以防止运行错误。