Files
fourier-demo/README.md
2021-11-29 10:23:23 +01:00

8 lines
403 B
Markdown

# Fourier Transform on Images - Demo
This is an Jupyter notebook that loads all the images from the `img` directory.
It then proceeds to apply a Fast Fourier Transform and exports the spectrums to `spectrum`.
These spectrums can be changed manually and reimported to the notebook.
The Fourier Transform can then be reverted, showing the impact of modifications in the Fourier space on the real space.