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