There are
opencv(the library from the OpenCV guys),cv(the old library from the OpenCV guys) andpyopencvwith its predecessorctypes-opencv.
What are the main differences and which one should I use?
|
|
|
Officially, OpenCV releases two types of Python interfaces, cv: I started working on For array operations, there are several functions like For imageROI, you need special functions like If you find contours, (And i think, soon its development will be stopped. Earlier, there was only cv2: And the latest one is For eg, if you load image, an
Also, for imageROI, array slicing can be used like To add two images, No need of any function, just Contours returned are lists of Numpy arrays. You can find a detailed discussion about Contours here : Contours - 1 : Getting Started
To see a simple discussion how numpy speed up pyopencv: I don't know much about this since i haven't used it. But it seems to have stopped further development. I think it would be better to stick on to official libraries.
EDIT : You can see installation procedure for |
|||||||||||
|