JIGL
v1.6

Package jigl.image.ops

Provides classes for simple operations on JIGL images.

See:
          Description

Class Summary
ConnectedComponents Creates the connected regions of a BinaryImage
Convolve Performs Convolution on an image using a supplied normalized kernel.
Dither This class provides the basic Floyd-Steinberg algorithm for dithering.
ForwardFFT Performs the forward FFT on an image.
GaussianNoise Adds gaussion noise distributions to an image.
HistogramEqualizer Equalizes a Histogram and returns a new image with equalized histogram.
Nearest Produces an image from a palette of colors using a nearest neighbor algorithm.
PoissonNoise Adds poisson noise distributions to an image.
ReverseFFT Performs the reverse FFT on an image.
Shift Shifts an image.
UniformNoise Adds uniform noise distributions to an image.
 

Package jigl.image.ops Description

Provides classes for simple operations on JIGL images. These operations include forward and reverse FFT, dithering, equalization, shifting and noise-adding on an image.

All the classes in this package are subclasses of SimpleOperator.


JIGL
v1.6

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