Hi,
Both opencv2 and opencv3 modules are named cv2.pyd.
Since, they both work on Py 2.7, can I have opencv2 and opencv3 coexist in same python installation. Somehow just copy them to lib/site-packages.
I should be able to do "import cv2" or "import cv3". Is it possible?
Thanks
T
↧