Uses of Class
org.anchoranalysis.feature.calculate.cache.part.ResolvedPart
Packages that use ResolvedPart
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 sub-part of the calculation of a feature, that can be cached, and reused by other features.
A defined context in which one or more features are provided inputs and produce results.
Implementations of
FeatureSingleObject
that use SharedObjects
for calculations, and measure
the degree of intersection between objects.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 ResolvedPart in org.anchoranalysis.feature.calculate
Methods in org.anchoranalysis.feature.calculate with parameters of type ResolvedPartModifier and TypeMethodDescription<S> S
FeatureCalculationInput.calculate
(ResolvedPart<S, T> calculation) Calculates a resolved Feature-calculation. -
Uses of ResolvedPart in org.anchoranalysis.feature.calculate.cache
Method parameters in org.anchoranalysis.feature.calculate.cache with type arguments of type ResolvedPartModifier 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 ResolvedPart in org.anchoranalysis.feature.calculate.part
Methods in org.anchoranalysis.feature.calculate.part that return ResolvedPartModifier and TypeMethodDescription<S> ResolvedPart
<S, T> CalculationPartResolver.search
(CalculationPart<S, T> calculation) Searches for an equivalent calculation tocalculation
. -
Uses of ResolvedPart in org.anchoranalysis.feature.session
Methods in org.anchoranalysis.feature.session with parameters of type ResolvedPartModifier and TypeMethodDescription<S> S
SessionInputSequential.calculate
(ResolvedPart<S, T> calculation) -
Uses of ResolvedPart in org.anchoranalysis.plugin.image.feature.object.calculation.delegate
Methods in org.anchoranalysis.plugin.image.feature.object.calculation.delegate that return ResolvedPartModifier and TypeMethodDescriptionprotected ResolvedPart
<U, T> CalculateInputFromDelegate.getDelegate()
Gets the delegateResolvedPart
.Method parameters in org.anchoranalysis.plugin.image.feature.object.calculation.delegate with type arguments of type ResolvedPartModifier 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.Constructors in org.anchoranalysis.plugin.image.feature.object.calculation.delegate with parameters of type ResolvedPartModifierConstructorDescriptionprotected
CalculateInputFromDelegate
(ResolvedPart<U, T> delegate) Creates a newCalculateInputFromDelegate
instance.protected
CalculateInputFromDelegateOption
(ResolvedPart<U, T> delegate) Creates with a delegate. -
Uses of ResolvedPart in org.anchoranalysis.plugin.image.feature.object.calculation.single
Constructors in org.anchoranalysis.plugin.image.feature.object.calculation.single with parameters of type ResolvedPartModifierConstructorDescriptionCalculateShellObjectMask
(ResolvedPart<ObjectMask, FeatureInputSingleObject> calculateDilation, ResolvedPart<ObjectMask, FeatureInputSingleObject> calculateErosion, int iterationsErosionSecond, boolean do3D, boolean inverse) Creates a newCalculateShellObjectMask
instance. -
Uses of ResolvedPart in org.anchoranalysis.plugin.image.feature.object.calculation.single.morphological
Methods in org.anchoranalysis.plugin.image.feature.object.calculation.single.morphological that return ResolvedPartModifier and TypeMethodDescriptionCalculateDilation.of
(CalculationPartResolver<FeatureInputSingleObject> cache, int iterations, boolean do3D) Creates a newResolvedPart
for calculating dilation.CalculateErosion.ofResolved
(CalculationPartResolver<FeatureInputSingleObject> cache, int iterations, boolean do3D) Creates a newResolvedPart
for calculating erosion.