Uses of Package
org.anchoranalysis.image.voxel.buffer

Packages that use org.anchoranalysis.image.voxel.buffer 
Package Description
org.anchoranalysis.image.voxel
Data-structures to store and manipulate image raster-data or voxels.
org.anchoranalysis.image.voxel.binary
The BinaryVoxels class and related operations.
org.anchoranalysis.image.voxel.buffer
A buffer of voxel-values, usually corresponding to a single z-slice in Voxels.
org.anchoranalysis.image.voxel.buffer.slice
A container with voxel-buffers for each z-slice.
org.anchoranalysis.image.voxel.convert.imglib2
Converts anchor data-structures to those used by ImgLib2.
org.anchoranalysis.image.voxel.factory
Creates new instances of Voxels and VoxelsUntyped with specific data-types.
org.anchoranalysis.image.voxel.iterator
Utilities to iterate over voxel-locations in images and sub-regions of images.
org.anchoranalysis.image.voxel.iterator.neighbor
Iterating over a point's neighboring voxels.
org.anchoranalysis.image.voxel.iterator.process.buffer
Functional-interfaces for processing different combinations of points and raw buffers, but not VoxelBuffer.
org.anchoranalysis.image.voxel.iterator.process.voxelbuffer
Functional-interfaces for processing different combinations of points and VoxelBuffer but not raw buffers.
org.anchoranalysis.image.voxel.projection
Classes for calculating differnet kind of projections of voxel values across multiple buffers.
org.anchoranalysis.image.voxel.projection.extrema
Classes for performing both a Maximum Intensity Projection and a minimum projection.
org.anchoranalysis.image.voxel.resizer
Different interpolator methods to use when scaling voxels.
org.anchoranalysis.image.voxel.statistics
Statistics about aggregated voxel intensities.