Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You got typo error. Change this:

import opencv as cv

to:

import cv2 as cv

You got typo error. error namespace. Change this:

import opencv as cv

to:

import cv2 as cv