Uses of Interface
org.anchoranalysis.image.voxel.iterator.process.voxelbuffer.ProcessVoxelBufferUnary
Packages that use ProcessVoxelBufferUnary
Package
Description
A container with voxel-buffers for each z-slice.
Utilities to iterate over voxel-locations in images and sub-regions of images.
-
Uses of ProcessVoxelBufferUnary in org.anchoranalysis.image.voxel.buffer.slice
Methods in org.anchoranalysis.image.voxel.buffer.slice with parameters of type ProcessVoxelBufferUnaryModifier and TypeMethodDescriptiondefault void
SliceBufferIndex.iterateOverSlicesAndOffsets
(ProcessVoxelBufferUnary<T> process) Callsprocess
for each offset in each slice. -
Uses of ProcessVoxelBufferUnary in org.anchoranalysis.image.voxel.iterator
Methods in org.anchoranalysis.image.voxel.iterator with parameters of type ProcessVoxelBufferUnaryModifier and TypeMethodDescriptionstatic <T> void
IterateVoxelsAll.withVoxelBuffer
(Voxels<T> voxels, ProcessVoxelBufferUnary<T> process) Iterate over each voxel - with one associated voxel-buffer for each slice.static <T> void
IterateVoxelsObjectMask.withVoxelBuffer
(ObjectMask object, Voxels<T> voxels, Optional<BoundingBox> restrictTo, ProcessVoxelBufferUnary<T> process) Iterate over each voxel on an object-mask with one associatedVoxelBuffer
.static <T> void
IterateVoxelsObjectMask.withVoxelBuffer
(ObjectMask object, Voxels<T> voxels, ProcessVoxelBufferUnary<T> process) Iterate over each voxel on an object-mask with one associatedVoxelBuffer
.