An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          


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](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.

UI Screenshot

### 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
```