FFTW with OpenCV

An Example on Using FFTW with OpenCV
Posted by Scripts on 2022-08-14 21:41:18
License Type
License Type
Freeware
License Type
GPL
Description
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.
Author

nashruddin

Ratings & Review
Uh oh! We couldn't find any review for this listing.
Post Review
License Type
License Type
Freeware
License Type
GPL