DEV Community

Discussion on: How to build amazing image filters with Python— Median filter 📷 , Sobel filter ⚫️ ⚪️

Collapse
 
newflyer_pico profile image
Newflyer

This is really nice! I am currently using Python for my image processing class and we never just processed the data as you did but it seems quite simple. We used a library called skimage it offers a lot of possiblities and makes it easy to process images. You can apply various filters, perform histogram equalization and other transformations. Have fun with image processing and Python!