zoukankan      html  css  js  c++  java
  • 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') 即可获得关键点。

  • 相关阅读:
    ubuntu系统安装初始化脚本
    21_多线程
    20_IO
    19_异常
    18_集合
    17_内部类和常用类
    16_接口
    15_abstract,static,final
    14_面向对象
    13_数组
  • 原文地址:https://www.cnblogs.com/whutqueqiaoxian/p/4935116.html
Copyright © 2011-2022 走看看