简体   繁体   中英

Python: Extract GLGCM features

There is a type of texture features called ) that captures information about how different image gradients co-occur with each other. )的纹理特征,可捕获有关不同图像梯度如何共现的信息。

GLGCM is different from normal GLCM.

Can anyone help me find an implementation for GLGCM in ? 找到GLGCM的实现?

I don't have access to the paper right now, so I am not sure about how the details are but, what if you use GLCM on gradient image normalized into 0-255 range?

Python implementation could be found in scikit-image library

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM