Structure from Motion (SfM)
  • is a computer vision technique that reconstructs a 3D scene or object from a series of 2D images taken from different viewpoints

SfM - Steps

  • detect feature points (i.e. corners, SIFT points, etc)
  • track feature points (i.e. template matching, optical flow, etc)
  • TODO (i.e. orthographic matrix, etc)