Uses of Class
org.anchoranalysis.feature.calculate.cache.part.ResolvedPartMap
Packages that use ResolvedPartMap
Package
Description
A sub-part of the calculation of a feature, that can be cached, and reused by other features.
Implementations of
CalculationPart
that that
process a single ObjectMask
.-
Uses of ResolvedPartMap in org.anchoranalysis.feature.calculate.part
Methods in org.anchoranalysis.feature.calculate.part that return ResolvedPartMapModifier and TypeMethodDescription<S,
U> ResolvedPartMap <S, T, U> CalculationPartResolver.search
(CalculationPartMap<S, T, U, FeatureCalculationException> calculation) Searches for an equivalent calculation tocalculation
. -
Uses of ResolvedPartMap in org.anchoranalysis.plugin.image.feature.object.calculation.single
Constructors in org.anchoranalysis.plugin.image.feature.object.calculation.single with parameters of type ResolvedPartMapModifierConstructorDescriptionprotected
CalculateObjectMask
(int iterations, ResolvedPartMap<ObjectMask, FeatureInputSingleObject, Integer> map) Creates a newCalculateObjectMask
instance.