/FreDo

A frequency domain image editor

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

FreDo-Editor

Frequency Domain(FreDo) Editor is a free, open-source application for editing images in their frequency spectrum. It is intended to help visualize the 2D Fourier tranform and its effects. You can use it to observe how changes in the frequency domain affect the spatial domain. It can also be used to help in frequency domain filter design.

Dependencies

Fredo-Editor uses PySide for its GUI and NumPy for computation.

Build Instructions

Ubuntu

To run FreDo you need to have Python, numpy and PySide.

$ sudo apt-get install python python-numpy python-pyside pyside-tools
$ make run