Uses of Interface
org.anchoranalysis.image.voxel.iterator.process.voxelbuffer.ProcessVoxelBufferUnary
| Package | Description |
|---|---|
| org.anchoranalysis.image.voxel.buffer.slice |
A container with voxel-buffers for each z-slice.
|
| org.anchoranalysis.image.voxel.iterator |
Utilities to iterate over voxel-locations in images and sub-regions of images.
|
-
Uses of ProcessVoxelBufferUnary in org.anchoranalysis.image.voxel.buffer.slice
Methods in org.anchoranalysis.image.voxel.buffer.slice with parameters of type ProcessVoxelBufferUnary Modifier and Type Method Description default voidSliceBufferIndex. iterateOverSlicesAndOffsets(ProcessVoxelBufferUnary<T> process)Callsprocessfor each offset in each slice. -
Uses of ProcessVoxelBufferUnary in org.anchoranalysis.image.voxel.iterator
Methods in org.anchoranalysis.image.voxel.iterator with parameters of type ProcessVoxelBufferUnary Modifier and Type Method Description static <T> voidIterateVoxelsAll. withVoxelBuffer(Voxels<T> voxels, ProcessVoxelBufferUnary<T> process)Iterate over each voxel - with one associated voxel-buffer for each slice.static <T> voidIterateVoxelsObjectMask. withVoxelBuffer(ObjectMask object, Voxels<T> voxels, Optional<BoundingBox> restrictTo, ProcessVoxelBufferUnary<T> process)Iterate over each voxel on an object-mask with one associatedVoxelBuffer.static <T> voidIterateVoxelsObjectMask. withVoxelBuffer(ObjectMask object, Voxels<T> voxels, ProcessVoxelBufferUnary<T> process)Iterate over each voxel on an object-mask with one associatedVoxelBuffer.