Package org.anchoranalysis.image.voxel.kernel
Applying a kernel via
convolution to voxels.
-
Interface Summary Interface Description BufferRetriever Retrieves a buffer corresponding to a relative index in the z-dimension. -
Class Summary Class Description AndKernel Combines twoBinaryKernels so that they only a true value exists only at a point where both kernels return true.ApplyKernel Applies various kinds ofKerneltoBinaryVoxels.BinaryKernel Base class for kernels that return a boolean for every voxel.ConditionalKernel Executes anotherBinaryKerneliff a predicate is satisfied for a particular point.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. -
Enum Summary Enum Description OutsideKernelPolicy How to handle voxels whose neighbors are outside the scene.