Uses of Interface
org.anchoranalysis.image.voxel.iterator.process.ProcessKernelPointCursor
| 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 ProcessKernelPointCursor in org.anchoranalysis.image.voxel.iterator
Methods in org.anchoranalysis.image.voxel.iterator with parameters of type ProcessKernelPointCursor Modifier and Type Method Description static voidIterateVoxelsAll. withCursor(BinaryVoxels<UnsignedByteBuffer> voxels, KernelApplicationParameters parameters, ProcessKernelPointCursor process)Iterate over each voxel using aKernelPointCursor.static voidIterateVoxelsBoundingBox. 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 ProcessKernelPointCursor Modifier and Type Method Description static voidIterateKernelHelper. overAll(Kernel kernel, BinaryVoxels<UnsignedByteBuffer> voxels, KernelApplicationParameters parameters, ProcessKernelPointCursor processor)Iterates over all voxels.static voidIterateKernelHelper. overBox(Kernel kernel, BinaryVoxels<UnsignedByteBuffer> voxels, BoundingBox box, KernelApplicationParameters parameters, ProcessKernelPointCursor processor)Iterates over only voxels contained within a bounding-box.