Angular projections of 2/3D image objects and subsequent spherical harmonics analysis
Project description
SphericalTexture
This toolkit extracts Spherical Textures: Angular projections of 2D or 3D image objects with subsequent spherical harmonics analysis.
Usage
Construct a SphericalTextureGenerator object, with the dimensionality of the data and the desired spherical projections and output types.
This stg.process_image() takes an image and binary mask, and returns a dictionary with numpy arrays for each projection and output type.
from sphericaltexture import SphericalTextureGenerator
stg = SphericalTextureGenerator(
ndim=3,
projections=['Shape','Intensity'],
output_types=["Spectrum", "Polarization Direction", "Full Projection", "Complex Decomposition"]
)
results = stg.process_image(imgdata, mask)
Installing
Still work in progress.
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
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 sphericaltexture-0.0.1.tar.gz.
File metadata
- Download URL: sphericaltexture-0.0.1.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2ca0311b8d9db163c82b46562c633807e6611b4bafcae32ece4a95b2504d87c
|
|
| MD5 |
ec89e878ad86adf2f4bb04ee83c09755
|
|
| BLAKE2b-256 |
494dce799615253c29b2d43c4b0cd445a38c6abaf01b1c33bd7f7895e8a5ce55
|
File details
Details for the file sphericaltexture-0.0.1-py3-none-any.whl.
File metadata
- Download URL: sphericaltexture-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a2e8fb74e3baafff3f3a1c61dc6aa40a60edba1942d3c9885074f8ea615693e
|
|
| MD5 |
bce08f60de9e9c4eaea2347dc1405f35
|
|
| BLAKE2b-256 |
326a016ef1de9092ae68a923ec3e9a7de554f44ba102c429f78e3c4814374499
|