搜索资源列表
基于粒子滤波和均值偏移算法的目标跟踪
- 将均值偏移算法嵌入到粒子滤波的跟踪框架中.该算法克服了粒子滤波计算量较大的缺点,同时也克服了均值偏移算法容易陷入局部最大且无法恢复的缺点.实验表明该算法有很好的实时性和鲁棒性.
粒子滤波实现直升机的跟踪
- 一个老外写的粒子滤波跟踪直升机程序
关于opencv的粒子滤波
- 基于opencv 的粒子滤波跟踪,有利于学习的需求!
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
bot703.关于目标追踪的一个源代码
- 关于目标追踪的一个源代码,比较了卡尔曼滤波和粒子滤波的跟踪效果。,kalman filter, particle filter
MovingObjectsDetection.rar
- 几个关于静止背景下的运动人体目标的检测和跟踪(其中有背景差法和粒子滤波结合的方法)方便广大毕业生论文写作藏考,Some background on the movement of static human target detection and tracking (including the background difference method and the combination of particle filter methods) to facilitate the vast nu
pf_colortracker.zip
- 基于颜色信息的粒子滤波目标跟踪算法,实现了物体运动的目标跟踪。,Based on color information of the particle filter target tracking algorithms, to achieve the goal of tracking movement of objects.
main.rar
- 关于粒子滤波跟踪目标的MATLAB程序源代码,Particle filter to track the target on the MATLAB source code
ParFilter.rar
- 用opencv实现的粒子滤波跟踪程序。需要手动选取跟踪物体,opencv
ivt
- 基于粒子滤波的强大的跟踪算法,可以在背景变化情况子实现可靠的实时跟踪,并且配有相应的论文-particle filter
TBD
- 有效的用于雷达弱目标检测的算法 规划算法进行弱目标检测的机理研究 粒子滤波红外点状动目标跟踪算法研究-An Effective Track-Before-Detect AIgorithm for Dim Target Detection
partical filter
- 关于用粒子滤波实现目标跟踪的MATLAB程序。-Target tracking code using particle filter in MATLAB.
ParticleTrack
- 基于彩色直方图的粒子滤波视频跟踪算法,非常有用-n adaptive color-based particle filter tracking
bf-boattracking
- 对基于粒子滤波的目标跟踪进行仿真,附带有最后仿真的视频。-Based on the target tracking particle filter are simulated, accompanied by the simulation of the video.
Particle-Filter
- 基于粒子滤波的目标跟踪源码,需要opencv和gsl两个库的支持,运行效率较高-Particle filter based target tracking source, two gsl library opencv and need the support of high efficiency
LPFleida
- Pf粒子滤波实现的目标跟踪程序,可实现针对非高斯噪声情况下的跟踪-Pf particle filter to achieve tracking procedures, can be non-Gaussian noise for tracking cases
BasedOnMeanShiftAndParticleFilterObjectTracking.ra
- 基于Mean Shift算法和Particle Filter算法的目标跟踪学位论文:讨论了MeanS hift算法(均值偏移)和粒子滤波算法(Particle Filter),分析了两种算法的特点;,分析了用运动目标检测提取目标运动特征的技术,通过增加对目标特征描述信 息,提高跟踪健壮性,并在以颜色直方图描述颜色特征的基础上,融合了目标的运动特征,设计了一种基于运动特征和颜色特征多特征融合的粒子滤波跟踪方法;用二阶直方图描述颜色特征,设计了均值偏移和粒子滤波相结合的目标跟踪技术-Based
Particle-Filter-Note
- 粒子滤波跟踪算法学习的好文档。为个人读书心得,主要从三个角度去理解粒子滤波,由浅入深,有学习价值!-Particle filter tracking algorithm to learn a good document. For personal reading experience, mainly from the three perspectives to understand the particle filter, Deep learning value!
Particle
- 仿真实现了目标跟踪的粒子滤波跟踪,并对误差进行了统计- realize the particle filter
粒子滤波
- 粒子滤波用于跟踪目标,并且应用了Em算法识别非线性参数(Particle filtering is used to track targets)