Uses of Class
org.anchoranalysis.image.voxel.kernel.LocalSlices
Packages that use LocalSlices
Package
Description
Applying a kernel via
convolution to voxels.
Kernels to count the number of voxels that are equal to a particular value.
Kernels that apply morphological operations.
Kernel to find outline voxels on an object.
-
Uses of LocalSlices in org.anchoranalysis.image.voxel.kernel
Methods in org.anchoranalysis.image.voxel.kernel with parameters of type LocalSlicesModifier and TypeMethodDescriptionvoid
AndKernel.notifyBuffer
(LocalSlices slices, int sliceIndex) void
ConditionalKernel.notifyBuffer
(LocalSlices slices, int sliceIndex) abstract void
Kernel.notifyBuffer
(LocalSlices slices, int sliceIndex) Called to inform theKernel
of buffers that are currently being processed. -
Uses of LocalSlices in org.anchoranalysis.image.voxel.kernel.count
Methods in org.anchoranalysis.image.voxel.kernel.count with parameters of type LocalSlicesModifier and TypeMethodDescriptionvoid
CountKernel.notifyBuffer
(LocalSlices slices, int sliceIndex) -
Uses of LocalSlices in org.anchoranalysis.image.voxel.kernel.morphological
Methods in org.anchoranalysis.image.voxel.kernel.morphological with parameters of type LocalSlicesModifier and TypeMethodDescriptionvoid
BinaryKernelMorphological.notifyBuffer
(LocalSlices slices, int sliceIndex) -
Uses of LocalSlices in org.anchoranalysis.image.voxel.kernel.outline
Methods in org.anchoranalysis.image.voxel.kernel.outline with parameters of type LocalSlicesModifier and TypeMethodDescriptionvoid
OutlineKernelNeighborMatchValue.notifyBuffer
(LocalSlices slices, int sliceIndex)