I would like to ask how is SIFT algorithm done in C++.
I understand that SIFT extracts keypoints. In that case, what will be the value represented by the keypoints extracted by SIFT algorithm? And how can I compare and detect similar keypoints?
I will be using SIFT in my thesis. Can someone please discuss this to me in a more simpler manner? I'm a good programmer but I can't seem to understand how to implement SIFT. I haven't had a class on Image processing.