Week 9 - Single-view geometry

How can we automatically estimate the camera pose given a map of the scene?

Lectures

Recommended reading

Lab: Pose estimation and Augmented Reality

In this lab we will implement real-time pose estimation based on 2D-3D correspondences from scratch!

C++

You will find the lab at https://github.com/tek5030/lab-pose-estimation.

Follow the lab guide in README.md.

Python

You will find the lab at https://github.com/tek5030/lab-pose-estimation-py.

Follow the lab guide in README.md.