Uses of Interface
org.anchoranalysis.image.voxel.iterator.process.ProcessKernelPointCursor
Packages that use ProcessKernelPointCursor
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 ProcessKernelPointCursor in org.anchoranalysis.image.voxel.iterator
Methods in org.anchoranalysis.image.voxel.iterator with parameters of type ProcessKernelPointCursorModifier and TypeMethodDescriptionstatic void
IterateVoxelsAll.withCursor
(BinaryVoxels<UnsignedByteBuffer> voxels, KernelApplicationParameters parameters, ProcessKernelPointCursor process) Iterate over each voxel using aKernelPointCursor
.static void
IterateVoxelsBoundingBox.withCursor
(BinaryVoxels<UnsignedByteBuffer> voxels, BoundingBox box, KernelApplicationParameters parameters, ProcessKernelPointCursor process) Iterate over each voxel in a bounding-box using aKernelPointCursor
. -
Uses of ProcessKernelPointCursor in org.anchoranalysis.image.voxel.iterator.neighbor.kernel
Methods in org.anchoranalysis.image.voxel.iterator.neighbor.kernel with parameters of type ProcessKernelPointCursorModifier and TypeMethodDescriptionstatic void
IterateKernelHelper.overAll
(Kernel kernel, BinaryVoxels<UnsignedByteBuffer> voxels, KernelApplicationParameters parameters, ProcessKernelPointCursor processor) Iterates over all voxels.static void
IterateKernelHelper.overBox
(Kernel kernel, BinaryVoxels<UnsignedByteBuffer> voxels, BoundingBox box, KernelApplicationParameters parameters, ProcessKernelPointCursor processor) Iterates over only voxels contained within a bounding-box.