Uses of Package
org.anchoranalysis.image.io.stack.output.generator
| Package | Description |
|---|---|
| org.anchoranalysis.image.io.channel.output |
Non-bean classes for writing a
Channel to the
filesystem. |
| org.anchoranalysis.image.io.object.output.grayscale |
Writing an
ObjectCollection to the filesystem as a
single-channeled stack. |
| org.anchoranalysis.image.io.object.output.mask |
Writing an
ObjectCollection to the filesystem as
multiple binary singled-channeled images. |
| org.anchoranalysis.image.io.object.output.rgb |
Writing an
ObjectCollection to the filesystem as
RGB raster-images. |
| org.anchoranalysis.image.io.stack.output.box |
Base classes for generators that ultimately write only a bounding-box portion of a
Stack to the filesystem. |
| org.anchoranalysis.image.io.stack.output.generator |
Base classes for generators that ultimately write a
Stack to the filesystem. |
-
Classes in org.anchoranalysis.image.io.stack.output.generator used by org.anchoranalysis.image.io.channel.output Class Description RasterGenerator Transforms an entity to aStackand writes it to the file-system.RasterGeneratorSelectFormat ARasterGeneratorthat selects an appropriate output-format based upon each generated image. -
Classes in org.anchoranalysis.image.io.stack.output.generator used by org.anchoranalysis.image.io.object.output.grayscale Class Description RasterGenerator Transforms an entity to aStackand writes it to the file-system.RasterGeneratorSelectFormat ARasterGeneratorthat selects an appropriate output-format based upon each generated image. -
Classes in org.anchoranalysis.image.io.stack.output.generator used by org.anchoranalysis.image.io.object.output.mask Class Description RasterGenerator Transforms an entity to aStackand writes it to the file-system.RasterGeneratorSelectFormat ARasterGeneratorthat selects an appropriate output-format based upon each generated image. -
Classes in org.anchoranalysis.image.io.stack.output.generator used by org.anchoranalysis.image.io.object.output.rgb Class Description RasterGenerator Transforms an entity to aStackand writes it to the file-system.RasterGeneratorSelectFormat ARasterGeneratorthat selects an appropriate output-format based upon each generated image. -
Classes in org.anchoranalysis.image.io.stack.output.generator used by org.anchoranalysis.image.io.stack.output.box Class Description RasterGenerator Transforms an entity to aStackand writes it to the file-system.RasterGeneratorSelectFormat ARasterGeneratorthat selects an appropriate output-format based upon each generated image. -
Classes in org.anchoranalysis.image.io.stack.output.generator used by org.anchoranalysis.image.io.stack.output.generator Class Description RasterGenerator Transforms an entity to aStackand writes it to the file-system.RasterGeneratorDelegateToRaster Uses a delegate raster-generator and optionally applies a conversions before callingRasterGeneratorDelegateToRaster.transform(T).RasterGeneratorSelectFormat ARasterGeneratorthat selects an appropriate output-format based upon each generated image.