|
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. |