Skip to content

This project involves stitching together four images taken from the different camera positions to create a panoramic image. The goal is to seamlessly merge the images together so that the resulting panoramic image looks like a single, continuous image.

Notifications You must be signed in to change notification settings

omkarchittar/Image_Stitching

Repository files navigation

Image Stitching

image1 image2

File Tree

Image_Stitching
+-figures
  +- 8 images
+-image_1.jpg
+-image_2.jpg
+-image_3.jpg
+-image_4.jpg
+-Problem
+-README.md
+-report.pdf

Installation and Running

  1. Download and extract the files.

  2. Run the code Problem.py using the following command in your terminal python3 Problem.py 4 pop up windows: window 1: Visualization of the matched features between image 1 and 2. window 2: Visualization of the matched features between image 2 and 3. window 3: Visualization of the matched features between image 3 and 4. window 4: Final stitched image.

The terminal displays the following:

  • The Homography matrices for image 1 and 2, 2 and 3, 3 and 4 respectively.

(All the figures in pop up windows are also saved in the figures folder)

  1. A detailed report of the entire project is given in report.pdf

About

This project involves stitching together four images taken from the different camera positions to create a panoramic image. The goal is to seamlessly merge the images together so that the resulting panoramic image looks like a single, continuous image.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages