would like to know the answer to the following question regarding SIFT if anyone knows.
Before I start, I refer you to the implementation of David Lowe's paper through this link:
http://www.cs.ubc.ca/~lowe/keypoints/
The function declaration looks like this:
[image, descriptors, locs] = sift(img);
The variable locs return [x y scale orientation], I want to know that the "scale" is the magnitude of the keypoint (x,y) with orientation?