sudo apt-get install build-essential cmake pkg-config
sudo apt-get install libjpeg8-dev libtiff5-dev libjasper-dev libpng12-dev
sudo apt-get install libgtk2.0-dev
sudo apt-get install libavcodec-dev libavformat-dev libswscale-dev libv4l-dev
sudo apt-get install libatlas-base-dev gfortran
sudo apt-get install libboost-all-dev
sudo apt-get install python-dev
sudo apt-get install ubuntu-restricted-extras
sudo apt-get install ubuntu-restricted-addons
sudo apt-get install vlcInstall the following:
- xcode
- xcode clt
- homebrew
brew install boost
brew install boost-python
brew list | grep 'boost'
> boost
> boost-python
brew tap homebrew/science
brew install opencv3After cloning this repo:
conda env create -f cv.yml