SKoptew / ImageFourierTransform

Several C++ implementations of 2D FT: brute-force, Cooley–Tukey FFT (recursive and no-recursive), Stockham FFT.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Fourier transform

Several C++ implementations of 2D FT: - brute-force; - Cooley–Tukey FFT: recursive and no-recursive bit-reversal versions; - Stockham FFT.

This is not a production code, the aim was to better understand the differences between the algorithms and compare their performance by myself.

About

Several C++ implementations of 2D FT: brute-force, Cooley–Tukey FFT (recursive and no-recursive), Stockham FFT.


Languages

Language:C++ 93.6%Language:C 6.4%