matlab纹理分割程序我要分享

MATLAB texture segmentation program

关注次数: 151

下载次数: 0

文件大小: 36.54 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

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

代码描述

中文说明: 在本例中首先求取图像不同部分的纹理,然后使用entropyfilt,stdfilt,rangefilt三个不同的滤波函数对图像进行滤波,用于图像的纹理分割,适合用于图像的纹理分割和图像特征分类。


English Description:

In this example we first find the texture of the different parts of the image, and then use entropyfilt,stdfilt,rangefilt to three different filter functions for image filtering, image texture segmentation, suitable for image segmentation and image classification.


代码预览

相关推荐