diff --git a/README.md b/README.md new file mode 100644 index 0000000..2bf54e0 --- /dev/null +++ b/README.md @@ -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. \ No newline at end of file