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

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

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.