项目作者: saravanabalagi

项目描述 :
Affine Image Stitching in Super Mario
高级语言: Jupyter Notebook
项目地址: git://github.com/saravanabalagi/super_mario_stitching.git
创建时间: 2018-11-06T17:52:01Z
项目社区:https://github.com/saravanabalagi/super_mario_stitching

开源协议:

下载


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

Stitched Image

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