First time here? Check out the FAQ!
answered 2020-02-02 21:34:18 -0600
You got typo error. Change this:
import opencv as cv
to:
import cv2 as cv
updated 2020-02-02 21:38:04 -0600
You got typo error. error namespace. Change this: