In this article we are going to learn some of the major use of OpenCV or CV2. OpenCV is a library mainly used to read/write and manipulate images. You can find the official page here https://pypi.org/project/opencv-python/. Installation: pip install opencv-python Importing Library: import cv2 Supported Versions: 3.6, 3.7, 3.8, 3.9 Basic understanding of image: …