E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
graycomatrix
matlab灰度共生矩阵提取纹理特征
I=imread('circuit.tif');GLCM2=
graycomatrix
(I,'O
2k-Gamer
·
2022-11-23 19:07
matlab
GLCM
matlab
灰度共生矩阵
灰度共生矩阵 Gray-Level Co-occurrence Matrix(GLCM)相关网址
官方说明1、https://www.mathworks.com/help/images/ref/
graycomatrix
.html【灰度共生矩阵原理,步距、方向原理等说明,及MATLAB代码】2、https
独步天秤
·
2020-06-30 08:05
C/C++
OpenCV
Python
graycomatrix
计算(图像)灰度共生矩阵(CLCM)
matlab函数:
graycomatrix
()功能:创建灰度共生矩阵Gray-levelco-occurrencematrixfromanimage图像的灰度共生矩阵灰度共生矩阵是像素距离和角度的矩阵函数
xuezhisd
·
2020-06-23 14:49
图像处理
MATLAB函数
Matlab学习
利用matlab自带函数graycoprops 实现基于共生矩阵的遥感图像纹理特征分析
closeall;clearall;clc;I=imread('yaogan2.jpg');HSV=rgb2hsv(I);Hgray=rgb2gray(HSV);%计算64位灰度共生矩阵glcmsl=
graycomatrix
我坚信阳光灿烂
·
2019-08-29 16:00
matlab自带函数实现灰度共生矩阵,求取特征值
举例:I=imread('D:\0.6-4.png');GLCM=
graycomatrix
(I,'Offset',[10;01]);stats=graycoprops(GLCM,{'contrast',
yukunjake
·
2018-04-05 18:04
matlab
图像处理
图像的纹理特性之灰度共生矩阵的
graycomatrix
函数及其matlab实现
graycomatrixmatlab(r2013b)里如下解释和使用语法glcm=
graycomatrix
(I)glcms=
graycomatrix
qqin0110
·
2017-09-02 19:34
数字图像处理
graycomatrix
灰度共生矩阵
matlab中的灰度共生矩阵相关函数用法
matlab中的灰度共生矩阵相关函数用法(
graycomatrix
,graycoprops)matlab中的灰度共生矩阵相关函数用法(
graycomatrix
,graycoprops)
graycomatrix
yayan01
·
2015-11-02 15:10
matlab
graycomatrix
计算(图像)灰度共生矩阵(CLCM)——matlab相关函数说明,很详细
matlab函数:
graycomatrix
()功 能:创建灰度共生矩阵Gray-levelco-occurrencematrixfromanimage图像的灰度共生矩阵灰度共生矩阵是像素距离和角度的矩阵函数
todayq
·
2014-10-20 10:00
matlab灰度共生矩阵提取纹理特征
I=imread('circuit.tif');GLCM2=
graycomatrix
(I,'O
Evan123mg
·
2014-10-13 21:00
matlab
灰度共生矩阵
GLCM
图像的灰度共生矩阵GLCM
使用方法:glcm=
graycomatrix
(I)glcms=
graycomatrix
(I,param1,val1,param2,val2,...)
Evan123mg
·
2014-10-13 00:00
matlab
GLCM
graycomatrix
函数生成灰度共生矩阵
灰度共生矩阵的接触知识,http://www.cnblogs.com/tiandsp/archive/2013/03/23/2977673.html初学者再看如此多的公式,可能看也看不懂。那就简单的办法就是直接看图(matlabhelp文件中的):刚开始看的人,肯定也摸不着头脑。我这里解释下两边矩阵的含义:(1)左边的矩阵,你可以想成某图像的像素(当然不是rgb的,可以认为是灰度图)(2)右边的矩
xuexiang0704
·
2013-03-24 19:00
图像的灰度共生矩阵GLCM(matlab 函数帮助)
使用方法:glcm=
graycomatrix
(I)glcms=
graycomatrix
(I,param1,val1,param2,val2,...)[g
linxue968
·
2010-11-25 14:00
image
matlab
Matrix
灰度共生矩阵提取图像特征
I=imread('circuit.tif');GLCM2=
graycomatrix
(I,'O
zhangruchong
·
2010-10-04 15:00
matlab
图像的灰度共生矩阵
使用方法:glcm=
graycomatrix
(I)glcms=
graycomatrix
(I,param1,val1,param2,val2,...)[g
weiyuweizhi
·
2010-07-09 18:00
image
Matrix
上一页
1
下一页
按字母分类:
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
其他