imneonizer / Image-Background-Filter-with-Python

Remove Noises From Your Images with help of pillow Module in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Background Filter

Removing Dust and Scratches / Pepper Salt Noises from images.

Required Modules

>> pip install pillow
How to Run Code

Run image_background_filter.py, it will read image_noise.jpg which contains noise, and will create a new image as image_clear.jpg with noise removed.

Illustrations

Input Image : image_noise.jpg

Output Image : image_clear.jpg

About

Remove Noises From Your Images with help of pillow Module in Python


Languages

Language:Python 100.0%