Uses of Interface
org.anchoranalysis.image.voxel.iterator.process.voxelbuffer.ProcessVoxelBufferBinary
| Package | Description |
|---|---|
| org.anchoranalysis.image.voxel.iterator |
Utilities to iterate over voxel-locations in images and sub-regions of images.
|
-
Uses of ProcessVoxelBufferBinary in org.anchoranalysis.image.voxel.iterator
Methods in org.anchoranalysis.image.voxel.iterator with parameters of type ProcessVoxelBufferBinary Modifier and Type Method Description static <S, T> voidIterateVoxelsAll. withTwoVoxelBuffers(Voxels<S> voxels1, Voxels<T> voxels2, ProcessVoxelBufferBinary<S,T> process)Iterate over each voxel in a bounding-box - with two associated voxel-buffers for each slicestatic <S, T> voidIterateVoxelsObjectMask. withTwoVoxelBuffers(ObjectMask object, Voxels<S> voxels1, Voxels<T> voxels2, ProcessVoxelBufferBinary<S,T> process)Iterate over each voxel in an object-mask - with two associated voxel-buffers and for each slice.