Uses of Interface
org.anchoranalysis.io.generator.TransformingGenerator
Packages that use TransformingGenerator
Package
Description
Generates output images to illustrate a
Assignment
between annotations.A
Generator
for writing a table of feature values as a
CSV.Non-bean classes for writing a
Channel
to the
filesystem.Non-bean classes for writing a
Histogram
to the
filesystem.Writing an
ObjectCollection
to the filesystem as a
single-channeled stack.Writing an
ObjectCollection
to the filesystem in
HDF5 format.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.Base-classes and utilities for generators, which write different types of objects to the file
system.
Generators for writing serialized objects.
Generators for writing tabular data, including CSV.
Generators for writing textual data, including strings.
Generators for writing XML data.
Beans to combine two or more annotations.
-
Uses of TransformingGenerator in org.anchoranalysis.annotation.io.assignment.generator
Classes in org.anchoranalysis.annotation.io.assignment.generator that implement TransformingGenerator -
Uses of TransformingGenerator in org.anchoranalysis.feature.io.csv.table
Classes in org.anchoranalysis.feature.io.csv.table that implement TransformingGeneratorModifier and TypeClassDescriptionclass
Base class for aGenerator
that outputs a feature-table in CSV format. -
Uses of TransformingGenerator in org.anchoranalysis.image.io.channel.output
Classes in org.anchoranalysis.image.io.channel.output that implement TransformingGenerator -
Uses of TransformingGenerator in org.anchoranalysis.image.io.histogram.output
Classes in org.anchoranalysis.image.io.histogram.output that implement TransformingGenerator -
Uses of TransformingGenerator in org.anchoranalysis.image.io.object.output.grayscale
Classes in org.anchoranalysis.image.io.object.output.grayscale that implement TransformingGeneratorModifier 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 TransformingGenerator in org.anchoranalysis.image.io.object.output.hdf5
Classes in org.anchoranalysis.image.io.object.output.hdf5 that implement TransformingGeneratorModifier and TypeClassDescriptionclass
A generator that writes aObjectCollection
to a HDF5 file. -
Uses of TransformingGenerator in org.anchoranalysis.image.io.object.output.mask
Classes in org.anchoranalysis.image.io.object.output.mask that implement TransformingGeneratorModifier and TypeClassDescriptionclass
Writes an object-mask as a mask (i.e. as a raster image) -
Uses of TransformingGenerator in org.anchoranalysis.image.io.object.output.rgb
Classes in org.anchoranalysis.image.io.object.output.rgb that implement TransformingGeneratorModifier 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 TransformingGenerator in org.anchoranalysis.image.io.stack.output.box
Classes in org.anchoranalysis.image.io.stack.output.box that implement TransformingGeneratorModifier 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-boxMethods in org.anchoranalysis.image.io.stack.output.box with parameters of type TransformingGeneratorModifier and TypeMethodDescriptionstatic DrawObjectOnStackGenerator
DrawObjectOnStackGenerator.createFromGenerator
(TransformingGenerator<BoundingBox, Stack> backgroundGenerator, int outlineWidth, ColorIndex colors) Creates an extracted-object generator that draws an outline - with default color green and flattened in Z. -
Uses of TransformingGenerator in org.anchoranalysis.image.io.stack.output.generator
Classes in org.anchoranalysis.image.io.stack.output.generator that implement TransformingGeneratorModifier and TypeClassDescriptionclass
Writes a display-stack to the filesystem.class
Like aStackGenerator
but first applies a maximum-intensity-projection.class
Transforms an entity to aStack
and writes it to the file-system.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. -
Uses of TransformingGenerator in org.anchoranalysis.io.generator
Classes in org.anchoranalysis.io.generator that implement TransformingGeneratorModifier and TypeClassDescriptionclass
ASingleFileTypeGenerator
that does not transform an element before generating.class
AGenerator
that eventually writes only a single file to the filesystem.class
Allows us to call anSingleFileTypeGenerator<V,S>
as if it was anSingleFileTypeGenerator<T,S>
using an function to connect the two.class
TransformingGeneratorBridge<S,
T, V> Allows us to call anSingleFileTypeGenerator<V,S>
as if it was anSingleFileTypeGenerator<T,S>
using an function to connect the two.Constructors in org.anchoranalysis.io.generator with parameters of type TransformingGeneratorModifierConstructorDescriptionTransformingGeneratorBridge
(TransformingGenerator<V, S> delegate, CheckedFunction<T, V, ? extends Throwable> elementBridge) -
Uses of TransformingGenerator in org.anchoranalysis.io.generator.serialized
Classes in org.anchoranalysis.io.generator.serialized that implement TransformingGeneratorModifier and TypeClassDescriptionclass
A generator that writes the contents of aDictionary
to the file-system as XML.class
ObjectOutputStreamGenerator<T extends Serializable>
Generator that writes an element to the file-system using the JavaObjectOutputStream
format.class
A generator that writes binary serialized files to the file-system.class
A generator that serialized using the XStream library and format. -
Uses of TransformingGenerator in org.anchoranalysis.io.generator.tabular
Classes in org.anchoranalysis.io.generator.tabular that implement TransformingGeneratorModifier and TypeClassDescriptionclass
CSVGenerator<T>
A generator that writes the contents of a CSV file to the file-system. -
Uses of TransformingGenerator in org.anchoranalysis.io.generator.text
Classes in org.anchoranalysis.io.generator.text that implement TransformingGeneratorModifier and TypeClassDescriptionclass
A generator that writes the contents of aString
to the file-system as text-file. -
Uses of TransformingGenerator in org.anchoranalysis.io.generator.xml
Classes in org.anchoranalysis.io.generator.xml that implement TransformingGeneratorModifier and TypeClassDescriptionclass
XMLGenerator<T>
A generator that writes the contents of a XML file to the file-system. -
Uses of TransformingGenerator in org.anchoranalysis.plugin.annotation.bean.aggregate
Classes in org.anchoranalysis.plugin.annotation.bean.aggregate that implement TransformingGeneratorModifier and TypeClassDescriptionclass
Generates a CSV file containing aggregated annotation data.