Image Processing For Machine Learning python Package https://pypi.org/project/IPFML/
|
4 years ago | |
---|---|---|
docs | 4 years ago | |
images | 5 years ago | |
ipfml | 4 years ago | |
.gitignore | 4 years ago | |
CONTRIBUTING.md | 4 years ago | |
LICENSE | 4 years ago | |
MANIFEST.in | 5 years ago | |
README.md | 4 years ago | |
README.rst | 4 years ago | |
build.sh | 4 years ago | |
ipfml_logo.png | 4 years ago | |
requirements.txt | 4 years ago | |
setup.py | 4 years ago |
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!