I've just installed OpenCV 3 on Win7 for using with Python 2.7. I've copied cv2.pyd to /DLLs.
Unfortunately many examples I've tried, don't work, because cv2.cv seems to be missing in OpenCV3
Is there a replacement for it? Is there a table of new constant-names used to be declared in cv2.cv?
Many thanks!