MPSImageMedian
A filter that applies a median filter in a square region centered around each pixel in the source image.
Declaration
class MPSImageMedianOverview
An MPSImageMedian filter finds the median color value for each channel within a kernelDiameter * kernelDiameter window surrounding the pixel of interest. It is a common means of noise reduction and also as a smoothing filter with edge preserving qualities.