Skip to content

VaishKS/Homography_Estimation_RANSAC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RANSAC Homography Estimation

Input


Steps

Merge the above images into a Mosaic as follows:

  • Choose one image as the reference image frame.
  • Estimate a homography between each of the remaining images and the reference one. Each homography estimation is done by:
    • Detecting local features in each image
    • Matching feature descriptors between two images
    • Estimating the homography between two images with RANSAC for robustness to wrong keypoint correspondences
  • Warping each image into the reference frame using the estimated homography and composite the warped images into a single mosaic

Merged Image using SIFT Descriptors


Merged Image using FAST Descriptors


About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published