Closed isht7 closed 1 year ago
For eg. screenshots taken from google maps like these 2 images seen below:
and
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"])
from stitching import AffineStitcher settings = {"crop": False,"confidence_threshold": 0.5} stitcher = AffineStitcher(**settings) pan = stitcher.stitch(["1.png","2.png"])
For eg. screenshots taken from google maps like these 2 images seen below:
and