How to Install OpenCV with Python 3

Published: 27 May 2020
on channel: OSPY
1,485
10

How to Install OpenCV with Python 3

sudo apt update
sudo apt install python3-pip -y
pip3 -V
#sudo pip3 install opencv-python
or
#sudo apt install python3-opencv
import cv2
cv2.__version__


Watch video How to Install OpenCV with Python 3 online without registration, duration hours minute second in high quality. This video was added by user OSPY 27 May 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 1,485 once and liked it 10 people.