Uses of Package
org.anchoranalysis.image.voxel.kernel
Packages that use org.anchoranalysis.image.voxel.kernel
Package
Description
Utilities to iterate over voxel-locations in images and sub-regions of images.
Routines for moving a
KernelPointCursor around the
neighboring voxels of the point.Functional-interfaces for processing different combinations of points and buffers that return a
boolean.
Functional-interfaces for processing different combinations of points and buffers that do not
return a value.
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.
-
Classes in org.anchoranalysis.image.voxel.kernel used by org.anchoranalysis.image.voxel.iterator
-
Classes in org.anchoranalysis.image.voxel.kernel used by org.anchoranalysis.image.voxel.iterator.neighbor.kernelClassDescriptionRetrieves a buffer corresponding to a relative index in the z-dimension.A small matrix that is convolved with or otherwise combined across each voxel in an image.Parameters used for applying a
Kernelto aBinaryVoxels.A mutable context around determining whether a particular point should be on or off with aBinaryKernel. -
Classes in org.anchoranalysis.image.voxel.kernel used by org.anchoranalysis.image.voxel.iterator.predicateClassDescriptionA mutable context around determining whether a particular point should be on or off with a
BinaryKernel. -
Classes in org.anchoranalysis.image.voxel.kernel used by org.anchoranalysis.image.voxel.iterator.processClassDescriptionA mutable context around determining whether a particular point should be on or off with a
BinaryKernel. -
Classes in org.anchoranalysis.image.voxel.kernel used by org.anchoranalysis.image.voxel.kernelClassDescriptionBase class for kernels that return a boolean for every voxel.Retrieves a buffer corresponding to a relative index in the z-dimension.A small matrix that is convolved with or otherwise combined across each voxel in an image.Parameters used for applying a
Kernelto aBinaryVoxels.A mutable context around determining whether a particular point should be on or off with aBinaryKernel.Caches a small number of slices around which we wish to work, so the memory is efficiently accessed.How to handle voxels whose neighbors are outside the scene. -
Classes in org.anchoranalysis.image.voxel.kernel used by org.anchoranalysis.image.voxel.kernel.countClassDescriptionA small matrix that is convolved with or otherwise combined across each voxel in an image.A mutable context around determining whether a particular point should be on or off with a
BinaryKernel.Caches a small number of slices around which we wish to work, so the memory is efficiently accessed. -
Classes in org.anchoranalysis.image.voxel.kernel used by org.anchoranalysis.image.voxel.kernel.morphologicalClassDescriptionBase class for kernels that return a boolean for every voxel.A small matrix that is convolved with or otherwise combined across each voxel in an image.Parameters used for applying a
Kernelto aBinaryVoxels.A mutable context around determining whether a particular point should be on or off with aBinaryKernel.Caches a small number of slices around which we wish to work, so the memory is efficiently accessed.How to handle voxels whose neighbors are outside the scene. -
Classes in org.anchoranalysis.image.voxel.kernel used by org.anchoranalysis.image.voxel.kernel.outlineClassDescriptionBase class for kernels that return a boolean for every voxel.A small matrix that is convolved with or otherwise combined across each voxel in an image.A mutable context around determining whether a particular point should be on or off with a
BinaryKernel.Caches a small number of slices around which we wish to work, so the memory is efficiently accessed.