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 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 RasterGenerator in org.anchoranalysis.image.io.object.output.mask
Subclasses of RasterGenerator in org.anchoranalysis.image.io.object.output.maskModifier and TypeClassDescriptionclassWrites 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 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 RasterGenerator in org.anchoranalysis.image.io.stack.output.box
Subclasses of RasterGenerator in org.anchoranalysis.image.io.stack.output.boxModifier 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-box -
Uses of RasterGenerator in org.anchoranalysis.image.io.stack.output.generator
Subclasses of RasterGenerator in org.anchoranalysis.image.io.stack.output.generatorModifier and TypeClassDescriptionclassWrites a display-stack to the filesystem.classLike aStackGeneratorbut first applies a maximum-intensity-projection.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.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.protectedRasterGeneratorDelegateToRaster(RasterGenerator<S> delegate) Creates a newRasterGeneratorDelegateToRasterinstance.