Image Processing For Machine Learning python Package https://pypi.org/project/IPFML/
Jerome Buisine b50f0393af Merge branch 'release/v0.1.5' | il y a 6 ans | |
---|---|---|
images | il y a 6 ans | |
ipfml | il y a 6 ans | |
.gitignore | il y a 6 ans | |
.python-version | il y a 6 ans | |
LICENSE | il y a 6 ans | |
MANIFEST.in | il y a 6 ans | |
README.md | il y a 6 ans | |
README.rst | il y a 6 ans | |
example.py | il y a 6 ans | |
setup.py | il y a 6 ans |
Image Processing For Machine Learning package.
To use, simply do :
from PIL import Image
from ipfml import image_processing
img = Image.open('path/to/image.png')
s = image_processing.get_LAB_L_SVD_s(img)
This project contains modules.
image_processing : Image processing module
metrics : Metrics computation of PIL or 2D numpy image
All these modules will be enhanced during development of the project
This git project uses git-flow implementation. You are free to contribute to it.