Package boofcv.alg.segmentation.slic
Class SegmentSlic.ClusterDistance
java.lang.Object
boofcv.alg.segmentation.slic.SegmentSlic.ClusterDistance
- Enclosing class:
- SegmentSlic<T extends ImageBase<T>>
public static class SegmentSlic.ClusterDistance extends Object
Stores how far a cluster is from the specified pixel
-
Field Summary
Fields Modifier and Type Field Description SegmentSlic.Cluster
cluster
float
distance
-
Constructor Summary
Constructors Constructor Description ClusterDistance()
-
Method Summary
-
Field Details
-
cluster
-
distance
public float distance
-
-
Constructor Details
-
ClusterDistance
public ClusterDistance()
-