Image Mixer is a digital signal processing website to mix fourier magnitude and phase of 2 different images in the fourier domain and display the mixed image in the time domain.
- Digital signal processing Course
- First Semster
- Date : 3/1/2023
Team Members |
---|
Mazen Tarek |
Neven Mohamed |
Zeyad Amr |
Omar Saad |
Select magnitude or phase component of one image only to display uniform magnitude or uniform phase of image in time domain.
- Frontend :
- React Js
- CSS
- Backend :
- Python
- Flask
-
Fourier transform of 2d images and calculating Magnitude and Phase of images.
-
Fourier shift for visualizing Fourier transform with the zero-frequency component in the middle of the spectrum.
-
Mixing magnitude and phase of diffirent image in fourier domain.
-
Inverse Fourier Transform of mixed image to display it in time domain.
- Contains all image information and methods to :
- Read and resize image.
- Claculate fourier transform of image.
- Crop in image phase and magnitude.
- Contains static functions and static objects of Image model to store data.