diff --git a/skimage/feature/_greycomatrix.py b/skimage/feature/_greycomatrix.py index 0926117b..45476d33 100644 --- a/skimage/feature/_greycomatrix.py +++ b/skimage/feature/_greycomatrix.py @@ -5,7 +5,7 @@ properties to characterize image textures. import numpy as np -from ._greycomatrix_cy import _glcm_loop +from ._texture import _glcm_loop def greycomatrix(image, distances, angles, levels=256, symmetric=False,