Forums

OpenCV

Hello! I need your help. How can I install opencv to use it in my Python 3.5 scripts. Thanks

Hi there, There is a pypi package called "opencv-python" (https://pypi.python.org/pypi/opencv-python) which might work? You'll need to install it into a virtualenv...