Author:
The operation uses the class
RankFilter
from ImageJ.
Example


The source
image has been despeckled with the radius 1.
Description
Applies a median filter with the given radius. The median is the value
that devides the pixel intensities in the radius into two groups of the
same size. The value of the central pixel is set to the median value.