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 TypeClassDescriptionclassBase class for aGeneratorthat 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 TypeClassDescriptionclassBase class for generators that accept a set of objects as input.classWrites objects as an image with an incrementing unique integer id value for each object.classWrites 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 TypeClassDescriptionclassA generator that writes aObjectCollectionto 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 TypeClassDescriptionclassWrites 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 TypeClassDescriptionclassSimilar toDrawObjectsGenerator, but with the background stack cropped to focus only on the region containing objects.classGenerates stacks of RGB images using aDrawObjectto draw objects on a background.classA base class for generators that draw anObjectCollectionupon 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 TypeClassDescriptionclassCreates images of object(s) drawn on a background only in a local region around their bounding box.classAn 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 DrawObjectOnStackGeneratorDrawObjectOnStackGenerator.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 TypeClassDescriptionclassWrites a display-stack to the filesystem.classLike aStackGeneratorbut first applies a maximum-intensity-projection.classTransforms an entity to aStackand writes it to the file-system.classAllows us to call anRasterGenerator<S>as if it was anRasterGenerator<T>using an function to connect the two.classDelegates aRasterGeneratorSelectFormatto aSingleFileTypeGenerator<T, DisplayStack>.classUses a delegate raster-generator and optionally applies a conversions before callingRasterGeneratorDelegateToRaster.transform(T).classARasterGeneratorthat selects an appropriate output-format based upon each generated image.classWrites a stack to the filesystem. -
Uses of TransformingGenerator in org.anchoranalysis.io.generator
Classes in org.anchoranalysis.io.generator that implement TransformingGeneratorModifier and TypeClassDescriptionclassASingleFileTypeGeneratorthat does not transform an element before generating.classAGeneratorthat eventually writes only a single file to the filesystem.classAllows us to call anSingleFileTypeGenerator<V,S>as if it was anSingleFileTypeGenerator<T,S>using an function to connect the two.classTransformingGeneratorBridge<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 TypeClassDescriptionclassA generator that writes the contents of aDictionaryto the file-system as XML.classObjectOutputStreamGenerator<T extends Serializable>Generator that writes an element to the file-system using the JavaObjectOutputStreamformat.classA generator that writes binary serialized files to the file-system.classA 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 TypeClassDescriptionclassCSVGenerator<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 TypeClassDescriptionclassA generator that writes the contents of aStringto 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 TypeClassDescriptionclassXMLGenerator<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 TypeClassDescriptionclassGenerates a CSV file containing aggregated annotation data.