Image Processing with Python - BKJackson/BKJackson_Wiki GitHub Wiki

Python image processing packages

OpenCV Python -
Pillow - Python Imaging Library
Luminoth - Deep Learning toolkit for Computer Vision. No longer maintained as of Jan 2020
Detectron 2 - FAIR's next-generation research platform for object detection and segmentation.
Mahotas - another Python image processing library. It is also known as a computer vision library, as well. Mahotas offers quite traditional functionality for image processing. It is a real fast library. And comes with a well-organized code. In fact, Mahotas offers the least dependencies to any other third party platforms.