You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removing ``Dust and Scratches / Pepper Salt`` Noises from images.
4
+
5
+
#### Required Modules
6
+
7
+
````python
8
+
>> pip install pillow
9
+
````
10
+
11
+
##### How to Run Code
12
+
13
+
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.
0 commit comments