public class Ridge extends Object implements Comparable<Ridge>
| Modifier and Type | Method and Description |
|---|---|
boolean |
addPoint(int scaleDiff,
int scaleIdx,
double[] nextScale) |
int |
compareTo(Ridge o) |
void |
draw(Graphics2D g) |
static List<IRidgeCost> |
getAvailableRidgeCostClasses() |
String |
getClassLabel() |
int |
getGlobalScanIndex() |
int |
getIndexOfMaximum() |
double |
getRidgeCost() |
List<Tuple2D<String,Double>> |
getRidgeCosts() |
List<Tuple2D<Point2D,Double>> |
getRidgePoints() |
int |
getSize() |
void |
setClassLabel(String classLabel) |
String |
toString() |
public Ridge(Point2D seed, double seedVal)
public String getClassLabel()
public void setClassLabel(String classLabel)
public int getGlobalScanIndex()
public int getIndexOfMaximum()
public int getSize()
public void draw(Graphics2D g)
public static List<IRidgeCost> getAvailableRidgeCostClasses()
public double getRidgeCost()
public boolean addPoint(int scaleDiff,
int scaleIdx,
double[] nextScale)
public int compareTo(Ridge o)
compareTo in interface Comparable<Ridge>Copyright © 2007-2013. All Rights Reserved.