Skip to content

From multiple camera poses do image rectification and do structure from motion to create a RBG point cloud of the pixels in 3D space

License

Notifications You must be signed in to change notification settings

RajatBhageria/Image-Rectification-and-Structure-From-Motion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run the program, simply run test.m and all the appropriate functions will be called to do image rectification and create the point cloud of the scene.

ParseData parses the data and returns the parsed data in Mu, Mv, V, and RGB

getCorrespondences gets the x1 and x2 correspondences between two images given V

EstimateFundamentalMatrix finds the fundamental matrix 

GetInliersRANSAC is the RANSAC function  

EssentialMatrixFromFundamentalMatrix finds the fundamental matrix from the 
essential matrix 

ExtractCameraPose gets the camera pose given an Essential matrix 

Linear Triangulation does linear triangulation 

DisambiguateCameraPose finds the correct camera pose for camera 2

About

From multiple camera poses do image rectification and do structure from motion to create a RBG point cloud of the pixels in 3D space

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages