JIGL
v1.6

Package jigl.image.utils

Provides classes performing some utility operations such as colorspace changing, differential geometry opration, FFT, image type changing and so on.

See:
          Description

Class Summary
ColorSpace This class converts between colorspaces.
ConnectedComponents Creates the connected regions of a BinaryImage.
DifferentialGeometry This class performs various differential geometry operations on an image.
FFT Computes the Fast Fourier Transform of an image.
ImageConverter Converts a Jigl image (ColorImage, ComplexImage, RealColorImage, RealGrayImage, ComplexImage) to another specified type.
ImageGenerator ImageGenerator is a class that builds various images.
ImageOps ImageOps is a class that allows basic opearations on images from the Command Line.
KdTree This class does kdTree operations.
LocalDifferentialGeometry This class performs various differential geometry operations on a specified area of an image.
Scaler This class have most of the functions of DifferentialGeometry.
 

Exception Summary
IncompatibleImagesException Exception for two Incompatible Images
InvalidCommandLineException Exception for an invalid Command Line
NotHLSColorSpaceException Exception for a value that is not a valid HLS color space.
NotHSVColorSpaceException Exception for a value that is not a valid HSV color space.
 

Package jigl.image.utils Description

Provides classes performing some utility operations such as colorspace changing, differential geometry opration, FFT, image type changing and so on. It also supports command line options for many level operations.


JIGL
v1.6

Submit a bug or feature
Revised in May 2002 by Weiming Liu