Uses of Class
org.anchoranalysis.plugin.image.feature.object.calculation.delegate.CalculateInputFromDelegateOption
Packages that use CalculateInputFromDelegateOption
Package
Description
Implementations of
CalculationPart
as used by
features elsewhere in this package.-
Uses of CalculateInputFromDelegateOption in org.anchoranalysis.plugin.image.feature.object.calculation.delegate
Method parameters in org.anchoranalysis.plugin.image.feature.object.calculation.delegate with type arguments of type CalculateInputFromDelegateOptionModifier and TypeMethodDescriptionstatic <S extends FeatureInput,
T extends FeatureInput, U>
doubleCalculateInputFromDelegateOption.calc
(FeatureCalculationInput<T> input, CalculationPart<U, T> delegate, Function<ResolvedPart<U, T>, CalculateInputFromDelegateOption<S, T, U>> createFromDelegate, Feature<S> feature, ChildCacheName cacheName, double emptyValue) Calculates a feature using a cached-calculation as delegate.