Python:提取 GLGCM 特征

标签 python algorithm image-processing computer-vision glcm

有一种纹理特征叫做GLGCM (Gray Level Gradient Based Co-occurrence Matrix)捕获有关不同图像梯度如何相互共同出现的信息。

GLGCM 与普通 GLCM 不同。

谁能帮我找到在 Python 中实现 GLGCM 的方法?

最佳答案

我现在无法访问该论文,所以我不确定细节如何,但是,如果您在归一化到 0-255 范围内的梯度图像上使用 GLCM 会怎么样?

Python 实现可以在 scikit-image library 中找到

关于Python:提取 GLGCM 特征,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41624239/

相关文章:

c++ - 给定两个间隔列表,得到重叠间隔的数量

python - 使用 cv2 和 python 检测图像中的数字

python - 如何在cvxpy中写几个约束?

python - 持久矩形选择器

python - 读取 pandas 中的 excel 文件 - 带有 NaN 标题的列

algorithm - 在 C++ 中寻找优化算法来替换 Excel Solver

php - 如何使用 GTFS-realtime 获取日程提醒和延误?

java - Reverse Integer leetcode -- 如何处理溢出

python - 使用 OpenCV 为 Otsu 阈值蒙版图像区域

Python Opencv : Finding boxes in interrupted picture