CIMedianFilter - emcconville/cif GitHub Wiki

CIMedianFilter

Computes the median value for a group of neighboring pixels and replaces each pixel value with the median. The effect is to reduce noise.

  • -inputImage <image> : The image to use as an input image. For filters that also use a background image, this is the foreground image.