8 lines
403 B
Markdown
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. |