|
|
| void 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
|
|