Package org.anchoranalysis.image.voxel.iterator.neighbor.kernel
package org.anchoranalysis.image.voxel.iterator.neighbor.kernel
Routines for moving a
KernelPointCursor around the
neighboring voxels of the point.-
ClassDescriptionRoutines to iterate a
Kernelover some or all of the voxels in aBinaryVoxels.A predicate on whether a neighbor satisfies a condition in relation to a particular point that it neighbors.Walks in X, Y and Z directions from a point, test aNeighborPredicateto determine if a neighbor satisfies conditions.Walks in X, Y and Z directions from a point, executing aRunnableif the neighbor satisfies conditions.