145k views
2 votes
Which filter or filters would be used to control Gaussian noise in an image (assuming we don’t consider the best performance)? Select all that apply.

A.Gaussian filter
B.Mean filter
C.Sharpen filter
D.Prewitt filter

User Oleg Levin
by
8.6k points

1 Answer

4 votes

Final answer:

Gaussian filter and Mean filter are used to control Gaussian noise in an image by averaging the pixel values and reducing the high-frequency noise.

Step-by-step explanation:

A. Gaussian filter and B. Mean filter would be used to control Gaussian noise in an image.

Gaussian filter is a low-pass filter that smooths out the noise by averaging the pixel values and reducing the high-frequency noise. Mean filter is also a low-pass filter that calculates the mean value of the pixel neighborhood to remove noise.

User Louie Almeda
by
8.3k points