80 likes | 185 Views
Explore an iterative process of refining image correspondences for accurate scene reconstruction in 3D using Structure from Motion. Learn how RANSAC filters outliers, Levenberg-Marquardt refines fundamental matrix, and nonlinear methods improve estimates. Work based on Hartley's algorithm, with emphasis on error handling for robust results.
E N D
Structure from Motion :Who’s afraid of a couple typos? Work based on that of Hartley by Josh Wills
Algorithm Summary • Compute a set of correspondences • Find the inliers via RANSAC • Get linear estimates of F, P, P’, and X • Use Levenberg-Marquardt to get a better estimation of F (and therefore P and P’) • Re-estimate x and x’ using a nonlinear method • Re-estimate X • Solve for true X using ground truth