Uses of Class
org.anchoranalysis.image.feature.calculator.NamedFeatureCalculatorMulti
Packages that use NamedFeatureCalculatorMulti
Package
Description
Beans that define context (which feature, which energy-stack) for evaluating feature-inputs.
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 NamedFeatureCalculatorMultiModifier and TypeMethodDescriptionFeatureListEvaluator.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 NamedFeatureCalculatorMultiModifier and TypeMethodDescriptionNamedFeatureCalculatorMulti.mapCalculator
(UnaryOperator<FeatureCalculatorMulti<T>> mapOperator) Creates a new instance by applying a mapping function to the calculator.