FFTW with OpenCV

Visit Publisher Site

In Image Processing, we will using FFT operation many times. Ufortunately, 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. This is 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.

Visit publisher site: FFTW with OpenCV

Listing Details

Version:
1.0 
Filed in:
Scripts / C & C++ / Scripts & Programs / Image Manipulation
Submitted on:
 
Last Updated:
Jun 9, 2008 
Publisher:
Nashruddin Amin Other listings by this publisher

License & Pricing Information

LICENSE #1
License Type:
GPL
Price:
$0.00 USD
Additional Info:

User Reviews 

Be the first to review this listing!
Average Member Rating: 4.33/5
  • Not yet reviewed by any member.... You can be the FIRST one to write a review for FFTW with OpenCV