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