Package boofcv.alg.segmentation.slic
-
Class Summary Class Description SegmentSlic<T extends ImageBase<T>> K-means based superpixel image segmentation, see [1].SegmentSlic_F32 Implementation ofSegmentSlic
for image of typeGrayF32
.SegmentSlic_PlF32 SegmentSlic_PlU8 SegmentSlic_U8 Implementation ofSegmentSlic
for image of typeGrayU8
.SegmentSlic.Cluster The mean in k-means.SegmentSlic.ClusterDistance Stores how far a cluster is from the specified pixelSegmentSlic.Pixel K-means clustering information for each pixel.