Uses of Class
org.anchoranalysis.image.io.stack.output.generator.RasterGenerator
Packages that use RasterGenerator
Package
Description
Generates output images to illustrate a
Assignment
between annotations.Non-bean classes for writing a
Channel
to the
filesystem.Writing an
ObjectCollection
to the filesystem as a
single-channeled stack.Writing an
ObjectCollection
to the filesystem as
multiple binary singled-channeled images.Writing an
ObjectCollection
to the filesystem as
RGB raster-images.Base classes for generators that ultimately write only a bounding-box portion of a
Stack
to the filesystem.Base classes for generators that ultimately write a
Stack
to the filesystem.-
Uses of RasterGenerator in org.anchoranalysis.annotation.io.assignment.generator
Subclasses of RasterGenerator in org.anchoranalysis.annotation.io.assignment.generator -
Uses of RasterGenerator in org.anchoranalysis.image.io.channel.output
Subclasses of RasterGenerator in org.anchoranalysis.image.io.channel.output -
Uses of RasterGenerator in org.anchoranalysis.image.io.object.output.grayscale
Subclasses of RasterGenerator in org.anchoranalysis.image.io.object.output.grayscaleModifier and TypeClassDescriptionclass
Base class for generators that accept a set of objects as input.class
Writes objects as an image with an incrementing unique integer id value for each object.class
Writes objects merged together as a mask. -
Uses of RasterGenerator in org.anchoranalysis.image.io.object.output.mask
Subclasses of RasterGenerator in org.anchoranalysis.image.io.object.output.maskModifier and TypeClassDescriptionclass
Writes an object-mask as a mask (i.e. as a raster image) -
Uses of RasterGenerator in org.anchoranalysis.image.io.object.output.rgb
Subclasses of RasterGenerator in org.anchoranalysis.image.io.object.output.rgbModifier and TypeClassDescriptionclass
Similar toDrawObjectsGenerator
, but with the background stack cropped to focus only on the region containing objects.class
Generates stacks of RGB images using aDrawObject
to draw objects on a background.class
A base class for generators that draw anObjectCollection
upon aRGBStack
. -
Uses of RasterGenerator in org.anchoranalysis.image.io.stack.output.box
Subclasses of RasterGenerator in org.anchoranalysis.image.io.stack.output.boxModifier and TypeClassDescriptionclass
Creates images of object(s) drawn on a background only in a local region around their bounding box.class
An iterable-generator that outputs the portion of a stack corresponding to a bounding-box -
Uses of RasterGenerator in org.anchoranalysis.image.io.stack.output.generator
Subclasses of RasterGenerator in org.anchoranalysis.image.io.stack.output.generatorModifier and TypeClassDescriptionclass
Writes a display-stack to the filesystem.class
Like aStackGenerator
but first applies a maximum-intensity-projection.class
Allows us to call anRasterGenerator<S>
as if it was anRasterGenerator<T>
using an function to connect the two.class
Delegates aRasterGeneratorSelectFormat
to aSingleFileTypeGenerator<T, DisplayStack>
.class
Uses a delegate raster-generator and optionally applies a conversions before callingRasterGeneratorDelegateToRaster.transform(T)
.class
ARasterGenerator
that selects an appropriate output-format based upon each generated image.class
Writes a stack to the filesystem.Methods in org.anchoranalysis.image.io.stack.output.generator that return RasterGeneratorModifier and TypeMethodDescriptionprotected RasterGenerator
<S> RasterGeneratorDelegateToRaster.getDelegate()
The delegate.Constructors in org.anchoranalysis.image.io.stack.output.generator with parameters of type RasterGeneratorModifierConstructorDescriptionRasterGeneratorBridge
(RasterGenerator<V> delegate, CheckedFunction<T, V, ? extends Throwable> elementBridge) Creates with a delegate and a function to bridge the exposed element-type to the delegate element-type.protected
RasterGeneratorDelegateToRaster
(RasterGenerator<S> delegate) Creates a newRasterGeneratorDelegateToRaster
instance.