| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnsharpMaskKernel
An unsharp mask kernel to be used with
ConvolutionKernelFilter. |
| Modifier and Type | Field and Description |
|---|---|
private static ConvolutionKernelData[] |
ConvolutionKernelFilter.PREDEFINED_KERNELS |
| Modifier and Type | Method and Description |
|---|---|
static PixelImage |
ConvolutionKernelFilter.filter(PixelImage input,
ConvolutionKernelData data) |
void |
ConvolutionKernelFilter.setKernel(ConvolutionKernelData ckd)
Sets kernel data to be used for filtering.
|