搜索资源列表
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
Correlation-Filters-Tracking
- 基于核的相关滤波跟踪方法,最新的,TPMAI上的文章,速度超级快!-This MATLAB code implements a simple tracking pipeline based on the Kernelized Correlation Filter (KCF), and Dual Correlation Filter (DCF).
track
- 该程序是我多年的经验总结以及代码,实现了全景目标跟踪、火焰识别、烟雾识别、起立坐下行为判断、越界闯入、徘徊、违规停车等多种智能功能一体化,粒子滤波、贝叶斯分类器、随机森林等多种在线学习机制,还有传统的camshift、meanshift、光流法、卡尔曼滤波、struck、KCF、TLD、CT、区域匹配,相位相关、轮廓跟踪等多种算法-The program is my many years of experience and code,
KCF
- 目前最热门的视频检测和跟踪算法,在HOG特征下,排名第一-Currently the most popular video detection and tracking algorithm.In the HOG feature, ranking first
KCFcpp-master
- KCF算法C++代码,可以试着将其搭建在QT开发平台下。-KCF algorithm C++ code, you can try to build in the QT development platform.
kcf-master
- 快速跟踪算法kcf2015版,vot 2015重要算法,速度快效果好,-kcf tracking algorithm
KCF-track
- visual tracking 代码 利用SVM机器学习追踪 速度非常快-visual tracking code takes advantage of SVM machine learning very fast track
KCF_code
- 这是使用KCF进行视频追踪的matlab代码-This is done using KCF video tracking matlab code
kcf
- KCF tracker, PAMI2015
tracker_release2
- kcf源码, windows 64, 可以在matlab下运行(source code, windows 64, matlab)
KCF-master
- 该源码是KCF跟踪算法论文的源码,最近几年主流的跟踪框架(The code is KCF tracking algorithm source code)
KCF目标跟踪C++代码
- 目标跟踪,基于opencv的kcf目标跟踪源码(Target tracking, opencv based KCF target tracking source)
KCFTest
- KCF是一种鉴别式追踪方法,这类方法一般都是在追踪过程中训练一个目标检测器,使用目标检测器去检测下一帧预测位置是否是目标,然后再使用新检测结果去更新训练集进而更新目标检测器。而在训练目标检测器时一般选取目标区域为正样本,目标的周围区域为负样本,当然越靠近目标的区域为正样本的可能性越大。(KCF is a novel tracking fr a mework that utilizes properties of circulant ma
KCFdemo+vs2017
- 在vs2017上跑KCF追踪器,测试算法性能(run KCF tracker on vs2017)
KCF_matlab
- KCF仿真源码 运行run_tracker.m,手动框定跟踪目标(kcf matlab simulation code)
新建文件夹 (2)
- 这是之前的kcf的c++代码的流程介绍,很详细,具体过程都有标注出来(kernelized correlation filters)
myKCF
- 用来实现基于C++的KCF目标跟踪算法,仅用电脑摄像头即可实现(The KCF target tracking algorithm based on C++ can be implemented only with a computer camera)
multi KCF
- KCF运动跟踪,C\C++环境,opencv(KCF motion tracking,c++,c,opencv)
KCF-master
- KCF algorithm, with the multi-scale function, speed up optimization on the ARM platform, cortext53 -dual core
KCF.tar
- 实现C++的KCF目标追踪算法,需要opencv平台的支持!(KCF object tracking)