Skip to content

An application to find correspondences between two panorama images and stitch them together.

Notifications You must be signed in to change notification settings

NattyBumppo/Simple-Image-Stitcher

Repository files navigation

Summary

This is an application that takes two images as panorama input and stitches them together by computing a homography between the images and constructing an equirectangular image projection that stiches both images together. Overlapping pixels are blended together. For this project I built a Harris corner detector as well as a RANSAC alignment algorithm.

This project was written in C++, using the Qt framework framework.

Credits

For this application, Larry Zitnick at Microsoft Research wrote the majority of the UI code and the high-level architecture, and Nat Guy wrote the majority of the actual image processing and stitching code.

About

An application to find correspondences between two panorama images and stitch them together.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages