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