|
JIGL v1.6 |
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
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. |
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 |
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||