Skip to content

An Application for the Fast Fourier Transform. Mixing the Magnitude and Phase of the Complex Domain of Two Images.

License

Notifications You must be signed in to change notification settings

RamadanIbrahem98/image-mixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image-mixer

license last-commit

Table of Contents

About The Project

A GUI Application for the Fast Fourier Transform. Mixing the Magnitude and Phase of the Complex Domain of Two Images.

Toolbox

  • Python
    • PyQt5
    • matplotlib
    • numpy

Setting Up the Environment

  1. Clone the repo

    • HTTPS
      git clone https://github.com/RamadanIbrahem98/image-mixer.git
    • SSH
      git clone git@github.com:RamadanIbrahem98/image-mixer.git
  2. Create a Virtual Environment (Optional)

    python -m venv .env
  3. Activate the virtual environment

    • using CMD
      .\.env\Scripts\activate
    • using PowerShell
      .\.env\Scripts\Activate.ps1
    • using Bash
      source .env/bin/activate
  4. Install the requirements and dependancies

    pip install -r requirements.txt
  5. Run the application

    python main.py

About

An Application for the Fast Fourier Transform. Mixing the Magnitude and Phase of the Complex Domain of Two Images.

Topics

Resources

License

Stars

Watchers

Forks

Languages