Skip to main content

label_components

Function label_components 

Source
pub fn label_components<'a>(
    arena: &'a Bump,
    binary: &[u8],
    width: usize,
    height: usize,
    use_8_connectivity: bool,
) -> &'a [u32]
Expand description

Label connected components in a binary image.