Uses of Interface
org.anchoranalysis.image.voxel.iterator.process.buffer.ProcessBufferTernary
Packages that use ProcessBufferTernary
Package
Description
Utilities to iterate over voxel-locations in images and sub-regions of images.
-
Uses of ProcessBufferTernary in org.anchoranalysis.image.voxel.iterator
Methods in org.anchoranalysis.image.voxel.iterator with parameters of type ProcessBufferTernaryModifier and TypeMethodDescriptionstatic <T> void
IterateVoxelsAll.withThreeBuffers
(Voxels<T> voxels1, Voxels<T> voxels2, Voxels<T> voxels3, ProcessBufferTernary<T> process) Iterate over each voxel - with three associated buffers for each slice.static <T> void
IterateVoxelsBoundingBox.withThreeBuffers
(BoundingBox box, ReadableTuple3i shiftForSecond, ReadableTuple3i shiftForThird, Voxels<T> voxels1, Voxels<T> voxels2, Voxels<T> voxels3, ProcessBufferTernary<T> process) Iterate over each voxel in a bounding-box - with three associated buffers for each slice.