README.md 1.0 KB

Image Processing For Machine Learning

Installation

pip install ipfml

How to use ?

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)

Modules

This project contains modules.

  • processing : Image processing module
  • metrics : Metrics computation of PIL or 2D numpy image
  • filters : Image filter module

All these modules will be enhanced during development of the package. Documentation is available here.

How to contribute

Please refer to the CONTRIBUTION.md file if you want to contribute!

Contributors

Licence

MIT