Created
October 1, 2020 16:45
-
-
Save IamPhytan/fa0ef946187c535387fb03eb11fa7adc to your computer and use it in GitHub Desktop.
OpenCV Contrib Python Dependencies Installation for Raspberry Pi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt update && sudo apt upgrade | |
sudo apt install -y build-essential cmake pkg-config | |
sudo apt install -y libjpeg-dev libtiff5-dev libjasper-dev libpng12-dev | |
sudo apt install -y libavcodec-dev libavformat-dev libswscale-dev libv4l-dev | |
sudo apt install -y libxvidcore-dev libx264-dev | |
sudo apt install -y libfontconfig1-dev libcairo2-dev | |
sudo apt install -y libgtk2.0-dev | |
sudo apt install -y libatlas-base-dev gfortran | |
sudo apt install -y libgdk-pixbuf2.0-dev libpango1.0-dev | |
sudo apt install -y libhdf5-dev libhdf5-serial-dev libhdf5-103 | |
sudo apt install -y libqtgui4 libqtwebkit4 libqt4-test python3-pyqt5 | |
sudo apt install -y libilmbase-dev libopenexr-dev | |
sudo apt autoremove |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment