Uses of Class
org.anchoranalysis.plugin.image.feature.object.calculation.single.CalculateIncrementalOperationMap
Packages that use CalculateIncrementalOperationMap
Package
Description
Implementations of
CalculationPart that that
process a single ObjectMask.Implementations of
CalculationPart that that
process a single ObjectMask - with morphological operations.-
Uses of CalculateIncrementalOperationMap in org.anchoranalysis.plugin.image.feature.object.calculation.single
Constructors in org.anchoranalysis.plugin.image.feature.object.calculation.single with parameters of type CalculateIncrementalOperationMapModifierConstructorDescriptionprotectedCopy constructor. -
Uses of CalculateIncrementalOperationMap in org.anchoranalysis.plugin.image.feature.object.calculation.single.morphological
Subclasses of CalculateIncrementalOperationMap in org.anchoranalysis.plugin.image.feature.object.calculation.single.morphologicalModifier and TypeClassDescriptionclassCalculates a map of dilatedObjectMasks for different iteration counts.classCalculates a map of erodedObjectMasks for different iteration counts.Constructors in org.anchoranalysis.plugin.image.feature.object.calculation.single.morphological with parameters of type CalculateIncrementalOperationMapModifierConstructorDescriptionprotectedCopy constructor forCalculateDilationMap.protectedCopy constructor forCalculateErosionMap.