Learn Before
Concept

Installing and Importing OpenCV

To install opencv please use pip install opencv. Entering this command line on the command line console will allow you to install and then later import in your python script. For mac users, the usage of pip3 may be necessary.

To use OpenCV in the script use

import cv2

0

1

Updated 2021-06-08

Tags

Python Programming Language

Data Science