Image smoothing filters are techniques used to reduce noise and smooth out an image.
A filter that replaces each pixel with the average value of its neighboring pixels. It is a simple and effective way to reduce noise in an image.
A filter that uses a Gaussian function to blur the image. It is commonly used to reduce high-frequency noise in an image.