Function ndarray_ndimage::largest_connected_components
source · pub fn largest_connected_components<S>(mask: &ArrayBase<S, Ix3>) -> Option<Mask>where
S: Data<Elem = bool>,Expand description
Returns a new mask, containing the biggest zone of mask.
mask- Binary image to be labeled and studied.