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.
-
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.