Skip to content

sarapieri/Panorama

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Panorama Image Stiching

This project focuses on how to perform image stitching.
The input images are two different views of the same panorama and the output is a combined version of the two to obtain a panorama.
Image stitching requires the following fundamental steps:

  • Keypoint Detection and Description
  • Matching of the descriptors
  • RANSAC algorithm to estimate a homography matrix
  • Warping

The project discussion contains a description of each step and the corresponding design choices and the discussion and comparison of the results obtained.
The code is provided along with some test images that we used to test our implementation.

Result

Results are shown in the result folder.
Example:

Input Image 1
alt text
Input Image 1
alt text
Result
alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published