Uses of Package
org.anchoranalysis.image.io.stack.output
| Package | Description |
|---|---|
| org.anchoranalysis.image.io.bean.stack.writer |
Bean classes for writing raster-files to the filesystem.
|
| 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 |
Non-bean classes for writing a
Stack to the
filesystem. |
| 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 used by org.anchoranalysis.image.io.bean.stack.writer Class Description StackWriteOptions A combination of attributions describing how to write a particular stack and any suggestions from the user. -
Classes in org.anchoranalysis.image.io.stack.output used by org.anchoranalysis.image.io.channel.output Class Description StackWriteAttributes Attributes describing stack which may determine which writer is used. -
Classes in org.anchoranalysis.image.io.stack.output used by org.anchoranalysis.image.io.object.output.grayscale Class Description StackWriteAttributes Attributes describing stack which may determine which writer is used. -
Classes in org.anchoranalysis.image.io.stack.output used by org.anchoranalysis.image.io.object.output.mask Class Description StackWriteAttributes Attributes describing stack which may determine which writer is used. -
Classes in org.anchoranalysis.image.io.stack.output used by org.anchoranalysis.image.io.object.output.rgb Class Description StackWriteAttributes Attributes describing stack which may determine which writer is used. -
Classes in org.anchoranalysis.image.io.stack.output used by org.anchoranalysis.image.io.stack.output Class Description OutputSequenceStackFactory Creates output-sequences of different kinds for writing stacks to a directory.StackRGBState Whether a stack is RGB or RGBA or neither.StackWriteAttributes Attributes describing stack which may determine which writer is used. -
Classes in org.anchoranalysis.image.io.stack.output used by org.anchoranalysis.image.io.stack.output.box Class Description StackWriteAttributes Attributes describing stack which may determine which writer is used. -
Classes in org.anchoranalysis.image.io.stack.output used by org.anchoranalysis.image.io.stack.output.generator Class Description StackWriteAttributes Attributes describing stack which may determine which writer is used.StackWriteOptions A combination of attributions describing how to write a particular stack and any suggestions from the user.