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
Kernel
over 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 aNeighborPredicate
to determine if a neighbor satisfies conditions.Walks in X, Y and Z directions from a point, executing aRunnable
if the neighbor satisfies conditions.