Skip to content

Image stitching using homography estimation and RANSAC

Notifications You must be signed in to change notification settings

Chinmayi5577/Image-Stitching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Image-Stitching

Image stitching using homography estimation and RANSAC

  1. Choose one image as the reference frame.
  2. Estimate homography between each of the remaining images and the reference image. To estimate homography between two images, we use the following procedure: (a) Detect local features in each image (using SIFT). (b) Extract feature descriptor for each feature point. (c) Match feature descriptors between two images. (d) Robustly estimate homography using RANSAC.
  3. Warp each image into the reference frame and composite warped images into a single mosaic.

About

Image stitching using homography estimation and RANSAC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages