登录
首页 » matlab » sift

sift

于 2012-05-25 发布 文件大小:2765KB
0 268
下载积分: 1 下载次数: 112

代码说明:

  1 SIFT 发展历程 SIFT算法由D.G.Lowe 1999年提出,2004年完善总结。后来Y.Ke将其描述子部分用PCA代替直方图的方式,对其进行改进。 2 SIFT 主要思想 SIFT算法是一种提取局部特征的算法,在尺度空间寻找极值点,提取位置,尺度,旋转不变量。 3 SIFT算法的主要特点: a) SIFT特征是图像的局部特征,其对旋转、尺度缩放、亮度变化保持不变性,对视角变化、仿射变换、噪声也保持一定程度的稳定性。 b) 独特性(Distinctiveness)好,信息量丰富,适用于在海量特征数据库中进行快速、准确的匹配[23]。 c) 多量性,即使少数的几个物体也可以产生大量SIFT特征向量。 d) 高速性,经优化的SIFT匹配算法甚至可以达到实时的要求。 e) 可扩展性,可以很方便的与其他形式的特征向量进行联合。 4 SIFT算法步骤: 1) 检测尺度空间极值点 2) 精确定位极值点 3) 为每个关键点指定方向参数 4) 关键点描述子的生成 本包内容为sift算法matlab源码(1 SIFT course of development SIFT algorithm by DGLowe in 1999, the perfect summary of 2004. Later Y.Ke its description of the sub-part of the histogram with PCA instead of its improvement. 2 the SIFT main idea The SIFT algorithm is an algorithm to extract local features in scale space to find the extreme point of the extraction location, scale, rotation invariant. 3 the main features of the SIFT algorithm: a) SIFT feature is the local characteristics of the image, zoom, rotate, scale, brightness change to maintain invariance, the perspective changes, affine transformation, the noise also maintain a certain degree of stability. b) unique (Distinctiveness), informative, and mass characteristics database for fast, accurate matching [23]. c) large amounts, even if a handful of objects can also produce a large number of SIFT feature vectors. d) high-speed and optimized SIFT matching algorithm can even achieve real-time requirements. e) The scalability can be very convenient fe)

文件列表:

sift
....\data
....\....\box.pgm,72310,2008-04-17
....\....\box.sift,233055,2008-04-17
....\....\circle.pgm,10060,2008-04-17
....\....\circle.sift,1362,2008-04-17





