​图像分割的kmeans聚类的方法我要分享

Kmeans clustering method for image segmentation

onlyb2r k-means kmeans-matlab parkaxf K.

关注次数: 306

下载次数: 1

文件大小: 170KB

代码分类: 图像处理

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

图像分割,还可以,kmeans聚类的方法。k-means算法是一种聚类算法,所谓聚类,即根据相似性原则,将具有较高相似度的数据对象划分至同一类簇,将具有较高相异度的数据对象划分至不同类簇。


English Description:

Image segmentation, can also, kmeans clustering method. K-means algorithm is a clustering algorithm, the so-called clustering, that is, according to the similarity principle, the data objects with high similarity are divided into the same cluster, and the data objects with high dissimilarity are divided into different clusters.


代码预览

kmeans\exactvector.m

kmeans\imkmeans.m

kmeans\main.m

kmeans\sampledist.asv

kmeans\sampledist.m

kmeans\植物.jpg

kmeans