Hi folks,
We continue the series of explanations on image enhancement techniques meant for our general public and this week we are going to give you some additional info about median filtering.
Images quite often contain artifacts known as “noise”.
“Noise” means, of course, un-wanted sounds occuring in an audition context but the term quickly expanded to other domains, designating the presence of un-wanted randomly disseminated artifacts within any given context.
In imaging domain, for instance, one of the frequently occuring noise-types is called “salt and pepper noise”.
Quite an intuitive name, as images affected by this type of noise look like as if salt and pepper particles were poured over “the clear” image (bright pixels on darker areas and dark pixels on brighter areas of the image).
The usual causes for this issue are hardware related (analog-to-digital conversion, bit errors in transmissions, etc.).
Which brings us to the median filtering : one of the most effective method to remove such noise from images is to apply the median filter.