This is a simple implementation of multiple image stitching using python. Referenced Multiple Image stitching in Python, this repository makes a few small improvements:
- Adjust the final canvas size to remove excess black background;
- use linear blending instead of average blending.