Image Processing For Machine Learning python Package https://pypi.org/project/IPFML/
Jerome Buisine 78a2e676a8 Bits computations metric and processing of image added | 6 年之前 | |
---|---|---|
images | 6 年之前 | |
ipfml | 6 年之前 | |
.gitignore | 6 年之前 | |
.python-version | 6 年之前 | |
LICENSE | 6 年之前 | |
MANIFEST.in | 6 年之前 | |
README.md | 6 年之前 | |
README.rst | 6 年之前 | |
example.py | 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.
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.