Package gov.nih.mipav.model.algorithms
Class AlgorithmScaleSaliency.sixItems
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.AlgorithmScaleSaliency.sixItems
-
- Enclosing class:
- AlgorithmScaleSaliency
private class AlgorithmScaleSaliency.sixItems extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private intcircleRadiusprivate doubleentropyprivate doubleinterScaleSaliencyprivate intpointxprivate intpointyprivate doublesaliency
-
Constructor Summary
Constructors Constructor Description sixItems(int pointx, int pointy, int circleRadius, double entropy, double interScaleSaliency, double saliency)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCircleRadius()doublegetEntropy()doublegetInterScaleSaliency()intgetPointx()intgetPointy()doublegetSaliency()
-