Python Imaging Library (PIL) is one of the popular libraries used for image processing. PIL can be used to display image, create thumbnails, resize, rotation, convert between file formats, contrast enhancement, filter and apply other digital image processing techniques etc.
Here are few things which you can implement using python
Instructions on how to use them in your own application are linked below.
Library | Documentation |
---|---|
CV2 | https://pypi.org/project/opencv-python/ |
PIL | https://pypi.org/project/Pillow/ |
CLAHE | https://pypi.org/project/clahe/ |