Uses of Class
org.anchoranalysis.feature.calculate.part.CalculationPartMap
Packages that use CalculationPartMap
Package
Description
Equivalent classes to
org.anchoranalysis.feature.calculate.part
after having been
resolved against a cache.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
.Implementations of
CalculationPart
that that
process a single ObjectMask
- with morphological operations.-
Uses of CalculationPartMap in org.anchoranalysis.feature.calculate.cache.part
Constructors in org.anchoranalysis.feature.calculate.cache.part with parameters of type CalculationPartMapModifierConstructorDescriptionCreates with a map. -
Uses of CalculationPartMap in org.anchoranalysis.feature.calculate.part
Methods in org.anchoranalysis.feature.calculate.part with parameters of type CalculationPartMapModifier and TypeMethodDescription<S,
U> ResolvedPartMap <S, T, U> CalculationPartResolver.search
(CalculationPartMap<S, T, U, FeatureCalculationException> calculation) Searches for an equivalent calculation tocalculation
. -
Uses of CalculationPartMap in org.anchoranalysis.plugin.image.feature.object.calculation.single
Subclasses of CalculationPartMap in org.anchoranalysis.plugin.image.feature.object.calculation.singleModifier and TypeClassDescriptionclass
Calculates incremental operations onObjectMask
s and stores the results in a map. -
Uses of CalculationPartMap in org.anchoranalysis.plugin.image.feature.object.calculation.single.morphological
Subclasses of CalculationPartMap in org.anchoranalysis.plugin.image.feature.object.calculation.single.morphologicalModifier and TypeClassDescriptionclass
Calculates a map of dilatedObjectMask
s for different iteration counts.class
Calculates a map of erodedObjectMask
s for different iteration counts.