This file contains hidden or 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
| # Install some libraries (might not be all) | |
| sudo apt install libeigen3-dev libopengl-dev libgtk2.0-dev libgtkglext1-dev libvtk9-dev | |
| git clone https://github.com/opencv/opencv | |
| cd opencv | |
| git checkout 4.8.0 | |
| git clone https://github.com/opencv/opencv_contrib | |
| cd opencv_contrib | |
| git checkout 4.8.0 |