Uses of Interface
org.anchoranalysis.image.voxel.iterator.process.buffer.ProcessBufferBinaryWithoutOffset
Packages that use ProcessBufferBinaryWithoutOffset
Package
Description
Utilities to iterate over voxel-locations in images and sub-regions of images.
-
Uses of ProcessBufferBinaryWithoutOffset in org.anchoranalysis.image.voxel.iterator
Methods in org.anchoranalysis.image.voxel.iterator with parameters of type ProcessBufferBinaryWithoutOffsetModifier and TypeMethodDescriptionstatic <S,
T> void IterateVoxelsRemaining.withTwoBuffersWithoutOffset
(VoxelBuffer<S> voxelBuffer1, VoxelBuffer<T> voxelBuffer2, ProcessBufferBinaryWithoutOffset<S, T> process) Iterate over remaining voxels each voxel - with two associated buffers for each slice.