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
Asked: 2015-08-03 09:52:46 -0600
Seen: 1,413 times
Last updated: Aug 03 '15
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.