https://github.com/jmisiaszek/image-stitching
Image stitching for Robot Control course @ MIMUW
https://github.com/jmisiaszek/image-stitching
image-processing python
Last synced: 12 months ago
JSON representation
Image stitching for Robot Control course @ MIMUW
- Host: GitHub
- URL: https://github.com/jmisiaszek/image-stitching
- Owner: jmisiaszek
- Created: 2025-04-05T14:34:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-05T15:06:18.000Z (about 1 year ago)
- Last Synced: 2025-06-01T11:06:48.003Z (about 1 year ago)
- Topics: image-processing, python
- Language: Python
- Homepage:
- Size: 1.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image Stitching Program
This project was made as a homework for the Robot Control course **@MIMUW**. The main goal of the project was to implement different image stitching methods in Python.
## Task description
Full description of the task is saved in [Task.md](./Task.md) file. The whole project consists of 7 subtasks that gradually progress through the topic of image stitching.
## Solution & Results
Full solution for this task is in [stitch.py](./stitch.py) file. [Solution.md](./Solution.md) lists out all 7 subtasks and corresponding functions in Python source. Resulting panorama images are placed in [/results](./results/) folder.