Uses of Class
adams.data.image.AbstractImageTransformer

Packages that use AbstractImageTransformer
adams.data.imagej.transformer   
adams.data.jai.transformer   
 

Uses of AbstractImageTransformer in adams.data.imagej.transformer
 

Subclasses of AbstractImageTransformer in adams.data.imagej.transformer
 class AbstractImageJTransformer
          Abstract base class for ImageJ transformations.
 class 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:

 class Gray8
          Transforms the image into an 8-bit gray image.
 class 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.
 class NamedSetup
          Applies an ImageJ flattener that is referenced via its global setup name (see 'NamedSetups').
 class PassThrough
          A dummy transform that just passes the image through.
 class 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:

 class Resize
          Resizes the image to predefined width and height.
 

Uses of AbstractImageTransformer in adams.data.jai.transformer
 

Subclasses of AbstractImageTransformer in adams.data.jai.transformer
 class AbstractJAITransformer
          Abstract base class for JAI transformations.
 class Crop
          Crops the image to specified width and height.
 class GaussianBlur
          Performs a gaussian blur.
Original code taken from here:
http://www.jhlabs.com/ip/blurring.html

Valid options are:

 class Rotate
          Rotates an image by a defined number of degrees.
 



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