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