Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 446 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 446 Bytes

OpenCV-Python-Hacks

Python object tracking and optical flow in OpenCV.

Installing OpenCV for Python3

Windows, from command shell (or git (bash) shell):

  pip3 install opencv-python 

Linux, OS X, from terminal:

  sudo pip3 install opencv-python 

On RaspberryPi, I also needed to do this:

  sudo apt install libcblas-dev libatlas-base-dev libjasper-dev libqtgui4 python3-pyqt5 libqt4-test