Ask Your Question
0

prebuilt OpenCV 3.0 python module

asked 2013-11-19 12:42:42 -0600

b_m gravatar image

I understand that OpenCV 3.0 is currently beta, but I wonder if it is possible to download a prebuilt cv2.pyd somewhere. I'm using windows and I'd rather not go through all the hassle of compiling it if it isn't absolutely necessary.

I've already checked google and the usual sources of python modules.

Thanks, b_m

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
1

answered 2013-11-20 03:10:38 -0600

OpenCV3.0 is indeed the master branch of the github. Since it is updated and changed almost daily, there are no prebuilt packages somewhere. So either stick to stable releases OR put in the effort of trying to build it by yourself. Also, anything above the released stable 2.4.7 branch will not be build perfectly by guarantee. Since it is a beta version, a sort of preview of what to come, it is highly possible that it will fail in the building process. So when trying to use specific master functionality, try to build only the functionality you actually need.

edit flag offensive delete link more
0

answered 2015-09-28 16:10:40 -0600

Hi, I try to find the prebuilt cv2.pyd for python 3.4, but i didn't find. Could you send me the cv2.pyd for python 3.4 or a link where I can find it ? Thank you very much

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-11-19 12:42:42 -0600

Seen: 340 times

Last updated: Nov 20 '13