SIFT between 1 image and dataset (2 images)
Hello,
I use SIFT, and I want to find the angle of inclination of an image compared to two reference images, in short:
I have 3 images :
- Image x: input image
- Two images 1 and 2, reference images that are very similar.
My goal is to find the angle of rotation between the image x and a combination between the two images 1 and 2. My problem is that I dont know how to combine the two images of the database to compare them with to the image x.
The purpose of the combination is to extract a vector Keypoints and Mat descriptor from the 2 keypoint vectors and the 2 Mat descriptors
And thank you.
and probably noone else knows, because it is entirely unclear, what should happen and why.
what are you trying to achieve ? what is the goal of it ? why is there an "image x" even ?
Image 1 and 2 are the same image, with a difference in scale or angle, I want to extract keypoint and descriptor from the two images, then I will have keypoint1 and descriptor1 from the first image and keypoint2 and descriptor2 from the second image, what I want is to use the 2 keypoints and the 2 descriptors to find rotation of this image (combination of image 1 and 2 ) in a video stream(Image x). i know that i can only use one image. but i have to do it this way.
Sorry my diagram was not very clear i edit it now
this still looks like a classic XY problem.