All Packages

Package Summary 
Package Description
org.anchoranalysis.image.io
Reading and writing of image-related data objects to and from the filesystem.
org.anchoranalysis.image.io.bean.channel
Beans pertaining to reading Channels as input.
org.anchoranalysis.image.io.bean.object.draw
How to represent an object-mask in a raster that is being drawn.
org.anchoranalysis.image.io.bean.object.feature
Beans to specify the outputting of features into CSV from a ObjectCollection.
org.anchoranalysis.image.io.bean.stack.combine
Beans to combine multiple stacks into a single stack before outputting.
org.anchoranalysis.image.io.bean.stack.metadata.reader
Bean classes for reading ImageMetadata from the file-system.
org.anchoranalysis.image.io.bean.stack.reader
Bean classes for reading raster-files from the filesystem.
org.anchoranalysis.image.io.bean.stack.writer
Bean classes for writing raster-files to the filesystem.
org.anchoranalysis.image.io.channel.input
Non-bean classes for reading a Channel from the filesystem.
org.anchoranalysis.image.io.channel.map
Non-bean classes for a mapping of names to Channels.
org.anchoranalysis.image.io.channel.output
Non-bean classes for writing a Channel to the filesystem.
org.anchoranalysis.image.io.histogram.input
Non-bean classes for reading a Histogram from the filesystem.
org.anchoranalysis.image.io.histogram.output
Non-bean classes for writing a Histogram to the filesystem.
org.anchoranalysis.image.io.object
Non-bean classes for reading / writing an ObjectCollection from and to the filesystem.
org.anchoranalysis.image.io.object.input
Non-bean classes for reading an ObjectCollection from 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.hdf5
Writing an ObjectCollection to the filesystem in HDF5 format.
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
Non-bean classes for reading / writing a Stack from and to the filesystem.
org.anchoranalysis.image.io.stack.input
Non-bean classes for reading a Stack from the filesystem.
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.
org.anchoranalysis.image.io.stack.time
A time-sequence of Stacks.