Uses of Class
org.anchoranalysis.image.voxel.buffer.VoxelBuffer

Packages that use VoxelBuffer
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.
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.
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.
Conversion to/from OpenCV data-structures.
Interpolation non-beans that use OpenCV.