ans me if any one knows.
matlab imlpementation of David Lowe's paper on this link
http://www.cs.ubc.ca/~lowe/keypoints/
the function is like this.
[image, descriptors, locs] = sift(image1);
i just want to know about parameter "locs".is it returns the location of descritor as [x y scale orientation] ?????
if it gives location than x and y must be a whole number.but it gives values in points.