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

Imge stitching #31

Open
netliteIT opened this issue Jul 15, 2023 · 2 comments
Open

Imge stitching #31

netliteIT opened this issue Jul 15, 2023 · 2 comments

Comments

@netliteIT
Copy link

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?

@AydinAlptug
Copy link

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.
I downloaded and used sample marble images from this dataset: Kaggle Dataset

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.
Left part is 2/3 of the original image with a shape: 3072 x 2218
Right part is 1/2 of the original image with a shape: 2304 x 2218

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.
The notebook I provide uses LightGlue to define the correct left and right parts of the images and then stitches them together correspondingly.

Good luck Andrea

@netliteIT
Copy link
Author

netliteIT commented Aug 7, 2023 via email

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