| Package | Description |
|---|---|
| net.sourceforge.jiu.filters |
| Modifier and Type | Class | Description |
|---|---|---|
class |
UnsharpMaskKernel |
An unsharp mask kernel to be used with
ConvolutionKernelFilter. |
| Modifier and Type | Field | Description |
|---|---|---|
private static ConvolutionKernelData[] |
ConvolutionKernelFilter.PREDEFINED_KERNELS |
| Modifier and Type | Method | Description |
|---|---|---|
static PixelImage |
ConvolutionKernelFilter.filter(PixelImage input,
ConvolutionKernelData data) |
|
void |
ConvolutionKernelFilter.setKernel(ConvolutionKernelData ckd) |
Sets kernel data to be used for filtering.
|