pub type Segmentation3D<T> = Segmentation<3, T>;
pub struct Segmentation3D<T> { /* private fields */ }