OpenCV
Open-source computer-vision library.
OpenCV provides image and video processing primitives, classical CV algorithms (feature detection, optical flow, calibration), and a deep-learning inference module. It has C++, Python, and Java bindings and runs on every Linux distribution.
Install
pip install opencv-python
