Uses of Package
org.anchoranalysis.image.voxel.iterator.process.buffer
| Package | Description |
|---|---|
| org.anchoranalysis.image.voxel.iterator |
Utilities to iterate over voxel-locations in images and sub-regions of images.
|
| org.anchoranalysis.image.voxel.iterator.intersecting |
Like
org.anchoranalysis.image.voxel.iterator but refers to iterators that operation over
the intersecting regions of two entities. |
| org.anchoranalysis.image.voxel.iterator.predicate |
Functional-interfaces for processing different combinations of points and buffers that return a
boolean.
|
-
Classes in org.anchoranalysis.image.voxel.iterator.process.buffer used by org.anchoranalysis.image.voxel.iterator Class Description ProcessBufferBinary Processes a 3D point likeProcessPointbut also retrieves twoBufferfor the current z-slice.ProcessBufferBinaryMixed Processes a 3D point likeProcessPointbut also retrieves both oneVoxelBufferfor the current z-slice and oneBufferfor the current z-slice.ProcessBufferBinaryWithoutOffset Processes two buffers for each z-slice jointly, without any offset or point.ProcessBufferTernary Processes a 3D point likeProcessPointbut also retrieves three buffers for the current z-slice.ProcessBufferUnary Processes a 3D point likeProcessPointbut also retrieves a buffer for the current z-slice. -
Classes in org.anchoranalysis.image.voxel.iterator.process.buffer used by org.anchoranalysis.image.voxel.iterator.intersecting Class Description ProcessBufferBinary Processes a 3D point likeProcessPointbut also retrieves twoBufferfor the current z-slice. -
Classes in org.anchoranalysis.image.voxel.iterator.process.buffer used by org.anchoranalysis.image.voxel.iterator.predicate Class Description ProcessBufferBinary Processes a 3D point likeProcessPointbut also retrieves twoBufferfor the current z-slice.