Uses of Interface
org.anchoranalysis.image.voxel.iterator.predicate.PredicateKernelPointCursor
Packages that use PredicateKernelPointCursor
Package
Description
Utilities to iterate over voxel-locations in images and sub-regions of images.
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 PredicateKernelPointCursorModifier and TypeMethodDescriptionstatic boolean
IterateVoxelsBoundingBox.withCursorUntil
(BinaryVoxels<UnsignedByteBuffer> voxels, BoundingBox box, KernelApplicationParameters parameters, PredicateKernelPointCursor predicate) Iterate over each voxel in a bounding-box using aKernelPointCursor
until 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 PredicateKernelPointCursorModifier and TypeMethodDescriptionstatic boolean
IterateKernelHelper.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.