description.rst 396 B

123456789101112131415161718192021222324252627
  1. Description
  2. =====================================
  3. .. image:: _static/ipfml_logo.png
  4. Installation
  5. ------------
  6. Just install package using pip
  7. .. code:: bash
  8. pip install ipfml
  9. How to use ?
  10. ------------
  11. To use, simply do :
  12. .. code:: python
  13. from PIL import Image
  14. from ipfml import processing
  15. img = Image.open('path/to/image.png')
  16. s = processing.get_LAB_L_SVD_s(img)