Uses of Class
org.anchoranalysis.image.voxel.buffer.primitive.UnsignedIntBuffer

Packages that use UnsignedIntBuffer 
Package Description
org.anchoranalysis.image.voxel
Data-structures to store and manipulate image raster-data or voxels.
org.anchoranalysis.image.voxel.arithmetic
Arithmetic operations for Voxels.
org.anchoranalysis.image.voxel.assigner
Assigns values to some or all voxels.
org.anchoranalysis.image.voxel.binary
The BinaryVoxels class and related operations.
org.anchoranalysis.image.voxel.binary.connected
org.anchoranalysis.image.voxel.buffer
A buffer of voxel-values, usually corresponding to a single z-slice in Voxels.
org.anchoranalysis.image.voxel.buffer.primitive
Conversion of both primitive data types and image structures between Anchor's data-structures and other representations.
org.anchoranalysis.image.voxel.buffer.slice
A container with voxel-buffers for each z-slice.
org.anchoranalysis.image.voxel.convert
Converting Voxels to different data-types.
org.anchoranalysis.image.voxel.extracter
Methods to read/copy/duplicate portions of 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.