Skip to content

Instantly share code, notes, and snippets.

View themultiplexer's full-sized avatar

Joshua Rutschmann themultiplexer

View GitHub Profile
@themultiplexer
themultiplexer / compile_cv.sh
Last active November 27, 2025 19:36
Compile OpenCV 4.8 with OpenGL+OpenCL support
# 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