How can we find good features for finding correspondences between images?
Lab: Estimating circles from corners
In this lab we will implement our own corner keypoint detector and use it to detect circles!
C++
You will find the lab at https://github.com/tek5030/lab-corners.
Follow the lab guide in README.md.
Python
You will find the lab at https://github.com/tek5030/lab-corners-py.
Follow the lab guide in README.md.