Package noduledistances.imagej
Class ClumpClusterPoint
java.lang.Object
noduledistances.imagej.ClumpClusterPoint
- All Implemented Interfaces:
org.apache.commons.math3.ml.clustering.Clusterable
public class ClumpClusterPoint
extends Object
implements org.apache.commons.math3.ml.clustering.Clusterable
An implementation of Apache Common's Clusterable interface to use
Apache's clustering methods in RoiOverlay.breakupClump()
- Author:
- Brandin Farris
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ClumpClusterPoint
-
ClumpClusterPoint
public ClumpClusterPoint(double x, double y)
-
-
Method Details
-
getPoint
public double[] getPoint()- Specified by:
getPointin interfaceorg.apache.commons.math3.ml.clustering.Clusterable
-