Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.34 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.34 KB

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