Package adams.data.imagej.transformer

Class Summary
AbstractImageJTransformer Abstract base class for ImageJ transformations.
Command A transformer that allows the execution of ImageJ commands.
Note(s):
- the options for the command can be obtained when recording macros
in ImageJ

Valid options are:

Gray8 Transforms the image into an 8-bit gray image.
Macro Executes the macro commands to transform the image.
Due to ImageJ's architecture, only a single ImageJ instance is available in a process at any given time.
NamedSetup Applies an ImageJ flattener that is referenced via its global setup name (see 'NamedSetups').
PassThrough A dummy transform that just passes the image through.
PlugInFilter A transformer that allows the use of ImageJ's plug-in filters.
Notes:
- the filter must implement 'ij.plugin.filter.PlugInFilter'
- the filter can pop-up a window to enter additional parameters,
the first time it is executed, depending on the filter implementation
(you can suppress this with supplying the options manually)
- the manual options string can be obtained when recording macros
in ImageJ
- the filter must be in the classpath of the application

Valid options are:

Resize Resizes the image to predefined width and height.
 



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