nothinglo / NISwGSP

C++ implementation of the ECCV 2016 paper, Natural Image Stitching with the Global Similarity Prior.
332 stars 124 forks source link

How to output the original image size #44

Open happyisimportant opened 6 months ago

happyisimportant commented 6 months ago

Hi, I would like to ask which code to change to output the original image size instead of the image size after scaling. For example, I have 6 images of 5472×3078 size, and I want the final stitching to be around 5000×8000 size, not 900×1300.