1. Introduction


In this video, we introduce the ProtoCopier, and start to think about the kinds of challenges associated with the system.

2. Challenges of Computer Vision


In this video, we discuss the difficulties of computers acquiring meaning from visual information, and how we take for granted the miraculous things that our brains can do for us with ease.

3. The SLAM Problem


In this video, we discuss the problem of acquiring a 3D model of an object, using only simple cameras. We discuss this in the context of the well known "Simultaneous Localisation and Mapping" (SLAM) problem.

4. The SLAM Algorithm


In this video, we discuss how the SLAM algorithm is implemented in a simple form. We present the problem is probabilistic terms, where we aim to find the most likely 3D map and camera poses given our observed data. We then explore how Bayes rules can be applied to form an efficient iterative solution.