Skip to content

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

Notifications You must be signed in to change notification settings

CalvinYan/crash-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages