[][src]Function imageproc::morphology::open_mut

pub fn open_mut(image: &mut GrayImage, norm: Norm, k: u8)

Erosion followed by dilation.

See the open documentation for examples, and the erode and dilate documentation for definitions of dilation and erosion.