Image Processing
Project description
jd_image_process
Description. The package jd_image_process is used to:
- Complete the requirements of a challenge in a Data Engineering class at Digital Innovation One.
Installation
Use the package manager pip to install jd_image_process
pip install jd_image_process
Usage
from jd_image_process.utils import io, plot
from jd_image_process.processing import combination, transformation
image1 = io.read_image('image1_path')
image2 = io.read_image('image2_path')
plot.plot_image(image1)
plot.plot_image(image2)
result_image = combination.transfer_histogram(image1, image2)
plot.plot_result(image1, image2, result_image)
Author
Judenilson Araujo
License
Project details
Release history Release notifications | RSS feed
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 jd-image-processing-0.0.1.tar.gz.
File metadata
- Download URL: jd-image-processing-0.0.1.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b802ba5b015a52c8914a5ea1c6b029a5593029625dd5c6a6515aa414967c337
|
|
| MD5 |
3160e6528dd6bd0ef28cd3abbaa2b811
|
|
| BLAKE2b-256 |
558684efde8dec159d8d838e5f05dcdf38daadc9f76f5d68b6dd2d811c9aeef0
|
File details
Details for the file jd_image_processing-0.0.1-py3-none-any.whl.
File metadata
- Download URL: jd_image_processing-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99fbd5c1029318067122e49bf2e098c6421840173922fbe7f210107709f6379e
|
|
| MD5 |
0a6dda4bac3703c29357bc697a347c33
|
|
| BLAKE2b-256 |
2cca40f86e47b0f68f146ce1c81384f8632df3313294d03c45f65ae076b3b8ef
|