| Class | Description |
|---|---|
| SegmentSlic<T extends boofcv.struct.image.ImageBase> |
K-means based superpixel image segmentation, see [1].
|
| SegmentSlic_F32 |
Implementation of
SegmentSlic for image of type GrayF32. |
| SegmentSlic_PlF32 | |
| SegmentSlic_PlU8 | |
| SegmentSlic_U8 |
Implementation of
SegmentSlic for image of type GrayU8. |
| SegmentSlic.Cluster |
The mean in k-means.
|
| SegmentSlic.ClusterDistance |
Stores how far a cluster is from the specified pixel
|
| SegmentSlic.Pixel |
K-means clustering information for each pixel.
|