Skip to content

abhijitmahalle/image-stitching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT

Image stitching

This repository contains program to stitch two images of the same scene using SIFT feature matching and Lowe's ratio test. No OpenCV inbuilt function was used to stitch two images except for feature detection using SIFT.

Requirement:

  • Python 2.0 or above

Dependencies:

  • OpenCV
  • NumPy

Instruction to run the code:

python image_stitching.py

Results