Image Processing For Machine Learning python Package https://pypi.org/project/IPFML/
Jérôme BUISINE ac4f69dc6d Merge branch 'release/v0.1.7' | vor 6 Jahren | |
---|---|---|
docs | vor 6 Jahren | |
images | vor 6 Jahren | |
ipfml | vor 6 Jahren | |
.gitignore | vor 6 Jahren | |
.python-version | vor 6 Jahren | |
LICENSE | vor 6 Jahren | |
MANIFEST.in | vor 6 Jahren | |
README.md | vor 6 Jahren | |
README.rst | vor 6 Jahren | |
build.sh | vor 6 Jahren | |
requirements.txt | vor 6 Jahren | |
setup.py | vor 6 Jahren |
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.
All these modules will be enhanced during development of the package. Documentation is available here.
This git project uses git-flow implementation. You are free to contribute to it.