First time here? Check out the FAQ!
answered 2017-07-28 10:57:03 -0600
please use:
import cv2
not
from cv2 import *
and all your problems will go away ;)