Yunyung/Automatic-Panoramic-Image-Stitching

Combine multiple images?

Opened this issue · 2 comments

This is a wandful open source project.

I have some problems in the process of using it. Regarding the synthesis of only 2 pictures in the code, what should I do if I have multiple pictures(>2 or many than 100)?

Thank you for your interest in our project.

You can simply run our program multiple times (feed two consecutive images with some overlapping parts from left to right) for stitching multiple pictures.
But the more pictures you need, the more time it might take. Additionally, there may be more artifacts.

So if you want to generate more satisfactory results for stitching multiple pictures, try studying some famous papers like "IJCV, 2007, Automatic Panoramic Image Stitching using Invariant Features" and related source code.

Thanks for your reply and the pertinent advice.
I'm thinking: If I had 360 images taken at 1 degree intervals. Then how about I just cut out the vertical center of each images and spliced 360 pieces together, would I get something similar to a panoramic image?

regards