Uses of Class
org.anchoranalysis.io.imagej.convert.ImageJConversionException
| Package | Description |
|---|---|
| org.anchoranalysis.io.imagej.convert |
Converts to and from ImageJ data-structures for images.
|
-
Uses of ImageJConversionException in org.anchoranalysis.io.imagej.convert
Methods in org.anchoranalysis.io.imagej.convert that throw ImageJConversionException Modifier and Type Method Description static ij.ImagePlusConvertToImagePlus. from(Channel channel)Creates anImagePlusfrom aChannel.static ij.ImagePlusConvertToImagePlus. from(Stack stack, boolean makeRGB)Creates anImagePlusfrom aStack.static ij.ImagePlusConvertToImagePlus. from(org.anchoranalysis.image.voxel.VoxelsUntyped voxels)Creates anImagePlusfrom aVoxelsUntyped.static ij.process.ImageProcessorConvertToImageProcessor. from(org.anchoranalysis.image.voxel.VoxelsUntyped voxels, int z)Creates aImageProcessorby extracting a slice from aVoxelsUntyped.