SIFT论文整理

本文提炼了Lowe的SIFT论文,介绍了SIFT特征的检测、定位、方向分配及描述符构造过程。通过尺度空间极值检测确定关键点,然后进行精确定位,排除边缘响应。为关键点分配方向实现旋转不变性,并给出128维局部图像描述符。应用于对象识别时,采用关键点匹配和近似最近邻搜索策略。
摘要由CSDN通过智能技术生成

Distinctive Image Featuresfrom Scale-Invariant Keypoints

本文主要是对Lowe SIFT论文的提炼,标注自己阅读论文时需要重点理解的知识点,以备日后回顾时,无需从头看论文。(仅供他人参考)

1. Introduction

  • Scale-space extrema detection:
  • Keypoint localization
  • Orientation assignment
  • Keypoint descriptor

…..

3. Detection of scale-space extrema

Detecting locations that areinvariant to scale change of the image can be accomplished by searching for stable featuresacross all possible scales, using a continuous function of scale known as scale space (Witkin,1983).

  • 构建尺度空间
    figure1
  • LoG近似DoG找到关键点<检测DOG尺度空间极值点> Figure 2

3.1 Local extrema detection

In order to detect the local maxima and minima of D(x, y, σ), each sample point is comparedto its eight neighbors in the current image and nine neighbors in the scale above and below(see Figure 2). It is selected only if it is larger than all of these neighbors or smaller than allof them. The cost of this check is reasonably low due to the fact that most sample points willbe eliminated following the first few checks.

Figure 3

3.2 Frequency of sampling in scale

​ To summarize, these ex

  • 0
    点赞
  • 12
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值