Package adams.flow.transformer

Class Summary
ImageInfo Obtains information from the picture passing through.
ImageJFlattener Applies an ImageJ flattener to the incoming image and outputs the generated WEKA Instance(s).
ImageJReader Reads any file format that ImageJ can read.
ImageJTransformer Applies an ImageJ transformation to the incoming image and outputs the generated image(s).
ImageMagickReader Reads any file format that ImageMagick can read.
NB: Uses im4java, i.e., ImageMagick (http://www.imagemagick.org/) executables must be available on the PATH.
ImageMagickTransformer Converts an image using ImageMagick.
In order to make entering of commands easier, they can be spread over multiple lines and line comments can be inserted as well (a line comment starts with '#').

NB: Uses im4java, i.e., ImageMagick (http://www.imagemagick.org/) executables must be available on the PATH.
JAIFlattener Applies an JAI flattener to the incoming image and outputs the generated WEKA Instance(s).
JAIReader Reads any file format that Java Advanced Imaging (JAI) can read.
JAITransformer Applies an JAI transformation to the incoming image and outputs the generated image(s).
PixelSelector Allows the user to select pixels.
SetImagePixel Obtains information from the picture passing through.
 

Enum Summary
ImageInfo.InfoType The type of information to retrieve.
SetImagePixel.PixelValueType Enumeration that determines what value to use for the pixel.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.