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

Package
Description
Data-structures to store and manipulate image raster-data or voxels.
The BinaryVoxels class and related operations.
A buffer of voxel-values, usually corresponding to a single z-slice in Voxels.
A container with voxel-buffers for each z-slice.
Converts anchor data-structures to those used by ImgLib2.
Creates new instances of Voxels and VoxelsUntyped with specific data-types.
Utilities to iterate over voxel-locations in images and sub-regions of images.
Iterating over a point's neighboring voxels.
Functional-interfaces for processing different combinations of points and raw buffers, but not VoxelBuffer.
Functional-interfaces for processing different combinations of points and VoxelBuffer but not raw buffers.
Classes for calculating differnet kind of projections of voxel values across multiple buffers.
Classes for performing both a Maximum Intensity Projection and a minimum projection.
Different interpolator methods to use when scaling voxels.
Statistics about aggregated voxel intensities.
Converts the byte stream opened by Bioformats into channels of particular data-type.
Converts to and from ImageJ data-structures for images.
Image interpolation when scaling using ImageJ.
Non-beans pertaining to segmenting a z-stack slice-by-slice.
Encoding voxels in a watershed-transformation implementation.
Conversion to/from OpenCV data-structures.
Interpolation non-beans that use OpenCV.