imageproc::morphologyFunction open_mut
Source pub fn open_mut(image: &mut GrayImage, norm: Norm, k: u8)
Expand description
Erosion followed by dilation.
See the open
documentation for examples,
and the erode
and dilate
documentation for definitions of dilation and erosion.