Uses of Interface
org.anchoranalysis.image.voxel.kernel.BufferRetriever
| Package | Description |
|---|---|
| org.anchoranalysis.image.voxel.iterator.neighbor.kernel |
Routines for moving a
KernelPointCursor around the
neighboring voxels of the point. |
| org.anchoranalysis.image.voxel.kernel |
Applying a kernel via
convolution to voxels.
|
-
Uses of BufferRetriever in org.anchoranalysis.image.voxel.iterator.neighbor.kernel
Methods in org.anchoranalysis.image.voxel.iterator.neighbor.kernel with parameters of type BufferRetriever Modifier and Type Method Description booleanWalkPredicate. walk(UnsignedByteBuffer buffer, BufferRetriever bufferRetriever)Do any neighboring voxels in any direction satisfy the predicate?voidWalkRunnable. walk(UnsignedByteBuffer buffer, BufferRetriever bufferRetriever)Walks in X and Y direction, and Z direction if enabled. -
Uses of BufferRetriever in org.anchoranalysis.image.voxel.kernel
Classes in org.anchoranalysis.image.voxel.kernel that implement BufferRetriever Modifier and Type Class Description classLocalSlicesCaches a small number of slices around which we wish to work, so the memory is efficiently accessed.