Uses of Interface
org.anchoranalysis.image.voxel.kernel.BufferRetriever
Packages that use BufferRetriever
Package
Description
Routines for moving a
KernelPointCursor
around the
neighboring voxels of the point.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 BufferRetrieverModifier and TypeMethodDescriptionboolean
WalkPredicate.walk
(UnsignedByteBuffer buffer, BufferRetriever bufferRetriever) Do any neighboring voxels in any direction satisfy the predicate?void
WalkRunnable.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 BufferRetrieverModifier and TypeClassDescriptionclass
Caches a small number of slices around which we wish to work, so the memory is efficiently accessed.