OpenCV 2.4.X mit Python 3
Verfasst: Montag 19. Dezember 2016, 11:18
Hallo,
ist OpenCV 2.4.X möglich mit Python 3?
ist OpenCV 2.4.X möglich mit Python 3?
Seit 2002 Diskussionen rund um die Programmiersprache Python
https://www.python-forum.de/
Quelle: http://stackoverflow.com/questions/2095 ... python-3-3Here a solution for (I believe as seen by 'cp34' on the link below) Python 3.4.
Go to to http://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv.
Download the appropriate .whl.
Go to the directory where the .whl is saved.
Use pip to install the .whl. e.g. pip install opencv_python-3.0.0-cp34-none-win_amd64.whl
Then just use import cv2.