Uses of Interface
org.anchoranalysis.image.voxel.iterator.process.buffer.ProcessBufferBinaryWithoutOffset
| Package | Description |
|---|---|
| org.anchoranalysis.image.voxel.iterator |
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 ProcessBufferBinaryWithoutOffset Modifier and Type Method Description static <S, T> voidIterateVoxelsRemaining. withTwoBuffersWithoutOffset(VoxelBuffer<S> voxelBuffer1, VoxelBuffer<T> voxelBuffer2, ProcessBufferBinaryWithoutOffset<S,T> process)Iterate over remaining voxels each voxel - with two associated buffers for each slice.