Skip to content

tek5030/solution-corners

Repository files navigation

Estimating circles from corners

This is our proposed solution for the lab "Estimating circles from corners" in the computer vision course TEK5030 at the University of Oslo.

Please see the lab guide for more information.

Prerequisites

  • Ensure Conan is installed on your system, unless you are not on a lab computer.

  • Install project dependencies using conan:

    # git clone https://github.com/tek5030/solution-corners.git
    # cd solution-corners
    
    conan install . --install-folder=build --build=missing
  • When you configure the project in CLion, remember to set build as the Build directory, as described in lab_intro.