opencv in pypi

asked 2015-08-03 09:52:46 -0600

TerryJ gravatar image

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

edit retag flag offensive close merge delete

Comments

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

berak gravatar imageberak ( 2015-08-03 09:59:54 -0600 )edit

Wow. Thanks. Will do.

TerryJ gravatar imageTerryJ ( 2015-08-03 11:15:33 -0600 )edit