Uses of Interface
org.anchoranalysis.image.voxel.iterator.predicate.PredicateKernelPointCursor
| 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.neighbor.kernel |
Routines for moving a
KernelPointCursor around the
neighboring voxels of the point. |
-
Uses of PredicateKernelPointCursor in org.anchoranalysis.image.voxel.iterator
Methods in org.anchoranalysis.image.voxel.iterator with parameters of type PredicateKernelPointCursor Modifier and Type Method Description static booleanIterateVoxelsBoundingBox. withCursorUntil(BinaryVoxels<UnsignedByteBuffer> voxels, BoundingBox box, KernelApplicationParameters parameters, PredicateKernelPointCursor predicate)Iterate over each voxel in a bounding-box using aKernelPointCursoruntil a predicate returns true.. -
Uses of PredicateKernelPointCursor in org.anchoranalysis.image.voxel.iterator.neighbor.kernel
Methods in org.anchoranalysis.image.voxel.iterator.neighbor.kernel with parameters of type PredicateKernelPointCursor Modifier and Type Method Description static booleanIterateKernelHelper. overBoxUntil(Kernel kernel, BinaryVoxels<UnsignedByteBuffer> voxels, BoundingBox box, KernelApplicationParameters parameters, PredicateKernelPointCursor predicate)Iterates over only voxels contained within a bounding-box until a predicate is matched on a voxel.