Skip to content

abdelrahman-wael/Image-Stitching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Image Stitching

Stitching 2 images to create a wide view

Brief Introduction

  • First we try to match points from both images.to do that we have to use scale-invariant feature transform to describe points. This is due to the nature of warping that might change the feature of the point.
  • Then we deduce the homography matrix after finding matching points between both images.
  • We proceed by warping the image so it can be "stitched" properly creating a panoramic/wide view

Example 1

right image

Example 2

right image

Extra resources and ref

About

Generating panorama view from stitching 2 images

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published