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
Created December 30, 2023 23:11
Compile OpenCV 4.8 with OpenGL+OpenCL support
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
cd ..
mkdir build
cd build