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