Skip to content

Simple task of implementing epipolar geomtry using OpenCV and Python

Notifications You must be signed in to change notification settings

Phrungck/epipolar-geometry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Epipolar Geometry (2020 coding-style)

Link to report: https://github.com/Phrungck/epipolar-geometry/blob/main/Report.pdf

In this programming task, the objective is to use the OpenCV libraries to perform epipolar geometry and triangulation of two images captured at different camera angles. We aim to fit a fundamental matrix given matched coordinates and perform the same procedure for matches obtained from putative matches from https://github.com/Phrungck/image_stitching.

Triangulated Points and Camera Centers

alt text

Dependencies

  • opencv
  • numpy
  • imageio
  • scipy.linalg
  • matplotlib
  • mpl_toolkits

About

Simple task of implementing epipolar geomtry using OpenCV and Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages