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 classMorphological dilation with a 3x3 or 3x3x3 kernel size.final classErosion 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 TypeClassDescriptionclassSets voxels on the outline of an object to be on and otherwise off.classA base class for kernels that find the outline of anObjectMask.classOutputs the outline of an object-mask, but only for voxels on the exterior which neighbor a binary-mask.