Uses of Package
org.anchoranalysis.image.voxel.iterator.predicate
| Package | Description |
|---|---|
| org.anchoranalysis.image.voxel.iterator |
Utilities to iterate over voxel-locations in images and sub-regions of images.
|
| org.anchoranalysis.image.voxel.iterator.intersecting |
Like
org.anchoranalysis.image.voxel.iterator but refers to iterators that operation over
the intersecting regions of two entities. |
| org.anchoranalysis.image.voxel.iterator.neighbor.kernel |
Routines for moving a
KernelPointCursor around the
neighboring voxels of the point. |
| org.anchoranalysis.image.voxel.iterator.predicate |
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.iterator Class Description PredicateBufferBinary LikeProcessBufferBinarybut returns a boolean.PredicateKernelPointCursor Processes aKernelPointCursorand evaluates a predicate on the current position. -
Classes in org.anchoranalysis.image.voxel.iterator.predicate used by org.anchoranalysis.image.voxel.iterator.intersecting Class Description PredicateBufferBinary LikeProcessBufferBinarybut returns a boolean.PredicateTwoBytes LikePredicatebut takes two bytes as argument. -
Classes in org.anchoranalysis.image.voxel.iterator.predicate used by org.anchoranalysis.image.voxel.iterator.neighbor.kernel Class Description PredicateKernelPointCursor Processes aKernelPointCursorand evaluates a predicate on the current position. -
Classes in org.anchoranalysis.image.voxel.iterator.predicate used by org.anchoranalysis.image.voxel.iterator.predicate Class Description PredicateBufferBinary LikeProcessBufferBinarybut returns a boolean.