如果有人知道,我想知道关于 SIFT 的以下问题的答案。
在开始之前,我通过此链接向您介绍 David Lowe 论文的实现:
http://www.cs.ubc.ca/~lowe/keypoints/
函数声明如下所示:
[image, descriptors, locs] = sift(image1);
我不确定输出参数locs
。它是否将描述符的位置作为向量返回[x y scale orientation]
?
如果它给出了位置,那么x
andy
必须是一个整数,但它给出的是小数值。