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