Uses of Interface
org.anchoranalysis.image.voxel.iterator.neighbor.kernel.NeighborPredicate
| Package | Description |
|---|---|
| org.anchoranalysis.image.voxel.iterator.neighbor.kernel |
Routines for moving a
KernelPointCursor around the
neighboring voxels of the point. |
-
Uses of NeighborPredicate in org.anchoranalysis.image.voxel.iterator.neighbor.kernel
Constructors in org.anchoranalysis.image.voxel.iterator.neighbor.kernel with parameters of type NeighborPredicate Constructor Description WalkPredicate(KernelPointCursor point, NeighborPredicate predicate, boolean bigNeighborhood)