https://github.com/maktoobgar/vision
Vision exercises of khu university.
https://github.com/maktoobgar/vision
orb sift surf vision
Last synced: about 2 months ago
JSON representation
Vision exercises of khu university.
- Host: GitHub
- URL: https://github.com/maktoobgar/vision
- Owner: maktoobgar
- License: mit
- Created: 2024-11-29T06:39:52.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-20T09:41:41.000Z (4 months ago)
- Last Synced: 2025-01-25T15:44:38.865Z (3 months ago)
- Topics: orb, sift, surf, vision
- Language: Python
- Homepage:
- Size: 6.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vision Exercises
## Installation
```bash
source ./env/bin/activate
pip -r requirements.txt
```## How to use [ex_1](./ex_1/)
```bash
# surf
python ./ex_1/main.py --surf --image ./ex_1/images/image1.jpg --second_image ./ex_1/images/image2.jpg --save
# sift
python ./ex_1/main.py --sift --image ./ex_1/images/image1.jpg --second_image ./ex_1/images/image2.jpg --save
# orb
python ./ex_1/main.py --orb --image ./ex_1/images/image1.jpg --second_image ./ex_1/images/image2.jpg --save
```