A wrapper of scikit image for ease of use
Project description
ease-image-processing
Description.
The package ease-image-processing is used to wrapper some functions of scikit image for ease of use, so the package features are:
-
Structure:
-
Histogram matching
-
Structural similarity
-
Resize image
-
Drawing the image
-
-
Utils:
-
Read image
-
Save image
-
Plot image
-
But the main goal of this project is to learn the main structures of a python package.
Installation
Use the package manager pip to install ease-image-processing
pip install ease-image-processing
Usage
#Import libs and images:
from easeimage.structure import combination, transformation
from easeimage.utils import io, graphics
barca = io.read_image('image/barcelona.png')
real = io.read_image('image/real.png')
inter = io.read_image('image/inter.jpg')
# Combining Barcelona and Real Madrid symbols:
real_barca = combination.transfer_histogram(real, barca)
# Showing the combined symbol:
graphics.plot_image(real_barca)
graphics.plot_result(real, barca, real_barca)
graphics.plot_histogram(real_barca)
# Drawing Real symbol:
draw_inter = transformation.image_to_draw(inter)
graphics.plot_image(draw_inter)
Add content
Tox is for use automated tests in differents versions of Python.
Author
Vitor Pereira
License
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 ease-image-processing-0.0.4.tar.gz.
File metadata
- Download URL: ease-image-processing-0.0.4.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6550f54b5a24702ef85874bd17a6b0aacbaf18d5cf9b5c3f48f300f6839b1d2d
|
|
| MD5 |
78748d974e60ed13b8f118c76c41ef43
|
|
| BLAKE2b-256 |
99cd4f9a037633e46ec6adefe94017a9517976df976e309789c9cd1d88604e6a
|
File details
Details for the file ease_image_processing-0.0.4-py3-none-any.whl.
File metadata
- Download URL: ease_image_processing-0.0.4-py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf9d1ee90ad2623c88a6bd5ae717684da8d2427d253310e2d0f72ecb838bb99e
|
|
| MD5 |
dd77e8b07827bcdffc5b194db2d3b990
|
|
| BLAKE2b-256 |
86bdad539151f105d68ff06c9de3c0c061988dccda1380e75c5389529f9358e5
|