/FourierExplorer

Converts images into visualizations of Fourier spectrums.

Primary LanguagePythonMIT LicenseMIT

FourierExplorer (python 3, skimage, numpy)

Converts images into visualizations of Fourier spectrums.

image

The background of this script is described in my arcticle. It allows to visualize Fourier's spectrum of image in order to estimate image's structure, quality (check and compare image compression), or just to get beautiful kaleidoscopic patterns from pictures and photos.

How to work:

  1. Put the input images into 'input/' folder.
  2. Install skimage and numpy if necessary, run the script FourierExplorer.py.
  3. The output images will appear in the 'output/' folder.

image