https://github.com/sunilcz/panoramer-api
API for panoramer
https://github.com/sunilcz/panoramer-api
feature-extraction feature-matching image-mosaic image-processing image-stitching levenberg-marquardt opencv panorama ransac sift
Last synced: 21 days ago
JSON representation
API for panoramer
- Host: GitHub
- URL: https://github.com/sunilcz/panoramer-api
- Owner: SunilCz
- Created: 2024-01-24T09:33:19.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-25T11:26:25.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T21:13:33.194Z (about 1 year ago)
- Topics: feature-extraction, feature-matching, image-mosaic, image-processing, image-stitching, levenberg-marquardt, opencv, panorama, ransac, sift
- Language: Python
- Homepage:
- Size: 20.4 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting started
### Create virtual environment
```bash
python3 -m venv venv
```
### Activate the virtual environment
```bash
. venv/bin/activate
```
### Install packages
```bash
pip install -r requirements.txt
```
### Run flask application
```bash
flask run
```