Skip to content

3D scene reconstruction and camera pose estimation given images from different views (Structure from Motion)

Notifications You must be signed in to change notification settings

siddharthtelang/SfM

Folders and files

NameName
Last commit message
Last commit date
Aug 28, 2022
Sep 11, 2022
Aug 29, 2022
Sep 4, 2022
Aug 29, 2022
Sep 4, 2022
Sep 4, 2022
Aug 29, 2022
Sep 11, 2022
Sep 4, 2022
Oct 24, 2022
Sep 7, 2022
Sep 11, 2022
Aug 28, 2022
Oct 24, 2022
Aug 29, 2022
Aug 29, 2022

Repository files navigation

SfM (Structure from Motion - Classical Approach)

3D scene reconstruction and camera pose estimation given images from different views (Structure from Motion)

Topics Covered

  • Feature Matching and Outlier rejection using - RANSAC
  • Estimating Fundamental Matrix
  • Estimating Essential Matrix from Fundamental Matrix
  • Estimate Camera Pose from Essential Matrix
  • Check for Cheirality Condition using - Triangulation
  • Perspective-n-Point
  • Bundle Adjustment