Image Processing For Machine Learning python Package https://pypi.org/project/IPFML/
Jérôme BUISINE 68533d6811 Merge branch 'release/v0.2.7' | 5 年 前 | |
---|---|---|
docs | 5 年 前 | |
images | 6 年 前 | |
ipfml | 5 年 前 | |
.gitignore | 5 年 前 | |
CONTRIBUTION.md | 5 年 前 | |
LICENSE | 6 年 前 | |
MANIFEST.in | 6 年 前 | |
README.md | 5 年 前 | |
README.rst | 5 年 前 | |
build.sh | 5 年 前 | |
ipfml_logo.png | 5 年 前 | |
requirements.txt | 5 年 前 | |
setup.py | 5 年 前 |
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!