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 a Kernel over some or all of the voxels in a BinaryVoxels.
    WalkPredicate
    Walks in X, Y and Z directions from a point, test a NeighborPredicate to determine if a neighbor satisfies conditions.
    WalkRunnable
    Walks in X, Y and Z directions from a point, executing a Runnable if the neighbor satisfies conditions.