Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 765 Bytes

readme.md

File metadata and controls

9 lines (5 loc) · 765 Bytes

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.