/image-stitching

Program to stitch two images

Primary LanguagePython

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