Skip to content
forked from LinghuiXia/GLCM

本实验的主要目的是基于遥感图像计算灰度共生矩阵,并基于该矩阵计算多种纹理特征。所有的计算结果已与ENVI结果进行对比,实验结果一致。

Notifications You must be signed in to change notification settings

jojolee123/GLCM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

GLCM

This folder mainly contains the code of extracting many kinds of GLCM features based on remote sensing image. The experimental results have been verified by the corresponding results of ENVI.

目的

本实验的主要目的是基于遥感图像计算灰度共生矩阵,并基于改矩阵计算多种纹理特征。主要包括:均值、方差、同质性、对比度、异质性、熵、角二阶矩(能量)、相关性以及自相关性。  
所有特征均与ENVI所得到的特征结果进行了验证,除相关性外,其余特征均与ENVI结果一致。相关性可能是因为所用的计算公式不一致,导致计算结果有出入。  

实验环境及平台

VSCode  
Python 3.7  

实验结果

注释

后续代码讲解会上传至Bilili。
我的Bilili:https://space.bilibili.com/315476253

About

本实验的主要目的是基于遥感图像计算灰度共生矩阵,并基于该矩阵计算多种纹理特征。所有的计算结果已与ENVI结果进行对比,实验结果一致。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%