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 TypeMethodDescriptionvoidAndKernel.notifyBuffer(LocalSlices slices, int sliceIndex) voidConditionalKernel.notifyBuffer(LocalSlices slices, int sliceIndex) abstract voidKernel.notifyBuffer(LocalSlices slices, int sliceIndex) Called to inform theKernelof 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 TypeMethodDescriptionvoidCountKernel.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 TypeMethodDescriptionvoidBinaryKernelMorphological.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 TypeMethodDescriptionvoidOutlineKernelNeighborMatchValue.notifyBuffer(LocalSlices slices, int sliceIndex)