EE362 Final Project, Winter 2005
Inferring Depth from Images
David Lieb
Andrew Lookingbill
Keith Rauenbuehler

Introduction
As part of research being conducted through the Stanford Artificial Intelligence Laboratory, our group looked at methods for inferring depth information from an image taken by a single camera. This could be used as a replacement for traditional 3-D reconstruction approaches typically taken in computer vision. The end goal was to implement code that could be run on the robot (part of the DARPA LAGR project) pictured below.
This work was intended to build on work previously done to segment a 2-D scene into traversable and non-traversable regions. Given the output of an algorithm that correctly labeled trees as hazards in a monocular camera image (blue and red regions in the picture below), we were seeking to infer the depths of the different obstacles in the scene, which would allow the robot to navigate around them.
