Median Filter

General description

The median filtering is based on the theory of non-linear stack filters and it is widely used concept in digital image processing. Main application is to remove impulse noise from the pictures.

 

Parameter

Length

This is the length of the median filter. Typical value is 5. Median filtering requires quite a lot of computing power so in practice the length value should be kept as small as possible.