WebClub-NITK / Hacktoberfest-2k19

19 stars 115 forks source link

Added Salt & Pepper ipynb notebook #243

Closed kampaitees closed 4 years ago

kampaitees commented 4 years ago

First taken a fresh image then added salt & pepper noise and finally using median filter removed the noise as it works best in case of this type of noise because it takes the median of the region around the noise while gaussian filter takes the mean of the region section-wise which doesn't remove the noise at all.

apoorva-mk commented 4 years ago

@SaurabhAgarwala please merge this. @kampaitees you could have tried it without using inbuilt blur function also :P