3D Reconstruction

16-720 Computer Vision: Homework 4 · Fall 2022

GITHUB

image


About The Project

Implemented an algorithm to reconstruct a 3D point cloud from a pair of images taken at different angles. Used the 8-point/7-point algorithm and triangulation to find and visualize 3D locations of corresponding image points.


Built With

  • Python
  • NumPy

Results

For the entire report, please refer to the Documentation

  1. The Eight Point Algorithm for calculating the fundamental matrix image
  2. The Seven Point Algorithm for calculating the fundamental matrix image
  3. 3D Visualization of point cloud image
  4. Bundle Adjustment using RANSAC image
  5. Multi View Keypoint Reconstruction image