Skip to main content

median_filter

Function median_filter 

Source
pub fn median_filter(mask: &ArrayRef3<bool>) -> 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.