Back to Browse

How to install OpenCV in Python 3 simple #2

200 views
Apr 28, 2019
4:45

HOW TO INSTALL OpenCV or CV2 module for python 3 on Ubuntu or Linux There are 2 lines: sudo apt-get install python3-pip pip3 install opencv-python after this you can simply check if the instalation is succes by writing python3 then import cv2 then cv2.__version__ to see the version

Download

0 formats

No download links available.

How to install OpenCV in Python 3 simple #2 | NatokHD