I have calculated 128 size vector for each keypoint in an image.

let, I1 is original image, I2 is 45 degree rotated image.

I got 130 keypoints for I1 and 104 keypoints for I2.

i.e. 128x130 and 128x104.

I calculated euclidean distance between one keypoint of I1 and all keypoints of I2. so I got again euclidean distance matrix of size 128x104. 

Now I need to choose nearest keypoint from this euclidean distance matrix. How I can select minimum distance 128 size vector out of 128 x 104 sized matrix?

More Chaitali Laulkar's questions See All
Similar questions and discussions