Add README

This commit is contained in:
2021-11-29 10:23:23 +01:00
parent 50db50e2b7
commit 4622ca23bc

8
README.md Normal file
View File

@@ -0,0 +1,8 @@
# 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.