Median

median - median_<size>

Value
Type
Description

size

integer

Value can be;

  • An integer value to set the array size of the Median filter.

Eg. median_3

Applies Median filter to the image.

Median filter is used to remove noise from the image.

Last updated