Package boofcv.alg.segmentation.slic
Class SegmentSlic.Pixel
java.lang.Object
boofcv.alg.segmentation.slic.SegmentSlic.Pixel
- Enclosing class:
- SegmentSlic<T extends ImageBase<T>>
K-means clustering information for each pixel. Stores distance from each cluster mean.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(SegmentSlic.Cluster c, float distance) void
void
reset()
-
Field Details
-
clusters
-
-
Constructor Details
-
Pixel
public Pixel()
-
-
Method Details
-
add
-
computeWeights
public void computeWeights() -
reset
public void reset()
-