fredo-editor / FreDo

A frequency domain image editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A frequency domain image editor

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 98.6%Language:Makefile 1.4%