Uses of Class
org.anchoranalysis.image.voxel.kernel.morphological.BinaryKernelMorphological
Packages that use BinaryKernelMorphological
Package
Description
Kernels that apply morphological operations.
Kernel to find outline voxels on an object.
-
Uses of BinaryKernelMorphological in org.anchoranalysis.image.voxel.kernel.morphological
Modifier and TypeClassDescriptionfinal class
Morphological dilation with a 3x3 or 3x3x3 kernel size.final class
Erosion with a 3x3 or 3x3x3 kernel size. -
Uses of BinaryKernelMorphological in org.anchoranalysis.image.voxel.kernel.outline
Subclasses of BinaryKernelMorphological in org.anchoranalysis.image.voxel.kernel.outlineModifier and TypeClassDescriptionclass
Sets voxels on the outline of an object to be on and otherwise off.class
A base class for kernels that find the outline of anObjectMask
.class
Outputs the outline of an object-mask, but only for voxels on the exterior which neighbor a binary-mask.