OpenStitching / stitching

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

Question about stitching image follows longitude #168

Closed phamkhactu closed 11 months ago

phamkhactu commented 11 months ago

I have imgs, order by ordinary, I want to stitch them as longitude, I've read that if I want to follow order images, I must set range_width=1. But I tried result not as I expected. I expect to get graph bellow:

5273 --> 5290
5292 --> 5308
5308 --> 5309
5309 --> 5316
5316 --> 5319
5319 --> 5320

I am very happy for your help.