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