Package org.anchoranalysis.plugin.image.bean.mask.provider.morphological
package org.anchoranalysis.plugin.image.bean.mask.provider.morphological
Implementations of
MaskProvider
that implement
morphological operations.-
ClassesClassDescriptionCreates a
Mask
where all pixels are on within a box region.Performs a dilation morphological operation onBinaryVoxels
.Performs an erosion morphological operation onBinaryVoxels
.Finds the exterior outer contour for aMask
that forms its outline.Fits a box around the on voxels.Base class for performing morphological operations onBinaryVoxels
.