Skip to content

Web based image stitching application leveraging SIFT, RANSAC, and Levenberg-Marquardt algorithm.

Notifications You must be signed in to change notification settings

iambasantarai/panoramer

Repository files navigation

Panoramer

Panoramer: The ultimate solution for seamless image stitching

Panoramer is a web application that seamlessly merges multiple overlapping images into a single panoramic image. Developed as a final year project by a team of BSc.CSIT [Tribhuvan University] students , including Basanta Rai along with Robin Devkota and Sunil Chaudhary. Panoramer aims to deliver professional-quality panoramas with precise alignment and an intuitive interface, catering to users of all skill levels.

UI Screenshot

Algorithms

Quick start

Clone the repository

git clone git@github.com:iambasantarai/panoramer.git

Navigate to the project directory

cd panoramer

Install dependencies

yarn

Start the development server

yarn dev