Function ndarray_ndimage::largest_connected_components[][src]

pub fn largest_connected_components(mask: &Mask) -> Option<Mask>
Expand description

Returns a new mask, containing the biggest zone of mask.

  • mask - Binary image to be labeled and studied.