Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combine multiple images? #1

Open
lovechang1986 opened this issue Nov 7, 2022 · 2 comments
Open

Combine multiple images? #1

lovechang1986 opened this issue Nov 7, 2022 · 2 comments

Comments

@lovechang1986
Copy link

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)?

@Yunyung
Copy link
Owner

Yunyung commented Nov 8, 2022

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.

@lovechang1986
Copy link
Author

lovechang1986 commented Nov 8, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants