This is our proposed solution for the lab "Stereo calibration and processing" in the computer vision course TEK5030 at the University of Oslo.
Please see the lab guide for more information.
For this lab, we can unfortunately not rely on conan to install all required OpenCV modules (namely the viz
module for 3D visualization). You have a few other options:
- Solve the python lab (recommended)
- Use the lab computers
- Install OpenCV using homebrew (option for mac and linux). (See also Getting started on MacOS.)
- Rely on virtualbox and our prepared linux image with dependencies preinstalled (see Canvas: Setting up your computer for the labs)
- Try Docker toolchain in CLion (very experimental)