Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1023 Bytes

File metadata and controls

30 lines (19 loc) · 1023 Bytes

Installing OpenCV

Currently, executing this command is the quickest and easiest way to get opencv, as well as opencv python.

  • sudo apt-get install libopencv-dev python-opencv

Otherwise, you can follow the guides here for respective OS/Platforms.

You may also want to get TBB(Threading Building Blocks) to enable multi-core support(Object Training)

Additional Python Libraries: