搜索资源列表
2009.rar
- 跟踪目标的算法,camshift,meanshift.,Target tracking algorithm, camshift, meanshift.
ObjectTrack(camera)
- 接摄像头可以测试粒子滤波、meanshift等几种跟踪算法-Then the camera can test the particle filter, meanshift such as several tracking algorithm
pf_tutorial
- 有关particle filter的教程,ppt格式,对于学习粒子滤波有较好的指导意义-Related to the particle filter tutorial, ppt format, for a better learning particle filter guiding significance
meanshift
- meanshift粒子滤波c代码,挺不错的。-meanshift particle filter c code.
tracking
- 基于单目视觉的单目标跟踪情部下meanshift算法与kalman滤波相结合的程序。-Monocular vision-based target tracking situation of single men meanshift algorithm and kalman filter combined procedure.
Multi-targetTracking
- 一篇关于多目标跟踪的文章,结合了Meanshift和粒子滤波两种常用的方法-A Multi-target Tracking Method Based on Mean-shift and Particle Filter
code
- 代码1:优化过的Otsu程序,纯C编写 代码2:优化过的中值滤波程序,纯C编写 代码3:快速连通域检测程序,用于团块分析,纯C编写 代码4:MeanShift图像分割程序,纯c编写 代码5:WaterShed图像分割程序,c++编写,可直接运行,看分割效果-Code 1: The optimized program Otsu, pure C code 2: The optimized procedure median filter, pure C code 3: Fa
particle-filter-visual-tracking
- 该代码用于实现粒子滤波视觉目标跟踪(PF)、卡尔曼粒子滤波视觉目标跟踪(KPF)、无迹粒子滤波视觉目标跟踪(UPF)。它们是本人这两年来编写的核心代码,用于实现鲁棒的视觉目标跟踪,其鲁棒性远远超越MeanShift(均值转移)和Camshift之类。用于实现视觉目标跟踪的KPF和UPF都是本人花费精力完成,大家在网上是找不到相关代码的。这些代码虽然只做了部分代码优化,但其优化版本已经成功应用于我们研究组研发的主动视觉目标跟踪打击平台中。现在把它们奉献给大家!-These codes are us
meanshift-kalman
- meanshit+kalman滤波跟踪运动目标-meanshit+ kalman filter tracking moving targets
particleFilterTrackTest
- 经典的基于运动信息的跟踪算法--粒子滤波,避免了meanshift的收敛于局部最优-Based on the classic the sports information tracking algorithm- particle filter to avoid meanshift the convergence in the local optimal
MSfilter
- meanshift filter实现图像滤波,当然也可以作为预分割的结果-meanshift filter implementation of image filtering, of course, also be used as the results of the pre-split
MeanShift-Kalman-tracking-algorithm
- 结合kalman滤波的meanshift跟踪算法,meanshift算法是一种经典的均值漂移跟踪算法,采用颜色直方图作为跟踪特征,具有很高的稳定性和鲁棒性,kalman滤波是一种线性滤波预测算法。在meanshift算法中引入kalman滤波,可以提高算法的稳定性,同时提高算法执行效率。代码中除了avi格式视频读取采用opencv库函数外,核心算法均为纯C++实现,注释详细,很容易理解,同时具有很高的参考价值。 -Meanshift kalman filtering combined track
IVS-meanshift
- 该文件是在VC++环境下运行的运动目标视觉分析。包括高斯模型背景提取,calman和meanshift滤波来实现跟踪,最终通过视频界面完成是否障碍入侵并报警-The file is a visual analysis of moving objects in VC++ environment running under. Including the Gauss model background extraction, Calman and meanshift filter to realize
track
- 该程序是我多年的经验总结以及代码,实现了全景目标跟踪、火焰识别、烟雾识别、起立坐下行为判断、越界闯入、徘徊、违规停车等多种智能功能一体化,粒子滤波、贝叶斯分类器、随机森林等多种在线学习机制,还有传统的camshift、meanshift、光流法、卡尔曼滤波、struck、KCF、TLD、CT、区域匹配,相位相关、轮廓跟踪等多种算法-The program is my many years of experience and code, the realization of the panora
meanshift
- Meanshift跟踪算法针对传统的MeanShift跟踪算法在目标发生遮挡时容易导致目标丢失的情况,提出了一种改进的MeanShift跟踪算法.将多尺度空间理论、Kalman滤波器与遮挡算法相结合,当目标发生遮挡后,利用Kalman估计目标信息量,能对目标尺寸有后续跟踪能力.实验结果表明,当目标发生遮挡后,改进的跟踪算法对目标无论增大或减小都能连续地、自动地选择大小合适的跟踪窗口.-Meanshift tracking algorithmMeanshift tracking algorithm
DCT_Hybrid_2D_3D_Median_Filter_mean_shift
- Hybrid_2D_3D_Median_Filter, DCT, MeanShift Filter
meanshift_filter
- 利用meanshift算法对图像进行滤波。meanshift可用于滤波、追踪、聚类、分割等(The image is filtered by means of shift algorithm. Meannshit can be used for filtering, tracking, clustering, segmentation, etc.)