Ask Your Question
0

Installing OpenCV 3 alpha for python in windows?

asked 2014-09-12 15:48:33 -0600

randcraw gravatar image

Anyone know how to install CV3a for Python 3 in Windows 7?

Clearly the contents of CV3a's vc?? folders must be copied to C:\PythonXX, probably to site-packages, but after 30 minutes of searching the web (and this site), I can find nothing on this.

Anyone know which CV3 Alpha binaries need to be copied and where?

And I assume it's now: "import cv3"...

Thanks.

edit retag flag offensive close merge delete

Comments

for some reason still cv2...

hoju gravatar imagehoju ( 2015-06-06 23:42:19 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
1

answered 2014-09-13 01:18:48 -0600

You can find the cv2.pyd files in the directory opencv\build\python\2.7\[x86|x64], but they're for Python 2.7 only. Copy one to site-packages and import cv2.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-09-12 15:48:33 -0600

Seen: 654 times

Last updated: Sep 13 '14