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 CalculateIncrementalOperationMapModifierConstructorDescriptionprotected
Copy 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 TypeClassDescriptionclass
Calculates a map of dilatedObjectMask
s for different iteration counts.class
Calculates a map of erodedObjectMask
s for different iteration counts.Constructors in org.anchoranalysis.plugin.image.feature.object.calculation.single.morphological with parameters of type CalculateIncrementalOperationMapModifierConstructorDescriptionprotected
Copy constructor forCalculateDilationMap
.protected
Copy constructor forCalculateErosionMap
.