A. Median Filter
Median Filter [4] is the simple enhancement technique.
It enhances the image by replacing the central of each
window with the median of the values within the window.
The median filter is mainly used for smoothening the
image. The window size can be 3X3, 5X5, 7X7 etc. If the
window is large, the output image will be of less quality.