|
JIU 0.14.3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConvolutionKernelData | |
---|---|
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 |
Uses of ConvolutionKernelData in net.sourceforge.jiu.filters |
---|
Subclasses of ConvolutionKernelData in net.sourceforge.jiu.filters | |
---|---|
class |
UnsharpMaskKernel
An unsharp mask kernel to be used with ConvolutionKernelFilter . |
Methods in net.sourceforge.jiu.filters with parameters of type ConvolutionKernelData | |
---|---|
static PixelImage |
ConvolutionKernelFilter.filter(PixelImage input,
ConvolutionKernelData data)
|
void |
ConvolutionKernelFilter.setKernel(ConvolutionKernelData ckd)
Sets kernel data to be used for filtering. |
|
JIU 0.14.3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |