Uses of Class
org.anchoranalysis.image.voxel.kernel.morphological.BinaryKernelMorphological
| Package | Description |
|---|---|
| org.anchoranalysis.image.voxel.kernel.morphological |
Kernels that apply morphological operations.
|
| org.anchoranalysis.image.voxel.kernel.outline |
Kernel to find outline voxels on an object.
|
-
Uses of BinaryKernelMorphological in org.anchoranalysis.image.voxel.kernel.morphological
Subclasses of BinaryKernelMorphological in org.anchoranalysis.image.voxel.kernel.morphological Modifier and Type Class Description classDilationKernelMorphological dilation with a 3x3 or 3x3x3 kernel size.classErosionKernelErosion 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.outline Modifier and Type Class Description classOutlineKernelSets voxels on the outline of an object to be on and otherwise off.classOutlineKernelBaseA base class for kernels that find the outline of anObjectMask.classOutlineKernelNeighborMatchValueOutputs the outline of an object-mask, but only for voxels on the exterior which neighbor a binary-mask.