Uses of Package
org.anchoranalysis.image.voxel.iterator.predicate
Packages that use org.anchoranalysis.image.voxel.iterator.predicate
Package
Description
Utilities to iterate over voxel-locations in images and sub-regions of images.
Like
org.anchoranalysis.image.voxel.iterator
but refers to iterators that operation over
the intersecting regions of two entities.Routines for moving a
KernelPointCursor
around the
neighboring voxels of the point.Functional-interfaces for processing different combinations of points and buffers that return a
boolean.
-
Classes in org.anchoranalysis.image.voxel.iterator.predicate used by org.anchoranalysis.image.voxel.iteratorClassDescriptionLike
ProcessBufferBinary
but returns a boolean.Processes aKernelPointCursor
and evaluates a predicate on the current position. -
Classes in org.anchoranalysis.image.voxel.iterator.predicate used by org.anchoranalysis.image.voxel.iterator.intersectingClassDescriptionLike
ProcessBufferBinary
but returns a boolean.LikePredicate
but takes two bytes as argument. -
Classes in org.anchoranalysis.image.voxel.iterator.predicate used by org.anchoranalysis.image.voxel.iterator.neighbor.kernel
-