k-means++用于图像分割我要分享

K-means++ used in image segmentation

分割 图像 KMeans 用于

关注次数: 310

下载次数: 1

文件大小: 1.11 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

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

代码描述

中文说明:k-means++:一种改进的K-means++聚类算法来对初始聚类中心的选取进行改进。该改进算法的基本思想是使得初始聚类中心之间的距离尽可能的远.用于图像处理,效果还行。


English Description:

K-means++: an improved K-means++ clustering algorithm to improve the selection of initial cluster centers. The improved algorithm the basic idea is to have the distance between the initial cluster center as much as possible far. For image processing, the results were OK.


代码预览