The initial source comes from sdcuike/issueBlog#4
https://github.com/PacktPublishing free to download books code by Packet
https://github.com/EbookFoundation/free-programming-books Very immense
| #importing the required libraries | |
| import numpy as np | |
| from skimage.io import imread, imshow | |
| from skimage.filters import prewitt_h,prewitt_v | |
| import matplotlib.pyplot as plt | |
| %matplotlib inline | |
| #reading the image | |
| image = imread('puppy.jpeg',as_gray=True) |
https://github.com/PacktPublishing free to download books code by Packet
https://github.com/EbookFoundation/free-programming-books Very immense