EMS-TU-Ilmenau / fastmat

A library to build up lazily evaluated expressions of linear transforms for efficient scientific computing.
https://fastmat.readthedocs.io
Apache License 2.0
24 stars 8 forks source link

Running edge detection demo #89

Open ahmadomira opened 3 years ago

ahmadomira commented 3 years ago

Running the demo: edgeDetect.py results following error:

AttributeError: module 'scipy.ndimage' has no attribute 'imread'

Looking at this documentation the scipy.ndimage.imread seems to be deprecated. Running the demo again with imageio.imread("head.png", as_gray=True) seems to be working perfectly