Uses of Class
net.grelf.grip.Kernel

Packages that use Kernel
net.grelf.grip This package contains the Java classes which are specific to the image processing application GRIP.

GRIP is available as a free download from www.grelf.net - please always quote this URL in connection with GRIP.
Version: 11.11.21 
 

Uses of Kernel in net.grelf.grip
 

Methods in net.grelf.grip that return Kernel
static Kernel Kernel.createGaussianKernel(java.awt.image.BufferedImage im, int halfWidth)
           
static Kernel Convolutions.getKernel()
           
static Kernel Kernel.load(java.lang.String path, int nBands)
          Load kernel from a comma-separated text file.
 

Methods in net.grelf.grip with parameters of type Kernel
static void Convolutions.convolve(ImFrame imf, Kernel aKernel)
          Convolve the image with the given kernel, setting the kernel as the current kernel field of this class.
static void Convolutions.deconvolve(ImFrame imf, Kernel aKernel)
          Deconvolve the image with the given kernel
static void Convolutions.setKernel(Kernel aKernel)