SIFT 特征及其代码

SIFT原文:Distinctive Image Features from Scale-Invariant Keypoints,作者 David G. Lowe  发表在2004的IJCV上面,这篇文章可谓是里程碑似的工作,现在的他引次数已经达到12239次!!
作者在这方面至少有10+年的积累才发出这种牛B的文章,所以这也暗示我们要沿着一个方向踏踏实实的做呀~
现在关于图像分类的文章底层特征基本上都是SIFT,所以这种经典的文章还是要了解一下呀,虽然那个IJCV很长,在有些细节说的还是不具体,所以可以看看 Rob Hess写的代码,点击即可下载,代码写的很工整,非常容易理解,用C写的。
SIFT Library

The Scale Invariant Feature Transform (SIFT) is a method to detect distinctive, invariant image feature points, which easily can be matched between images to perform tasks such as object detection and recognition, or to compute geometrical transformations between images. The open-source SIFT library available here is implemented in C using the OpenCV open-source computer vision library and includes functions for computing SIFT features in images, matching SIFT features between images using kd-trees, and computing geometrical image transforms from feature matches using RANSAC.  The library also includes functionality to import and work with image features from both David Lowe’sSIFT detector and the Oxford VGG’s affine covariant feature detectors. The images below depict some of this functionality.

不过做实验的时候还是推荐使用牛津大学开发的 VLFeat,速度很快,而且性能很好。

The VLFeat open source library implements popular computer vision algorithms including SIFT,MSERk-meanshierarchical k-meansagglomerative information bottleneck, and quick shift. It is written in C for efficiency and compatibility, with interfaces in MATLAB for ease of use, and detailed documentation throughout. It supports WindowsMac OS X, and Linux. The latest version of VLFeat is 0.9.13.
  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值