A package for computing 2D Fourier transform amplitude spectrum
Project description
openFourier
A Python package for computing 2D Fourier transform amplitude spectrum of images.
Installation
You can install the package using pip:
pip install openFourier
## Usage
import cv2
import openFourier as of
# 이미지 로드
image = cv2.imread('example.png')
# 진폭 스펙트럼 계산
spectrum = of.ww_amplitude_spectrum(image)
# 결과 저장
cv2.imwrite('amplitude_spectrum.png', spectrum * 255)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
openfourier-0.1.3.tar.gz
(2.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file openfourier-0.1.3.tar.gz.
File metadata
- Download URL: openfourier-0.1.3.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bcd32bec96278e720464020c31115755ae43f63435f6f74117a99a28f40ba310
|
|
| MD5 |
87ff5b22cf327e3646f1b64e07d48460
|
|
| BLAKE2b-256 |
5f1e72893433b12308a59fc36ebda6d89efb51a54761fdf2155c97cf0685a01a
|
File details
Details for the file openFourier-0.1.3-py3-none-any.whl.
File metadata
- Download URL: openFourier-0.1.3-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2de9b901858938d7af989cf64b9c6e2afadf659937021d9cd13928929f0d5afd
|
|
| MD5 |
f6a678126c8320f437a67a94a45dc299
|
|
| BLAKE2b-256 |
a799468a2a784f73b1544726a988de5506832a3db3d39b34af6f535839174394
|