Package org.anchoranalysis.image.voxel.kernel
package org.anchoranalysis.image.voxel.kernel
Applying a kernel via
convolution to voxels.
-
ClassDescriptionCombines two
BinaryKernel
s so that they only a true value exists only at a point where both kernels return true.Applies various kinds ofKernel
toBinaryVoxels
.Base class for kernels that return a boolean for every voxel.Retrieves a buffer corresponding to a relative index in the z-dimension.Executes anotherBinaryKernel
iff a predicate is satisfied for a particular point.A small matrix that is convolved with or otherwise combined across each voxel in an image.Parameters used for applying aKernel
to 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.