采用聚类(K-mean)的分类算法对图像进行区域划分我要分享

Image segmentation using Clustering (K-mean) class

matlab 采用 kmean 分类 算法 图像 进行 区域

关注次数: 211

下载次数: 0

文件大小: 147.20 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

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

代码描述

中文说明:本程序在对图像进行纹理分析的基础上,获取图像不同区域的纹理特征,针对这些纹理特征,采用聚类(K-mean)的分类算法对图像进行区域划分!由于共发矩阵的方法效果很不好,本程序采用基于频率域的纹理分析算法。


English Description:

This source code is to acquire texture features of different regions on an image based on image texture analysis, then perform image segmentation according to these texture features using clustering (K-mean) classification algorithm.Since the effect of the co-occurrence matrix method is not good, this source code used frequency based texture analysis algorithm.


代码预览