HW3: 3D Reconstruction

Overview

In this assignment, you will implement methods to estimate the fundamental matrix from corresponding points in two images. Using the fundamental matrix and calibrated intrinsics (provided), you will compute the essential matrix. Then, you will implement RANSAC to improve your algorithm and compute a 3D metric reconstruction from 2D correspondences using triangulation.

Q1: 8-point and 7-point algorithm (40 points)

(A1) F matrix using 8-point algorithm (15 points)

Submission