搜索资源列表
fams
- Mean Shif t 算法是一种有效的统计迭代算,法,它使每一个点“漂移”到密度函数的局部极大值点。近些年来,Mean Shif t 算法已广泛应用于计算机视觉领域 。-Mean Shif t algorithm is an effective statistical iteration count, France, and it makes every point
trackingVideoDemo
- 可以对视频目标进行背景差分,或帧间差分,或Mean Shif法,或重心多目标跟踪法进行跟踪目标。-Targets can be the background of the video difference, or inter-fr a me difference, or Mean Shif law, or the focus of multi-target tracking method to track the target.
MeanShiftOverview
- 这是一篇介绍mean-shift算法的概括性文章,文中详细介绍了mean-shif算法的性能和作用-This is a descr iption of the mean-shift algorithm is a general article describes in detail the performance of mean-shif algorithm and the role of
mean_shift_tracking
- mean shift tracking, 经我修改 可以运行-mean shift tracking code, running successfully.
No-Blurring
- 利用均值漂移进行聚类分析。属于非模糊均值漂移聚类,就是所有数据都固定不动,从某个点进行搜索。-mean shif based clustering .
FAST-mean-shift
- 自己编写的一种快速均值漂移聚类算法。数据需要自己下载,里面有main函数,改成自己的数据就可以运行。主要思路是先用近邻规则粗分类,在运行均值漂移。-fast mean shif clustering algorithm.