Uses of Interface
org.anchoranalysis.image.voxel.iterator.process.buffer.ProcessBufferUnary
Packages that use ProcessBufferUnary
Package
Description
An image with only two permissible states.
Utilities to iterate over voxel-locations in images and sub-regions of images.
-
Uses of ProcessBufferUnary in org.anchoranalysis.image.core.mask
Methods in org.anchoranalysis.image.core.mask with parameters of type ProcessBufferUnaryModifier and TypeMethodDescriptionstatic <T> void
IterateVoxelsMask.withBuffer
(Mask mask, Voxels<T> voxels, ProcessBufferUnary<T> process) Iterate over each voxel in a mask - with an associated buffer for each slice from a voxel-bo -
Uses of ProcessBufferUnary in org.anchoranalysis.image.voxel.iterator
Methods in org.anchoranalysis.image.voxel.iterator with parameters of type ProcessBufferUnaryModifier and TypeMethodDescriptionstatic <T> void
IterateVoxelsAll.withBuffer
(Voxels<T> voxels, ProcessBufferUnary<T> process) Iterate over each voxel - with one associated buffer for each slice.static <T> void
IterateVoxelsBoundingBox.withBuffer
(BoundingBox box, Voxels<T> voxels, ProcessBufferUnary<T> process) Iterate over each voxel in a bounding-box - with one associated buffer for each slicestatic <T> void
IterateVoxelsObjectMask.withBuffer
(ObjectMask object, Voxels<T> voxels, ProcessBufferUnary<T> process) Iterate over each voxel in an object-mask - with one associated buffer for each slice fromVoxels
.static <T> void
IterateVoxelsObjectMaskOptional.withBuffer
(Optional<ObjectMask> objectMask, Voxels<T> voxels, ProcessBufferUnary<T> process) Iterate over each voxel (or optionally only on object-mask) with one associated buffer.