How To install OpenCV with Python 3.8.3 And Pip On Windows 10



4
9716

in This Tutorial you will learn " How To install OpenCV with Python 3.8.3 And Pip On Windows 10" OpenCV is a library of programming functions mainly aimed at real-time computer vision. Originally developed by Intel, it was later supported by Willow Garage then Itseez. The library is cross-platform and free for use under the open-source BSD license. Step 1 - installing Python 3.8.3 And Pip python --version pip --version python exit() Step 2 - installing OpenCV pip install opencv-python python import cv2 Step 3 - Check OpenCV Version cv2.__version__

Published by: Quick Notepad Tutorial Published at: 3 years ago Category: چگونه