Skip to main content

Label4D

Type Alias Label4D 

Source
pub type Label4D = Array4D<usize>;
Expand description

Label array for 4D connected components (0 = background, ≥1 = labels).

Aliased Type§

pub struct Label4D { /* private fields */ }