Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 565 Bytes

File metadata and controls

13 lines (10 loc) · 565 Bytes

crash-course

Starter code for all assignments during UAVs@Berkeley's Fall 2020 onboarding

Installing OpenCV

You have several options:

1.) Installation via Anaconda )

Go to the installation guide for Anaconda (Miniconda might be preferred) and run conda install opencv.

2.) Installation via 3rd party library (my recommendation)

Simply run pip install opencv-python. This is a third-party pre-build installation, but is widely known to be reliable.

3.) Build from source

Please don't do this.