搜索资源列表
基于mean-shift运动目标跟踪源码
- 基于mean-shift运动目标跟踪源码 是很好的代码 望大家支持
视频目标跟踪VC++实现原创代码
- 视频目标跟踪VC++实现原创代码,用于监控和导航
matlab实现视频中动态目标跟踪
- matlab实现视频中动态目标跟踪,程序代码+视频
多目标跟踪
- 此代码是基于粒子滤波框架下的多目标跟踪
rob_hess_pf.粒子滤波现在已经成为目标跟踪领域的主流算法
- 粒子滤波现在已经成为目标跟踪领域的主流算法,它的应用范围广泛,在非线性、非高斯噪声下依然表现良好。该代码是Rob Hess 编写的。他的个人主页是:http://web.engr.oregonstate.edu/~hess/ ,Now,Partical filter has become the main algorithm in moving target tracking region.It still perform very well in nonlinear non-gaussia
meanshift.rar
- 基于meanshift的简单目标跟踪程序matlab代码,Based on the meanshift easy target tracking procedures matlab code
Trackxtf
- 视频序列中的目标跟踪和识别是现在很热门的一个研究方向,此代码是在VC中编程实现的,希望对大家有帮助-Video sequences in the target tracking and identification is very popular now a research direction, this code is in the programming in VC, and I hope all of you help
1-4YCC
- 本代码是在VC平台实现的摄像头输入的目标跟踪,以高斯建模做的背景,希望对大家有帮助-The code is in the VC camera platform target tracking input to Gaussian background modeling done, I hope all of you help
VideoDemo
- 图象处理,背景差分,VC++ MFC 背景差分、连续帧差、MeanShift目标跟踪 代码 -Image processing, the background differential
genzong
- 目标跟踪代码,算法程序为纯c代码,是基于颜色特征的跟踪算法。-Tracking code, the algorithm procedure of pure c code, is based on color feature tracking algorithm.
KalmanVSBlue
- 基于MATLAB的卡尔曼滤波目标跟踪的源代码 基于MATLAB的卡尔曼滤波目标跟踪的源代码-Kalman filter based on MATLAB source code tracking Kalman filter based on MATLAB source code tracking
kalmantrackingcode
- 基于kalman滤波的目标跟踪代码,用matlab实现了对目标的跟踪。-Kalman filter based target tracking code, matlab achieve the target tracking.
BPF_1_3
- 粒子滤波算法,用来实现目标跟踪 代码很多,很多图像处理方面知识,初学者不要下载(Particle filter algorithm is used to achieve target tracking)
KCF目标跟踪C++代码
- 目标跟踪,基于opencv的kcf目标跟踪源码(Target tracking, opencv based KCF target tracking source)
基于帧差法多目标跟踪Matlab代码
- 非常完整的帧差法多目标跟踪Matlab代码,并提供了完整的文档介绍,非常适合初学者学习。注:运行时要改一下文件路径,以及把视频文件转成图像序列输入。(Very complete frame difference method, multi-target tracking Matlab code, and provides a complete documentation, very suitable for beginners to learn. Note: at run time, you c
目标跟踪project3
- 多目标跟踪,数字图像处理,个多目标跟踪的matlab代码,里面附有说明文档。其中背景差分法可以实现实时更新。该代码在检测与跟踪少量目标时效果很好,但是跟踪目标大于8后,效果下降很多(Multi-target tracking)
机动目标跟踪的Kalman滤波
- 用卡尔曼滤波进行目标跟踪,有matlab代码,可以借鉴。(Calman filter for target tracking, there is matlab code, can be used for reference)
IMM代码
- 可运行的多模型卡尔曼滤波的目标跟踪matlab程序(Target tracking matlab program for multi model Calman filtering)
无人机轨迹规划目标跟踪代码
- matlab 代码 是一个无人机轨迹规划目标跟踪代码 内部包含论文报告和代码 方便阅读学习