https://github.com/sunilcz/panoramer
Web based image stitching application leveraging SIFT, RANSAC, and Levenberg-Marquardt algorithm.
https://github.com/sunilcz/panoramer
feature-extraction feature-matching image-processing image-stitching levenberg-marquardt ransac sift
Last synced: about 1 year ago
JSON representation
Web based image stitching application leveraging SIFT, RANSAC, and Levenberg-Marquardt algorithm.
- Host: GitHub
- URL: https://github.com/sunilcz/panoramer
- Owner: SunilCz
- Created: 2024-01-24T18:44:51.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-18T02:23:14.000Z (about 2 years ago)
- Last Synced: 2025-04-12T20:58:55.169Z (about 1 year ago)
- Topics: feature-extraction, feature-matching, image-processing, image-stitching, levenberg-marquardt, ransac, sift
- Language: JavaScript
- Homepage: https://panoramer.vercel.app
- Size: 8.47 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](https://tu.edu.np/)] students , including [Basanta Rai](https://github.com/iambasantarai) along with [Robin Devkota](https://github.com/robindevkota) and [Sunil Chaudhary](https://github.com/sunilCz).
Panoramer aims to deliver professional-quality panoramas with precise alignment and an intuitive interface, catering to users of all skill levels.

### Algorithms
- [SIFT](https://en.wikipedia.org/wiki/Scale-invariant_feature_transform)
- [RANSAC](https://en.wikipedia.org/wiki/Random_sample_consensus)
- [Levenberg Marquardt](https://en.wikipedia.org/wiki/Levenberg%E2%80%93Marquardt_algorithm)
### Quick start
Clone the repository
```bash
git clone git@github.com:iambasantarai/panoramer.git
```
Navigate to the project directory
```bash
cd panoramer
```
Install dependencies
```bash
yarn
```
Start the development server
```bash
yarn dev
```