Skip to content

Stitching and warping functions for panorama images without using OpenCV functions

Notifications You must be signed in to change notification settings

nirmal-25/Image-Panorama-Stitching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Stitching and Warping

2D Homography is implemented from scratch here; note that there is a findHomography() function in OpenCV. Then warping is done to map the source image to the destination using the inverse of the Homography matrix obtained.

Corresponding keypoints between images are found using SIFT and further refined by the RANSAC algorithm

The .ipynb file can be used for panorama stitching of custom images, along with the examples given. For details on the image warping implementation refer to image_warping.py

Results

Image Warping

RANSAC using SIFT keypoints

Sample output images

About

Stitching and warping functions for panorama images without using OpenCV functions

Topics

Resources

Stars

Watchers

Forks