Image Processing For Machine Learning python Package https://pypi.org/project/IPFML/
Jérôme BUISINE 454beb942d Merge branch 'release/v0.4.5' | vor 5 Jahren | |
---|---|---|
docs | vor 5 Jahren | |
images | vor 6 Jahren | |
ipfml | vor 5 Jahren | |
.gitignore | vor 5 Jahren | |
CONTRIBUTING.md | vor 5 Jahren | |
LICENSE | vor 5 Jahren | |
MANIFEST.in | vor 6 Jahren | |
README.md | vor 5 Jahren | |
README.rst | vor 5 Jahren | |
build.sh | vor 5 Jahren | |
ipfml_logo.png | vor 5 Jahren | |
requirements.txt | vor 5 Jahren | |
setup.py | vor 5 Jahren |
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!