Uses of Package
org.anchoranalysis.image.voxel.iterator.process.voxelbuffer
| 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.
|
-
Classes in org.anchoranalysis.image.voxel.iterator.process.voxelbuffer used by org.anchoranalysis.image.voxel.buffer.slice Class Description ProcessVoxelBufferUnary Processes a 3D point likeProcessPointbut also retrieves aVoxelBufferfor the current z-slice. -
Classes in org.anchoranalysis.image.voxel.iterator.process.voxelbuffer used by org.anchoranalysis.image.voxel.iterator Class Description ProcessVoxelBufferBinary Processes a 3D point likeProcessPointbut also retrieves twoVoxelBuffers for the current z-slice.ProcessVoxelBufferBinaryMixed Processes a 3D point likeProcessVoxelBufferBinarybut rather has oneVoxelBufferand one buffer, and also exposes aPoint3i.ProcessVoxelBufferUnary Processes a 3D point likeProcessPointbut also retrieves aVoxelBufferfor the current z-slice.ProcessVoxelBufferUnaryWithPoint Processes a 3D point likeProcessVoxelBufferUnarybut also exposes aPoint3i.