pub fn label_components<'a>( arena: &'a Bump, binary: &[u8], width: usize, height: usize, use_8_connectivity: bool, ) -> &'a [u32]
Label connected components in a binary image.