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

Packages that use UnsignedShortBuffer
Package
Description
Converts a channel to other data-types.
Data-structures to store and manipulate image raster-data or voxels.
Arithmetic operations for Voxels.
Assigns values to some or all voxels.
A buffer of voxel-values, usually corresponding to a single z-slice in Voxels.
Conversion of both primitive data types and image structures between Anchor's data-structures and other representations.
A container with voxel-buffers for each z-slice.
Converting Voxels to different data-types.
Converts anchor data-structures to the BufferedImage used by Java's AWT.
Converts anchor data-structures to those used by ImgLib2.
Methods to read/copy/duplicate portions of voxels.
Creates new instances of Voxels and VoxelsUntyped with specific data-types.
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.
Converts the byte stream opened by Bioformats into channels of ShortBuffer.
Converts to and from ImageJ data-structures for images.
Image interpolation when scaling using ImageJ.
Conversion to/from OpenCV data-structures.
Interpolation non-beans that use OpenCV.