Skip to content

Instantly share code, notes, and snippets.

View springasa's full-sized avatar

sure freeing go springasa

View GitHub Profile
@aishwarya-singh25
aishwarya-singh25 / edge_features
Last active November 14, 2023 17:49
Image features
#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)
@baiwfg2
baiwfg2 / it-ebooks.md
Last active October 17, 2025 16:47
Download ebooks as you want