Uses of Class
org.anchoranalysis.image.feature.calculator.NamedFeatureCalculatorMulti
| Package | Description |
|---|---|
| org.anchoranalysis.image.feature.bean.evaluator |
Beans that define context (which feature, which energy-stack) for evaluating feature-inputs.
|
| org.anchoranalysis.image.feature.calculator |
Implementations of
FeatureCalculatorMulti
related to images, especially to create tables of feature-calculations. |
-
Uses of NamedFeatureCalculatorMulti in org.anchoranalysis.image.feature.bean.evaluator
Methods in org.anchoranalysis.image.feature.bean.evaluator that return NamedFeatureCalculatorMulti Modifier and Type Method Description NamedFeatureCalculatorMulti<T>FeatureListEvaluator. createFeatureSession(UnaryOperator<FeatureList<T>> addFeatures, SharedObjects sharedObjects)Creates session for evaluatingfeatures. -
Uses of NamedFeatureCalculatorMulti in org.anchoranalysis.image.feature.calculator
Methods in org.anchoranalysis.image.feature.calculator that return NamedFeatureCalculatorMulti Modifier and Type Method Description NamedFeatureCalculatorMulti<T>NamedFeatureCalculatorMulti. mapCalculator(UnaryOperator<FeatureCalculatorMulti<T>> mapOperator)Creates a new instance by applying a mapping function to the calculator.