Uses of Class
org.anchoranalysis.io.imagej.convert.ImageJConversionException
Packages that use ImageJConversionException
Package
Description
Converts to and from ImageJ data-structures for images.
Implementations of
ChannelProvider that call ImageJ.-
Uses of ImageJConversionException in org.anchoranalysis.io.imagej.convert
Methods in org.anchoranalysis.io.imagej.convert that throw ImageJConversionExceptionModifier and TypeMethodDescriptionstatic ij.ImagePlusCreates anImagePlusfrom aChannel.static ij.ImagePlusCreates anImagePlusfrom aStack.static ij.ImagePlusConvertToImagePlus.from(VoxelsUntyped voxels) Creates anImagePlusfrom aVoxelsUntyped.static ij.process.ImageProcessorConvertToImageProcessor.from(VoxelsUntyped voxels, int z) Creates aImageProcessorby extracting a slice from aVoxelsUntyped. -
Uses of ImageJConversionException in org.anchoranalysis.plugin.imagej.channel.provider
Methods in org.anchoranalysis.plugin.imagej.channel.provider that throw ImageJConversionExceptionModifier and TypeMethodDescriptionstatic voidFilterHelper.processEachSlice(Channel channel, Consumer<ij.process.ImageProcessor> consumer)