bool FFT::convolve float *  source,
float *  kernel,
int  xSource,
int  ySource,
int  xKernel,
int  yKernel
[static]
 

convolve image and filter using FFTW

Parameters:
source source image
kernel convolution kernel
xSource width of source image
ySource height of source image
xKernel width of kernel
yKernel height yidth of kernel
Returns:
Returns the convolved image in the 'image' array. If the convolve fails, returns false


Generated on Wed Oct 25 03:19:42 2006 for Lumos by  doxygen 1.4.6