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

Packages that use org.anchoranalysis.image.voxel.datatype 
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.datatype
The different data-types that can be used to represent voxels.
org.anchoranalysis.image.voxel.factory
Creates new instances of Voxels and VoxelsUntyped with specific data-types.
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.