-
Notifications
You must be signed in to change notification settings - Fork 375
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
Imge stitching #31
Comments
Hello @netliteIT, Providing more information about your need may help the developers/researchers who may be interested. For example, maybe some experiments, example images, and expected results would be very useful. I don't know what are your requirements but I made an experiment to merge marble images with the help of LightGlue in case it helps you. Here is the colab notebook that you can see the full output if you log in with your Google account: Colab Notebook I have divided images into two parts where the left part contains a portion of the right part. The assumption is that there is a collection of images of marbles, where each image represents either the left or right part of an entire marble image. The correct positions of these images are unknown, as well as the correct pairs that form complete marble images. Good luck Andrea |
Hello Yusuf.
I didn't expected a so exhaustive answer.
Thank you.
I've 10-20 photo slices of half marble slab taken at variable interval of 20-30cm and I would like to stitch them together the two set (bottom and upper).
Then stitch together bottom and upper.
Slides are ordered from left to right and more or less bottom and upper are aligned.
I can share some examples of course.
Lightglue with disk is the only way I can match points in "difficult" materials.
The ideal result we would like to obtain is a complete marble slab assembled with a good overlapping parts match with a good illumination correction and real colors.
|
I know that this is probably not the primary focus of code/repository.
But I found lightglue very efficient in my use case and I would like to merge multipl flat images (slices of a marble/granite slab).
I dont have homography issues, just a little light correction and blending.
Which is the preferred approach?
The text was updated successfully, but these errors were encountered: