Image Processing For Machine Learning python Package https://pypi.org/project/IPFML/
Jérôme BUISINE 00190b6244 Merge branch 'release/v0.2.2' | vor 5 Jahren | |
---|---|---|
docs | vor 5 Jahren | |
images | vor 6 Jahren | |
ipfml | vor 5 Jahren | |
.gitignore | vor 5 Jahren | |
.python-version | vor 6 Jahren | |
CONTRIBUTING.md | vor 5 Jahren | |
LICENSE | vor 6 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 import processing
img = Image.open('path/to/image.png')
s = processing.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 CONTRIBUTION.md file if you want to contribute!