iad.img — image transforms, regions, and stereo camera models
Project description
ialdev-img
Image processing and camera utilities for the iad toolbox, published as ialdev-img and imported as iad.img.
Use this package for small image transforms, crop/window helpers, labeled regions, camera metadata, and stereo camera support.
Install
pip install ialdev-img
Requires Python >=3.10.
Highlights
- Image transforms: normalization, gamma correction, alpha blending, channel extraction, convolution, and shot noise.
- Crop/window helpers such as
center_crop,crop, and sliding-window conversions. - Camera models:
Camera,Sensor,Shot,StereoCam, andResolution. - Region containers for label-coded masks and ROI-style operations.
Examples
from iad.img.tools import center_crop
from iad.img.transforms import gamma, norm
crop = center_crop(image, width=256, height=256)
display = gamma(norm(crop), g=2.2)
from iad.img.camera import Camera, Resolution
camera = Camera(name="HD", pixels=Resolution.HD)
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 ialdev_img-0.2.0.tar.gz.
File metadata
- Download URL: ialdev_img-0.2.0.tar.gz
- Upload date:
- Size: 12.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.33.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5307226af058551d5703c80f7a960a7174a3f119cd500b8dd42653bdeae082fc
|
|
| MD5 |
86c0ebec610fe043826415373cacdf0e
|
|
| BLAKE2b-256 |
295ddfcc67c0afd0400de02b069b073b5f45f721007c1cf4df2842dd08cc7864
|
File details
Details for the file ialdev_img-0.2.0-py3-none-any.whl.
File metadata
- Download URL: ialdev_img-0.2.0-py3-none-any.whl
- Upload date:
- Size: 13.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.33.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d5f4dcffa2e95ed4165a0a31066e5e152062aa92322164700302b5955bd1bb5
|
|
| MD5 |
d1a8959b58c29d468a5745585c082902
|
|
| BLAKE2b-256 |
37e0cd0ce6746bef9db4aa2fa00ee985236c42b49ad165c581a968dd3694d813
|