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.ImagePlus
Creates anImagePlus
from aChannel
.static ij.ImagePlus
Creates anImagePlus
from aStack
.static ij.ImagePlus
ConvertToImagePlus.from
(VoxelsUntyped voxels) Creates anImagePlus
from aVoxelsUntyped
.static ij.process.ImageProcessor
ConvertToImageProcessor.from
(VoxelsUntyped voxels, int z) Creates aImageProcessor
by 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 void
FilterHelper.processEachSlice
(Channel channel, Consumer<ij.process.ImageProcessor> consumer)