Package boofcv.alg.segmentation.slic
package boofcv.alg.segmentation.slic
-
ClassDescriptionSegmentSlic<T extends ImageBase<T>>K-means based superpixel image segmentation, see [1].Implementation of
SegmentSlic
for image of typeGrayF32
.Implementation ofSegmentSlic
for image of typeGrayU8
.The mean in k-means.Stores how far a cluster is from the specified pixelK-means clustering information for each pixel.