Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 768 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 768 Bytes

FreDo-Editor

FreDo Program Window

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