Uses of Class
org.anchoranalysis.image.voxel.kernel.LocalSlices
| Package | Description |
|---|---|
| org.anchoranalysis.image.voxel.kernel |
Applying a kernel via
convolution to voxels.
|
| org.anchoranalysis.image.voxel.kernel.count |
Kernels to count the number of voxels that are equal to a particular value.
|
| 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 LocalSlices in org.anchoranalysis.image.voxel.kernel
Methods in org.anchoranalysis.image.voxel.kernel with parameters of type LocalSlices Modifier and Type Method Description voidAndKernel. 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 LocalSlices Modifier and Type Method Description voidCountKernel. 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 LocalSlices Modifier and Type Method Description voidBinaryKernelMorphological. 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 LocalSlices Modifier and Type Method Description voidOutlineKernelNeighborMatchValue. notifyBuffer(LocalSlices slices, int sliceIndex)