Package org.anchoranalysis.io.imagej.convert
Converts to and from ImageJ data-structures for images.
-
Class Summary Class Description ConvertFromImagePlus Converts anImagePlusinto a channel or voxels.ConvertToImagePlus Converts a channel or voxels into aImagePlus.ConvertToImageProcessor Converts other voxel data-structures (as used by Anchor) to an ImageJImageProcessor.ConvertToVoxelBuffer Converts aImageProcessorto a voxel-buffer of particular data-type. -
Exception Summary Exception Description ImageJConversionException When conversion to ImageJ data/type is not possible, or an error occurs during conversion.