Uses of Class
org.anchoranalysis.image.voxel.Voxels

Packages that use Voxels 
Package Description
org.anchoranalysis.image.voxel
Data-structures to store and manipulate image raster-data or 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.buffer
A buffer of voxel-values, usually corresponding to a single z-slice in Voxels.
org.anchoranalysis.image.voxel.convert
Converting Voxels to different data-types.
org.anchoranalysis.image.voxel.convert.bufferedimage
Converts anchor data-structures to the BufferedImage used by Java's AWT.
org.anchoranalysis.image.voxel.convert.imglib2
Converts anchor data-structures to those used by ImgLib2.
org.anchoranalysis.image.voxel.extracter
Methods to read/copy/duplicate portions of voxels.
org.anchoranalysis.image.voxel.extracter.predicate
Methods to find or count voxels that satisfy a predicate.
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.intersecting
Like org.anchoranalysis.image.voxel.iterator but refers to iterators that operation over the intersecting regions of two entities.
org.anchoranalysis.image.voxel.kernel
Applying a kernel via convolution to voxels.
org.anchoranalysis.image.voxel.object
The fundamental data class that is an ObjectMask and related structures.
org.anchoranalysis.image.voxel.thresholder
Thresholding operations on voxels.