Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有一种纹理特征称为GLGCM(基于灰度梯度的共现矩阵),它捕获有关不同图像梯度如何相互共现的信息。
GLGCM不同于普通的GLCM。
谁能帮我在Python中找到 GLGCM 的实现?
我现在无法访问该论文,所以我不确定细节如何,但是,如果您在标准化为 0-255 范围的梯度图像上使用 GLCM 会怎样?
Python 实现可以在scikit-image 库中找到