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.1.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.1.tar.gz.
File metadata
- Download URL: openfourier-0.1.1.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 |
fa6356f11b065a412d1d18fe3d57a82fc3b8bc7e607ff6fc8884a784f4fa6908
|
|
| MD5 |
b1d575f0eafafecea33b2ab941ce536e
|
|
| BLAKE2b-256 |
01ed6dab4c5d4c21936954b3619b8f037c407df118b3f0c8f17db540b3ed22d8
|
File details
Details for the file openFourier-0.1.1-py3-none-any.whl.
File metadata
- Download URL: openFourier-0.1.1-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 |
ae7c8d36186c33bbed7976ba53b829c12973612be2a279cc04187aa26214e1b3
|
|
| MD5 |
d94e9e592cc5f8a98b4f5ba16d5d7e3b
|
|
| BLAKE2b-256 |
48e5a9c361e954f3a037519fc1d47941ec1afbf775d7f9670708a33acb471838
|