Uses of Package
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.
|
-
Classes in org.anchoranalysis.image.voxel.kernel used by org.anchoranalysis.image.voxel.iterator Class Description KernelApplicationParameters Parameters used for applying aKernelto aBinaryVoxels. -
Classes in org.anchoranalysis.image.voxel.kernel used by org.anchoranalysis.image.voxel.iterator.neighbor.kernel Class Description BufferRetriever Retrieves a buffer corresponding to a relative index in the z-dimension.Kernel A small matrix that is convolved with or otherwise combined across each voxel in an image.KernelApplicationParameters Parameters used for applying aKernelto aBinaryVoxels.KernelPointCursor 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.predicate Class Description KernelPointCursor 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.process Class Description KernelPointCursor 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.kernel Class Description BinaryKernel Base class for kernels that return a boolean for every voxel.BufferRetriever Retrieves a buffer corresponding to a relative index in the z-dimension.Kernel A small matrix that is convolved with or otherwise combined across each voxel in an image.KernelApplicationParameters Parameters used for applying aKernelto aBinaryVoxels.KernelPointCursor A mutable context around determining whether a particular point should be on or off with aBinaryKernel.LocalSlices Caches a small number of slices around which we wish to work, so the memory is efficiently accessed.OutsideKernelPolicy How to handle voxels whose neighbors are outside the scene. -
Classes in org.anchoranalysis.image.voxel.kernel used by org.anchoranalysis.image.voxel.kernel.count Class Description Kernel A small matrix that is convolved with or otherwise combined across each voxel in an image.KernelPointCursor A mutable context around determining whether a particular point should be on or off with aBinaryKernel.LocalSlices 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.morphological Class Description BinaryKernel Base class for kernels that return a boolean for every voxel.Kernel A small matrix that is convolved with or otherwise combined across each voxel in an image.KernelApplicationParameters Parameters used for applying aKernelto aBinaryVoxels.KernelPointCursor A mutable context around determining whether a particular point should be on or off with aBinaryKernel.LocalSlices Caches a small number of slices around which we wish to work, so the memory is efficiently accessed.OutsideKernelPolicy How to handle voxels whose neighbors are outside the scene. -
Classes in org.anchoranalysis.image.voxel.kernel used by org.anchoranalysis.image.voxel.kernel.outline Class Description BinaryKernel Base class for kernels that return a boolean for every voxel.Kernel A small matrix that is convolved with or otherwise combined across each voxel in an image.KernelPointCursor A mutable context around determining whether a particular point should be on or off with aBinaryKernel.LocalSlices Caches a small number of slices around which we wish to work, so the memory is efficiently accessed.