....\....\nest2.bmp,17462,2008-04-17
....\....\vessel-1.pgm,337980,2008-04-17
....\....\vessel-2.pgm,337980,2008-04-17
....\diffss.m,2797,2008-04-17
....\doc
....\...\bibliography.bib,246,2008-04-17
....\...\figures
....\...\.......\sift-descriptor-AI.bb,550,2008-04-17
....\...\.......\sift-descriptor-AI.pdf,475918,2008-04-17
....\...\.......\sift-descriptor-SAVED.tex,3275,2008-04-17
....\...\.......\sift-descriptor.aux,8,2008-04-17
....\...\.......\sift-descriptor.log,13430,2008-04-17
....\...\.......\sift-descriptor.pdf,443880,2008-04-17
....\...\.......\sift-descriptor.tex,3275,2008-04-17
....\...\.......\sift-descriptor.wrm,13,2008-04-17
....\...\.......\warmread.sty,48557,2008-04-17
....\...\sift.bbl,239,2008-04-17
....\...\sift.tex,22461,2008-04-17
....\...\visionlab.sty,6174,2008-04-17
....\gaussianss.m,7920,2008-04-17
....\imreadbw.m,2359,2008-04-17
....\imsmooth.c,3960,2008-04-17
....\imsmooth.dll,8192,2012-05-24
....\htm" target=_blank>LICENSE,1990,2008-04-17
....\Makefile,4345,2008-04-17
....\mexutils.c,2178,2008-04-17
....\plotmatches.m,10001,2008-04-17
....\plotsiftdescriptor.m,5466,2008-04-17
....\plotsiftframe.m,5222,2008-04-17
....\plotss.m,2734,2008-04-17
....\htm" target=_blank>README,2600,2008-04-17
....\sift.m,10029,2008-04-17
....\siftdescriptor.c,16452,2008-04-17
....\siftdescriptor.dll,14336,2012-05-24
....\siftdescriptor.m,4047,2008-04-17
....\siftlocalmax.c,8784,2008-04-17
....\siftlocalmax.dll,9216,2012-05-24
....\siftlocalmax.m,1637,2008-04-17
....\siftmatch.c,10420,2008-04-17
....\siftmatch.dll,10240,2012-05-24
....\siftmatch.m,2925,2008-04-17
....\siftormx.c,8580,2008-04-17
....\siftormx.dll,11264,2012-05-24
....\siftread.m,3575,2008-04-17
....\siftrefinemx.c,10019,2008-04-17
....\siftrefinemx.dll,11264,2012-05-24
....\siftrefinemx.m,3109,2008-04-17
....\sift_compile.m,963,2008-04-17
....\sift_demo.m,3435,2008-04-17
....\sift_demo2.m,4460,2008-04-17
....\sift_demo3.m,1744,2008-04-17
....\sift_demo4.m,1409,2008-04-17
....\sift_demo5.m,387,2008-04-17
....\sift_demo6.m,957,2008-04-17
....\sift_gendoc.css,2560,2008-04-17
....\sift_overview.m,1170,2008-04-17
....\tightsubplot.m,5136,2008-04-17
....\TIMESTAMP,63,2008-04-17
....\VERSION,7,2008-04-17

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • sift
    特征提取SIFT算法,对放缩 旋转不变性使此算法的经典之处。模式识别的必会算法(SIFT feature extraction algorithm, scaling rotation invariance to the classic between the algorithm. Pattern recognition algorithm will be)
    2010-09-14 15:21:41下载
    积分:1
  • dynamically-construct-GUI
    Matlab GUI动态添加控件比较麻烦,源码给出了动态田间空间的方法,与大家分享!(Matlab GUI dynamically add controls too much trouble to source the dynamic field of space given way to share with you!)
    2010-10-25 13:45:43下载
    积分:1
  • svd-tls
    谐波恢复的ARMA建模算法(基于SVD-TLS)(张贤达《现代信号处理》)。当谐波信号为复谐波的时,该算法仍然适用。但该程序中没有给出具体的实现。(Harmonic Retrieval of ARMA modeling algorithm (based on the SVD-TLS) (Xian Tatsu Modern Signal Processing ). When the harmonic signal for the resumption of harmonics, the algorithm still applies. However, the procedure did not give a concrete realization.)
    2008-06-24 10:20:31下载
    积分:1
  • FEM
    说明:  用有限差分法求解电机槽电磁场的经典案例,对象为一个闭口槽,激励源为电流密度(Motor using the finite difference method to solve a classic case of slot fields)
    2011-03-16 22:05:02下载
    积分:1
  • suanfa-pdf
    说明:  数学建模算法全收录,囊括了常用的基本算法,很是实用,推荐给大家(mathematical modeling algorithm, commonly used to include the basic algorithm, it is useful to recommend to everyone)
    2009-08-18 10:36:18下载
    积分:1
  • cooperativecommunincationofDFmatlabProgram
    说明:  根据经典的协作通信原理,对其中的一种DF传输方式进行了matlab仿真(According to classic principles of collaborative communication on one of DF transmission methods matlab simulation)
    2008-10-31 00:46:20下载
    积分:1
  • M文件2
    说明:  通过编程,利用变步长的求积公式求解积分,具有较高的精确度(By programming, the integral can be solved by the quadrature formula with variable step size, which has high accuracy.)
    2020-06-24 16:20:02下载
    积分:1
  • SpreadSpectrumcommunication_Matlab
    关于扩频通信的一些基本模块,包括扩频的抗干扰,低检测概率等性能的仿真。(on spread spectrum communications, the basic modules, including the spreading of interference, the low probability of detection properties of the simulation.)
    2007-06-20 18:57:48下载
    积分:1
  • VirtualMouse_project
    虚拟的鼠标控制,适合初学者用来分析源码,实际当然没有什么用,测试通过(virtual mouse control, best for those green hands. It is not applicable for those experienced programmers.)
    2014-08-12 08:59:20下载
    积分:1
  • ActiveFilters
    active filter simulink in matlab
    2013-08-05 14:09:30下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载