Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D-Reconstruction-From-Two-Views

3D reconstruction from two images. Reconstruction class modified from here.

Simple 3D reconstruction from two images of the same scene from two different viewpoints. There are many many books and articles which explain it way better (for example), but I'll just point the steps I took:

  1. Find the camera matrix. (Not in the code)
  2. Get the keypoints and descriptors using SIFT, SURF, ...
  3. Calculate the optical flow using the Lukas-Kanade algorithm.
  4. Find the essential matrix using Singular Value Decomposition.
  5. Triangulate.
  6. Visualize.

Result

About

3D reconstruction from two images using key points and singular value decomposition.

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages