An Example on Using FFTW with OpenCV
In Image Processing, we will using FFT operation many times. Unfortunately, OpenCV only came with DFT function. So we need to use a third party FFT library in order to perform FFT operation. FFTW is a good choice. It's very fast and freely available at http://www.fftw.org.
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.
I've tested it using MinGW compiler on Windows platform but it should compiled in other platforms with slight modification. If you encounter any problem, let me know it.
Keywords: fft in opencv, fftw with opencv, fft and opencv example, fft on images
Share:
Save to del.icio.us
Digg this!


Add your comment