JIGL
v1.6

Package jigl.image.ops.levelOps

Provides classes for applying linear and non-linear level operations on a JIGL image.

See:
          Description

Class Summary
ByteSize Performs a ByteSize operation on an image.
Clip Performs a clip operation on an image to an arbitrary min/max.
ClipNeg Clips all negative values in an image to zero.
Exp Performs the Exponential function on each pixel in this image.
Log Performs the Log function on each pixel in this image.
LookupTable Retrieve the lookup table of a grayscale image.
Negate Performs a Negate operation on an image.
Negative Performs a Negative operation (subtracts the value at each pixel from 255) on an image.
Scale Performs a Scale operation on an image.
Threshold Performs a Threshold operation on an image.
Window Performs a Window operation on an image.
 

Package jigl.image.ops.levelOps Description

Provides classes for applying linear and non-linear level operations on a JIGL image. These operations are applied on each pixel independently.

All classes in this class are subclasses of SimpleOperator.


JIGL
v1.6

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