You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository houses my code submissions and reports from projects and the Midterm exam for the course - ENPM673 in Spring 2023. Each Project is neatly organized in its own folder, complete with documentation and required resources. It provides a overview of my work done in this course
This is a small program with a UI interface used for batch image stitching. It can stitch a series of small images into a single long strip image, making it suitable for creating long comic strips that can be conveniently read on mobile devices.
This repository contains an implementation of an image stitching algorithm using OpenCV and Python. The goal is to combine multiple overlapping images to create a seamless panoramic view by detecting features, estimating homography, and blending the images smoothly.