-
-
Notifications
You must be signed in to change notification settings - Fork 166
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
sequential image stitching getting blurred #238
Comments
my code
|
I have submitted my sample PR |
Can you provide a code snippet that works standalone? Which libraries must be installed? What is |
The stitched result of each image will be displayed in a window, and you can continuously close the window to see the changes in the composite image. The final stitched result will be saved to |
Hello, is there any way to solve this problem? |
You can change
and then below
add
Monitor how the resolutions of the intermediate Images (medium, low) and the resolutions of the final result after each step evolves. I did have no time to look at it myself. I suspect that the difference of resolution between the big image and the new frame grows bigger and bigger leads to issues we are not aware yet. But you can help figuring this out |
|
Thank you for following your method, but based on this log, I don't know how to adjust it. I'm not very good at image processing, and I hope to be able to solve this problem in the future |
Hello, this library is great. I am planning to apply it to my project, but I have found some issues and would like to seek help.
My application scenario is to continuously capture images from the screen and then stitch them together in a loop. I found that as the number of stitches increases, the previously synthesized parts become increasingly blurry, while the newly stitched parts do not experience this situation. I found a similar problem online:
https://answers.opencv.org/question/54891/sequential-image-stitching/
Is there any way to solve this problem
The text was updated successfully, but these errors were encountered: