51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#graycoprops
利用matlab自带函数graycoprops 实现基于共生矩阵的遥感图像纹理特征分析
closeall;clearall;clc;I=imread('yaogan2.jpg');HSV=rgb2hsv(I);Hgray=rgb2gray(HSV);%计算64位灰度共生矩阵glcmsl=graycomatrix(Hgray,'numlevels',64,'offset',[01;-11;-10;-1-1]...
代码星球
·
2020-03-29
利用
matlab
自带
函数
graycoprops
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他