Skip to content

Commit 6504073

Browse files
authored
Add files via upload
1 parent cec2467 commit 6504073

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

readme.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
### Image Background Filter
2+
3+
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.
14+
15+
#### Illustrations
16+
17+
> Input Image : ``image_noise.jpg``
18+
>
19+
> ![](image_noise.jpg)
20+
21+
> Output Image : ``image_clear.jpg``
22+
>
23+
> ![](image_clear.jpg)
24+

0 commit comments

Comments
 (0)