粗麻布仿射关键点的大小或强度

时间:2019-03-06 17:12:51

标签: image feature-extraction sift keypoint

我正在从图像中提取特征,在实现过程中,我需要使用Hessian-仿射关键点检测器。我使用了

的库

这里。 here http://www.robots.ox.ac.uk/~vgg/research/affine/detectors.html#binaries

并以输出示例为例。

this http://www.robots.ox.ac.uk/~vgg/research/affine/det_eval_files/img1.haraff

输出格式为

中的u,v,a,b,c格式
  

a(x-u)(x-u)+ 2b(x-u)(y-v)+ c(y-v)(y-v)= 1

从此输出中,如何计算关键点的大小(区域)或强度

谢谢

0 个答案:

没有答案