SIFT算法

  SIFT(Scale-invariant feature transform),是一种检测局部特征的算法,该算法通过求一幅图的特征点(interest points or corner points ),及其有关scale和orientation的描述子得到特征并进行图像特征点匹配,获得良好效果。

  尺度空间,尺度可变高斯函数。

  

实验方法:

1 登录网站:http://www.cs.ubc.ca/~lowe/keypoints/

2 下载例子  siftDemoV4

3 解压该压缩包,然后在matlab中添加 解压后的文件夹所在路径,FILE→Set Path→ Add Folder加入即可

4 然后将压缩包中的siftWin32.exe放到C:Program FilesMATLABR2010ainwin32。

5 输入命令:match('cameraman.tif','cameraman.tif') 即可获得关键点。

原文地址:https://www.cnblogs.com/whutqueqiaoxian/p/4935116.html