opencv in pypi
Hi, I did : pip search opencv.
I get ctypes-opencv , opencv-cython , pyopencv, opencv_engine and few others.
Could you clarify which is the right one.
Thanks
Hi, I did : pip search opencv.
I get ctypes-opencv , opencv-cython , pyopencv, opencv_engine and few others.
Could you clarify which is the right one.
Thanks
Asked: 2015-08-03 09:52:46 -0600
Seen: 1,267 times
Last updated: Aug 03 '15
Installing Sample App / OpenCV Manager
Missing OpenCV-2.4.1/build/lib/*.so:
Unable to start program ALL_BUILD [closed]
Problems installing opencv on mac with python
How link OpenCV 2.4.2 whit Eclipse Juno
How to change the Install Guide Wiki pages
problem install opencv on linux mandriva
Problems following the Windows installation tutorial with 2.4.2
probably none of them ;( (they all sound c-api specific and very outdated)
http://docs.opencv.org/ref/master/da/...
again, be wary of package-managers, they will always deliver something outdated. (and opencv does not manage any of those)
try to build from src instead
Wow. Thanks. Will do.