Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/saravanabalagi/super_mario_stitching

Affine Image Stitching in Super Mario
https://github.com/saravanabalagi/super_mario_stitching

computer-vision image-processing mapping stitched-images

Last synced: about 1 month ago
JSON representation

Affine Image Stitching in Super Mario

Awesome Lists containing this project

README

        

# Image Stitching

Image stitching in python and opencv:

* Perspective Stitch
* Affine Stitch

Stitching in 2D considered in Super Mario Brothers game.

Here are a couple of stitched images:

![Stitched Image](images/cover.png)

![Stitched Image](images/cover2.png)

Next Steps:
* Use cross-correlation of intersection of previous frame and current frame to measure loss
* Observe pixels over time and choose the pixel value that appears the most (This will get rid of Goombas and Koopas when building maps)
* Keyframing and Bundle Adjustment?

Future Work:
* Build a predictive model for Mario's movement
* Implement baby 2D SLAM for Super Mario