Function ndarray_ndimage::median_filter[][src]

pub fn median_filter(mask: &Mask) -> Mask
Expand description

Binary median filter.

A 3x3 structuring element (Kernel3d::Full) is used except on the borders, where a smaller structuring element is used.