Image Processing For Machine Learning python Package https://pypi.org/project/IPFML/
Jérôme BUISINE 3b54d584be Add of some examples in documentation | hace 6 años | |
---|---|---|
docs | hace 6 años | |
images | hace 6 años | |
ipfml | hace 6 años | |
.gitignore | hace 6 años | |
.python-version | hace 6 años | |
LICENSE | hace 6 años | |
MANIFEST.in | hace 6 años | |
README.md | hace 6 años | |
README.rst | hace 6 años | |
build.sh | hace 6 años | |
ipfml_logo.png | hace 6 años | |
requirements.txt | hace 6 años | |
setup.py | hace 6 años |
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.
This git project uses git-flow implementation. You are free to contribute to it.