Uses of Interface
org.anchoranalysis.image.voxel.iterator.process.buffer.ProcessBufferBinaryMixed
| Package | Description |
|---|---|
| org.anchoranalysis.image.voxel.iterator |
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 ProcessBufferBinaryMixed Modifier and Type Method Description static <S, T> voidIterateVoxelsBoundingBox. 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.