Uses of Package
org.anchoranalysis.image.voxel.kernel

Packages that use org.anchoranalysis.image.voxel.kernel 
Package Description
org.anchoranalysis.image.voxel.iterator
Utilities to iterate over voxel-locations in images and sub-regions of images.
org.anchoranalysis.image.voxel.iterator.neighbor.kernel
Routines for moving a KernelPointCursor around the neighboring voxels of the point.
org.anchoranalysis.image.voxel.iterator.predicate
Functional-interfaces for processing different combinations of points and buffers that return a boolean.
org.anchoranalysis.image.voxel.iterator.process
Functional-interfaces for processing different combinations of points and buffers that do not return a value.
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.