Image Processing For Machine Learning
Project description
This is a package developed during a thesis project.
Installation
pip install ipfml
How to use ?
To use, simply do :
from PIL import Image
from ipfml.processing import transform
img = Image.open('path/to/image.png')
s = transform.get_LAB_L_SVD_s(img)
Modules
This project contains modules.
metrics : Metrics computation for model performance
utils : All utils functions developed for the package
exceptions : All customized exceptions
filters : Image filter module with convolution
iqa : Image quality assessments
processing : Image processing module
All these modules will be enhanced during development of the package.
Documentation
For more information about package, documentation is available.
Contributing
Please refer to the guidelines file if you want to contribute!
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
ipfml-0.4.9.tar.gz
(135.7 kB
view details)
File details
Details for the file ipfml-0.4.9.tar.gz
.
File metadata
- Download URL: ipfml-0.4.9.tar.gz
- Upload date:
- Size: 135.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe34352e1f802c1be87f882a32835e9105e4e5f365f0bddb0f8b1d105ae9f361 |
|
MD5 | 9088146cd8845eeade1e45f28a36c8ae |
|
BLAKE2b-256 | 5a70f98b4804cd22009124cd8dabfe5144e3c3cb9355f531f0b2a89fe8d542a2 |