Function ndarray_ndimage::binary_erosion[][src]

pub fn binary_erosion(mask: &Mask, kernel: Kernel3d) -> Mask
Expand description

Binary erosion of a 3D binary image.

  • mask - Binary image to be eroded.
  • kernel - Structuring element used for the erosion.