Image Processing For Machine Learning python Package https://pypi.org/project/IPFML/
Jérôme BUISINE 862b897a33 Update of documentation and noise filters | 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 | |
CONTRIBUTION.md | il y a 5 ans | |
LICENSE | il y a 6 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 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 guidelines file if you want to contribute!