Description: I ve made an example on how to perform FFT operation using FFTW in OpenCV. It simply loads an image, compute FFT & IFFT, then display the final result. The resulted image has no difference with the original, as it should.
File list (Check if you may need any files):
fft_image.c
Makefile
README.TXT