CS766 Project 3 Report

Submitted by : Sundeep Vaddadi

¡¡

GOAL

Construct a height field of a diffuse object using a series of images taking under different light sources.

¡¡

Algorithms implemented

  1. Calibration: Estimating ligh directions using the set of chrome ballsli>
  2. Obtaining surface normals usig the above lighting directions
  3. Least square surface fitting.
  4. Also implemented are:
  5. Implementation of color albedo by simple projection as given in projecct description.
  6. Estimating surface normalsand lighting directions without using chrome balls using Hayakawa paper method

Approach