Uses of Interface
org.anchoranalysis.feature.calculate.part.CalculationPartResolver
Packages that use CalculationPartResolver
Package
Description
Sub-feature units of calculation that can be cached.
Classes to cache feature-results or parts of feature-results that occur repeatedly among features
or across calculations of the same feature.
A defined context in which one or more features are provided inputs and produce results.
Implementations of
FeatureSingleObject
that implement
morphological operations.Implementations of
CalculationPart
as used by
features elsewhere in this package.Implementations of
CalculationPart
that that
process a single ObjectMask
.Implementations of
CalculationPart
that that
process a single ObjectMask
- with morphological operations.-
Uses of CalculationPartResolver in org.anchoranalysis.feature.calculate
Subinterfaces of CalculationPartResolver in org.anchoranalysis.feature.calculateModifier and TypeInterfaceDescriptioninterface
FeatureCalculator<T extends FeatureInput>
CalculatesFeatureCalculationInput
when passed a particularFeature
and correspondingFeatureCalculationInput
.Methods in org.anchoranalysis.feature.calculate that return CalculationPartResolverModifier and TypeMethodDescriptionFeatureCalculationInput.resolver()
A resolver for calculations. -
Uses of CalculationPartResolver in org.anchoranalysis.feature.calculate.cache
Method parameters in org.anchoranalysis.feature.calculate.cache with type arguments of type CalculationPartResolverModifier and TypeMethodDescription<S extends FeatureInput,
U>
UCalculateForChild.calculate
(ChildCacheName childCacheName, S input, Function<CalculationPartResolver<S>, ResolvedPart<U, S>> resolver) Calculates aCalculationPart
in a child-cache. -
Uses of CalculationPartResolver in org.anchoranalysis.feature.session
Methods in org.anchoranalysis.feature.session that return CalculationPartResolver -
Uses of CalculationPartResolver in org.anchoranalysis.plugin.image.feature.bean.object.single.morphological
Methods in org.anchoranalysis.plugin.image.feature.bean.object.single.morphological with parameters of type CalculationPartResolverModifier and TypeMethodDescriptionprotected abstract CalculationPart
<ObjectMask, FeatureInputSingleObject> DerivedObject.createCachedCalculationForDerived
(CalculationPartResolver<FeatureInputSingleObject> session) Creates aCalculationPart
for deriving the object mask.protected CalculationPart
<ObjectMask, FeatureInputSingleObject> Creates aCalculationPart
for eroding the object mask.protected CalculationPart
<ObjectMask, FeatureInputSingleObject> -
Uses of CalculationPartResolver in org.anchoranalysis.plugin.image.feature.object.calculation.delegate
Constructors in org.anchoranalysis.plugin.image.feature.object.calculation.delegate with parameters of type CalculationPartResolverModifierConstructorDescriptionprotected
CalculateInputFromDelegate
(CalculationPart<U, T> delegate, CalculationPartResolver<T> cache) Creates a newCalculateInputFromDelegate
. -
Uses of CalculationPartResolver in org.anchoranalysis.plugin.image.feature.object.calculation.single
Methods in org.anchoranalysis.plugin.image.feature.object.calculation.single with parameters of type CalculationPartResolverModifier and TypeMethodDescriptionCalculateShellObjectMask.of
(CalculationPartResolver<FeatureInputSingleObject> resolver, MorphologicalIterations iterations, int iterationsErosionSecond, boolean inverse) Creates a newCalculateShellObjectMask
instance. -
Uses of CalculationPartResolver in org.anchoranalysis.plugin.image.feature.object.calculation.single.morphological
Methods in org.anchoranalysis.plugin.image.feature.object.calculation.single.morphological with parameters of type CalculationPartResolverModifier and TypeMethodDescriptionCalculateDilation.of
(CalculationPartResolver<FeatureInputSingleObject> cache, int iterations, boolean do3D) Creates a newResolvedPart
for calculating dilation.CalculateErosion.of
(CalculationPartResolver<FeatureInputSingleObject> cache, int iterations, boolean do3D) Creates a newCalculationPart
for calculating erosion.CalculateErosion.ofResolved
(CalculationPartResolver<FeatureInputSingleObject> cache, int iterations, boolean do3D) Creates a newResolvedPart
for calculating erosion.