均值漂移 聚类算法我要分享

Mean shift clustering algorithm

matlab 均值 算法

关注次数: 292

下载次数: 0

文件大小: 2.66 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:meanShift,均值漂移,在聚类、图像平滑、分割、跟踪等方面有着广泛的应用。meanShift这个概念最早是由Fukunage在1975年提出的,其最初的含义正如其名:偏移的均值向量;但随着理论的发展,meanShift的含义已经发生了很多变化。如今,我们说的meanShift算法,一般是指一个迭代的步骤,即先算出当前点的偏移均值,然后以此为新的起始点,继续移动,直到满足一定的结束条件。


English Description:

MeanShift, mean shift, cluster, smoothing, image segmentation and tracking, and so has a wide range of applications. MeanShift this idea was first proposed by Fukunage in 1975, its original meaning as its name: the mean value of the offset vector, but with the development of theories, meanShift meaning has undergone many changes. Now, we say that the meanShift algorithm, generally refers to an iterative step, that is, to calculate the current point of the offset value, and then as a new starting point, continue to move until the end of certain conditions.


代码预览