https://github.com/geeksloth/fourier-image-synthesis
Transform image to frequency domain, and transform back to spatial domain.
https://github.com/geeksloth/fourier-image-synthesis
fourier-analysis fourier-transform
Last synced: about 1 year ago
JSON representation
Transform image to frequency domain, and transform back to spatial domain.
- Host: GitHub
- URL: https://github.com/geeksloth/fourier-image-synthesis
- Owner: geeksloth
- Created: 2023-08-08T10:02:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-08T11:11:54.000Z (almost 3 years ago)
- Last Synced: 2025-01-30T14:48:42.025Z (over 1 year ago)
- Topics: fourier-analysis, fourier-transform
- Language: Python
- Homepage:
- Size: 701 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fourier-Image-Synthesis
An implementation of 2D Fourier Transform and Fourier Synthesis from the thepythoncodingbook's [post](https://thepythoncodingbook.com/2021/08/30/2d-fourier-transform-in-python-and-fourier-synthesis-of-images/)
