Mean Filter is Linear or non_Linear filter?

 Respuesta aceptada

Walter Roberson
Walter Roberson el 25 de Mayo de 2019

1 voto

Mean filtering is always over a sliding window. For any one window-full, if you multiply all of the inputs by a non-zero constant, then the mean is multiplied by that constant, which is a linear effect. For any one window-full, if you add a constant to all of the inputs, then the mean has that constant added, which is a linear effect. So mean filtering would probably be said to be linear.

Más respuestas (0)

Etiquetas

Preguntada:

el 24 de Mayo de 2019

Comentada:

el 25 de Mayo de 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by