Image processing package in Python using the Skimage package
Project description
Creating an Image Processing Package
This repository was initially intended to solve the code challenge about creating a processing image package with Python in development of the DIO's bootcamp "Geração Tech Unimed-BH - Ciência de Dados".
This repository contents a simple example about how to create a package using Python's Setuptools package and publish it in the Pypi repository.
Description
The package image_processing is used to: Processing: - Histogram matching - Structural Similarity - Resize image Utils: - Read image - Save image - Plot image - Plot result - Plot histogram
Instalation
Use the package manager pip to install the image_processing package.
pip install image_processing
Usage
from image_processing import processing, utils
Author
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
File details
Details for the file dio_image_processing-0.0.1.tar.gz
.
File metadata
- Download URL: dio_image_processing-0.0.1.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
65434c47150e2f523666921e77b76a5a693c93279c0300157cdcb06eda29c8dc
|
|
MD5 |
cb998c501f385fe9edc4e4b1de0e234f
|
|
BLAKE2b-256 |
d198fa104a0e04a20aea2a980159c8f67ff34f60518d8a5c980cba6dde016e7b
|
File details
Details for the file dio_image_processing-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: dio_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/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
0319c967534b997ac804c3f9d8d313661a5ef11a051da0e7a21063a67661ebaf
|
|
MD5 |
6a7a9f473dc3e7484039fcc22012c770
|
|
BLAKE2b-256 |
a0884cdc53a6b9ce9698faa98ca11480cbd6f06fad7d0acf3181f674b4ca0171
|