OpenStitching / stitching

A Python package for fast and robust Image Stitching
Apache License 2.0
1.99k stars 156 forks source link

how to stitch flat images? #77

Closed isht7 closed 1 year ago

isht7 commented 1 year ago

For eg. screenshots taken from google maps like these 2 images seen below:

1 and 2

isht7 commented 1 year ago

The following code works: from stitching import AffineStitcher settings = {"crop": False,"confidence_threshold": 0.5} stitcher = AffineStitcher(**settings) pan = stitcher.stitch(["1.png","2.png"])