Uses of Interface
org.anchoranalysis.image.voxel.iterator.neighbor.kernel.NeighborPredicate
Packages that use NeighborPredicate
Package
Description
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 NeighborPredicateModifierConstructorDescriptionWalkPredicate(KernelPointCursor point, NeighborPredicate predicate, boolean bigNeighborhood) Creates a newWalkPredicateinstance.