中文说明:本程序在对图像进行纹理分析的基础上,获取图像不同区域的纹理特征,针对这些纹理特征,采用聚类(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.