Uses of Class
org.anchoranalysis.image.feature.calculation.CalculateInputFromPair.Extract
| Package | Description |
|---|---|
| org.anchoranalysis.image.feature.calculation |
Reusable implementations of
CalculationPart
related to images. |
-
Uses of CalculateInputFromPair.Extract in org.anchoranalysis.image.feature.calculation
Methods in org.anchoranalysis.image.feature.calculation that return CalculateInputFromPair.Extract Modifier and Type Method Description static CalculateInputFromPair.ExtractCalculateInputFromPair.Extract. valueOf(String name)Returns the enum constant of this type with the specified name.static CalculateInputFromPair.Extract[]CalculateInputFromPair.Extract. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.anchoranalysis.image.feature.calculation with parameters of type CalculateInputFromPair.Extract Constructor Description CalculateInputFromPair(CalculateInputFromPair.Extract extract)