Image Processing For Machine Learning python Package https://pypi.org/project/IPFML/
Jérôme BUISINE f2572ec04c Merge tag 'v0.1.9' into develop | преди 6 години | |
---|---|---|
docs | преди 6 години | |
images | преди 6 години | |
ipfml | преди 6 години | |
.gitignore | преди 6 години | |
.python-version | преди 6 години | |
LICENSE | преди 6 години | |
MANIFEST.in | преди 6 години | |
README.md | преди 6 години | |
README.rst | преди 6 години | |
build.sh | преди 6 години | |
requirements.txt | преди 6 години | |
setup.py | преди 6 години |
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.