| Package | Description |
|---|---|
| net.sourceforge.jiu.filters |
Various image filters that produce an output image from an input image,
mostly reading a pixel and its neighbors in the input image to determine the
pixel in the output image.
|
| Class and Description |
|---|
| AreaFilterOperation
Base class for operations that convert images to images and determine
an output sample by doing calculations on the input sample at the same
position plus some neighboring samples.
|
| ConvolutionKernelData
This class encapsulates the information for a specific convolution kernel filter.
|