abdelrahman-wael / Image-Stitching

Generating panorama view from stitching 2 images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Jupyter Notebook 100.0%