Image Processing For Machine Learning python Package https://pypi.org/project/IPFML/
Jerome Buisine 78a2e676a8 Bits computations metric and processing of image added | 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 | |
example.py | hace 6 años | |
setup.py | hace 6 años |
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.