Problem with building OpenCV for Python 2.6

Posted by si14 on Stack Overflow See other posts from Stack Overflow or by si14
Published on 2010-03-30T14:50:27Z Indexed on 2010/03/30 14:53 UTC
Read the original article Hit count: 302

Filed under:
|

I've just downloaded OpenCV's trunk and now I'm trying to build it with MinGW. I read the manual and get .dll's compiled, but that's all - "interfaces/python" contains only some .i and .cmake files. How can I really get new python interface? Where I can find new cv.pyd/libcv.dll.a (because a compiled version from official site crashes sometimes and I saw this bug as "fixed" in Trac)?

© Stack Overflow or respective owner

Related posts about python

Related posts about opencv