Uses of Class
org.anchoranalysis.plugin.image.feature.object.calculation.single.CalculateObjectMask
| Package | Description |
|---|---|
| org.anchoranalysis.plugin.image.feature.object.calculation.single |
Implementations of
CalculationPart that that
process a single ObjectMask. |
| org.anchoranalysis.plugin.image.feature.object.calculation.single.morphological |
Implementations of
CalculationPart that that
process a single ObjectMask - with morphological operations. |
-
Uses of CalculateObjectMask in org.anchoranalysis.plugin.image.feature.object.calculation.single
Constructors in org.anchoranalysis.plugin.image.feature.object.calculation.single with parameters of type CalculateObjectMask Constructor Description CalculateObjectMask(CalculateObjectMask source)Copy constructor. -
Uses of CalculateObjectMask in org.anchoranalysis.plugin.image.feature.object.calculation.single.morphological
Subclasses of CalculateObjectMask in org.anchoranalysis.plugin.image.feature.object.calculation.single.morphological Modifier and Type Class Description classCalculateDilationCalculates the dilation of anObjectMask.classCalculateErosionCalculates the erosion of anObjectMask.