Uses of Package
com.anji.imaging

Packages that use com.anji.imaging
com.anji.fingerprint com.anji.fingerprint contains classes to handle fingerprint classification. 
com.anji.floatingeye com.anji.floatingeye contains classes to build and operate a "floating eye" which is an agent that can move up and down, left and right, and zoom in and out relative to an image, or "surface". 
com.anji.imaging com.anji.imaging contains utility classes to handle image processing. 
 

Classes in com.anji.imaging used by com.anji.fingerprint
Identifier
          Identifier.
 

Classes in com.anji.imaging used by com.anji.floatingeye
DoubleLocation2D
           
IntLocation2D
           
Java2DSurface
          A 2-d matrix of int values (this could be a graphical image or a game board) used by FloatingEye.
Surface
          A Surface is a 2d array of int values.
 

Classes in com.anji.imaging used by com.anji.imaging
BufferedImageTransformer
          BufferedImageTransformer setImage must be called before object is initialized.
CardinalDirection
          Enumerated type representing 4 cardinal directions, north, south, east , west;
CoordinateTranslator
          Interface to object which transforms a 2-d set of coordinates to another 2-d set of coordinates.
CoordinateTranslatorFactory
           
ImageFileFilter
           
IntLocation2D
           
RangeTranslator
          Used to translate variables with a certain range to variables with other ranges.
RangeTranslatorFactory
           
Surface
          A Surface is a 2d array of int values.
TransformParameters
          TransformParameters Parameters for a full transform, as when transforming from surface to eye image based on location, rotation, zoom factor, and size of eye.