All Classes
| Class | Description |
|---|---|
| ConvertFromImagePlus |
Converts an
ImagePlus into a channel or voxels. |
| ConvertToImagePlus |
Converts a channel or voxels into a
ImagePlus. |
| ConvertToImageProcessor |
Converts other voxel data-structures (as used by Anchor) to an ImageJ
ImageProcessor. |
| ConvertToVoxelBuffer |
Converts a
ImageProcessor to a voxel-buffer of particular data-type. |
| ImageJ |
Resizes with linear
interpolation as implemented in ImageJ.
|
| ImageJConversionException |
When conversion to ImageJ data/type is not possible, or an error occurs during conversion.
|
| ImageJRasterWriter |
Base class for writing a raster using ImageJ.
|
| PNG |
Writes a PNG image using ImageJ.
|
| Tiff |
Writes a TIFF image using ImageJ.
|
| VoxelsResizerImageJ |
Resizes with linear
interpolation as implemented in ImageJ.
|