The specific filter type required to remove salt-and-pepper noise while preserving image edges is the median filter. Salt-and-pepper noise appears as random occurrences of black and white pixels scattered across an image, effectively acting as extreme outliers in pixel intensity. A median filter works by moving a window, known as a kernel, over every pixel in the image. For e....
Log in to view the answer