Skip to content

fredo-editor/FreDo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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