Modulo cv2 has no attribute cv
Hello,
I installed opencv-python using the answer given by @user3731622 in the following post: https://stackoverflow.com/questions/2...
I can import cv2 but when I try import cv2.cv as cv I get the error mentioned in the title.
I have the version opencv-python-3.1.0 and I use Python 3.5.1 on Windows.
the old cv module was a wrapper for the deprecated c-api, and was removed in opencv3.
(and stackoverflow unfortunately is only a dump of outdated cruft (at least for opencv). rather avoid looking there)