Uses of Class
org.anchoranalysis.plugin.image.feature.object.calculation.delegate.CalculateInputFromDelegateOption
| Package | Description |
|---|---|
| org.anchoranalysis.plugin.image.feature.object.calculation.delegate |
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 CalculateInputFromDelegateOption Modifier and Type Method Description static <S extends org.anchoranalysis.feature.input.FeatureInput, T extends org.anchoranalysis.feature.input.FeatureInput, U>
doubleCalculateInputFromDelegateOption. calc(org.anchoranalysis.feature.calculate.FeatureCalculationInput<T> input, org.anchoranalysis.feature.calculate.part.CalculationPart<U,T> delegate, Function<org.anchoranalysis.feature.calculate.cache.part.ResolvedPart<U,T>,CalculateInputFromDelegateOption<S,T,U>> createFromDelegate, org.anchoranalysis.feature.bean.Feature<S> feature, org.anchoranalysis.feature.calculate.cache.ChildCacheName cacheName, double emptyValue)Calculates a feature using a cached-calculation as delegate.