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 Details

    • ClumpClusterPoint

      public ClumpClusterPoint(Point2D.Double p)
    • ClumpClusterPoint

      public ClumpClusterPoint(double x, double y)
  • Method Details

    • getPoint

      public double[] getPoint()
      Specified by:
      getPoint in interface org.apache.commons.math3.ml.clustering.Clusterable