JIU 0.12.0 Homepage

Uses of Class
net.sourceforge.jiu.filters.ConvolutionKernelData

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.12.0 Homepage

Copyright © 2000, 2001, 2002, 2003, 2004 Marco Schmidt