Skip to content

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

Notifications You must be signed in to change notification settings

SKoptew/ImageFourierTransform

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published