Uses of Interface
org.anchoranalysis.image.voxel.iterator.process.voxelbuffer.ProcessVoxelBufferBinaryMixed
Packages that use ProcessVoxelBufferBinaryMixed
Package
Description
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 ProcessVoxelBufferBinaryMixedModifier and TypeMethodDescriptionstatic <S,
T> void IterateVoxelsAll.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> void IterateVoxelsObjectMask.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.