Image Processing For Machine Learning python Package https://pypi.org/project/IPFML/
Jérôme BUISINE 7c7afc2629 Merge branch 'release/v0.4.1' | il y a 5 ans | |
---|---|---|
docs | il y a 5 ans | |
images | il y a 6 ans | |
ipfml | il y a 5 ans | |
.gitignore | il y a 5 ans | |
CONTRIBUTING.md | il y a 5 ans | |
LICENSE | il y a 5 ans | |
MANIFEST.in | il y a 6 ans | |
README.md | il y a 5 ans | |
README.rst | il y a 5 ans | |
build.sh | il y a 5 ans | |
ipfml_logo.png | il y a 5 ans | |
requirements.txt | il y a 5 ans | |
setup.py | il y a 5 ans |
pip install ipfml
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)
This project contains modules.
All these modules will be enhanced during development of the package. Documentation is available here.
Please refer to the guidelines file if you want to contribute!