登录
首页 » matlab » sift

sift

于 2020-01-08 发布
0 217
下载积分: 1 下载次数: 4

代码说明:

说明:  SIFT特征点的提取和匹配,SIFT算法首先在尺度空间上进行关键点检测,确定关键点的位置和关键点所处的尺度,然后使用关键点邻域梯度的主方向作为该点的方向特征,最后由关键点邻域梯度信息生成关键点的特征向量(SIFT algorithm firstly detects the key points in the scale space, determines the location of the key points and the scale of the key points, then uses the main direction of the key point neighborhood gradient as the direction feature of the point, and finally generates the feature vector of the key points from the key point neighborhood gradient information)

文件列表:

sift, 0 , 2020-01-08
sift\1.jpg, 203710 , 2018-12-14
sift\2.jpg, 69363 , 2005-06-10
sift\appendimages.m, 461 , 2005-07-08
sift\basmati.pgm, 46433 , 2005-07-08
sift\book.pgm, 97697 , 2005-07-08
sift\box.pgm, 72310 , 2005-07-08
sift\defs.h, 1920 , 2005-07-08
sift\LICENSE, 1055 , 2005-07-08
sift\Makefile, 631 , 2005-07-08
sift\match.c, 4876 , 2005-07-08
sift\README, 7952 , 2005-07-08
sift\scene.pgm, 196623 , 2005-07-08
sift\showkeys.m, 1699 , 2005-07-08
sift\sift, 45070 , 2005-07-08
sift\sift.m, 2432 , 2020-01-08
sift\siftWin32.exe, 94208 , 2005-07-08
sift\tmp.jpg, 90015 , 2020-01-08
sift\tmp.key, 469364 , 2020-01-08
sift\Untitled6.m, 116 , 2020-01-08
sift\util.c, 7493 , 2005-07-08

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

发表评论

0 个回复

  • werwerwer
    说明:  对灰度图象进行正交变换,并进行滤波,产生平滑图象(Gray-scale images of the orthogonal transformation, and filtering to produce a smooth image)
    2008-11-22 11:02:15下载
    积分:1
  • smooth
    c#编写的图像平滑处理,源码比较全,可以成功编译,希望对大家有帮助。(c# prepared by the image smoothing, source code comparison, can be successfully compiled, we want to help.)
    2013-08-19 20:44:15下载
    积分:1
  • Lighting-compensation-in-YCbCr
    在YCbCr空间中利用参考白的方式对彩色图像进行光照补偿,同时给出C++编写的简单参考。(Lighting compensation in YCbCr color space using reference white.)
    2011-06-15 10:08:58下载
    积分:1
  • PHD
    用PHD滤波的方法实现多目标跟踪,及对PHD滤波性能的检测。(PHD filter method using multi-target tracking, and performance testing for the PHD filter.)
    2021-01-01 18:48:58下载
    积分:1
  • kpcacsdn
    kpca的算法实现源码,实现了一个数据降维方面的经典算法kpca(kpca the algorithm source code, to achieve a data dimensionality reduction classical algorithm kpca)
    2020-09-18 19:07:53下载
    积分:1
  • KalmanFilter
    卡尔曼滤波的一个典型实例是从一组有限的,包含噪声的,对物体位置的观察序列(可能有偏差)预测出物体的位置的坐标及速度。在很多工程应用(如雷达、计算机视觉)中都可以找到它的身影。同时,卡尔曼滤波也是控制理论以及控制系统工程中的一个重要课题。(A typical example of the Kalman filter, from a limited set, containing the noise, the position of the object observed sequence (there may be deviation) to predict the coordinates of the location and speed of the object. Its presence can be found in many engineering applications (such as radar, computer vision). Meanwhile, the Kalman filter is control theory, and control is an important topic in systems engineering.)
    2012-08-21 10:54:02下载
    积分:1
  • Axisch
    各个坐标系之间的坐标变化:地心大地坐标到地心空间大地直角系,地心系和测站系,测站系和测站系等之间的变化,旋转,平移。(Coordinate changes between the various coordinate systems: geocentric geodetic coordinate system to the geocentric Cartesian space earth, geocentric system and station lines, change the station, such as lines and lines between stations, rotation, translation)
    2013-12-31 23:31:40下载
    积分:1
  • canny_edge1
    改进非极大抑制的CANNY算子检测代码,能够比原来的CANNY算子更准确(Improved CANNY operator detection code for non-maximal suppression can be more accurate than the original CANNY operator)
    2017-05-22 16:33:24下载
    积分:1
  • dctembed
    先对图像进行DCT变化再进行水印嵌入,用于图像加密,保护版权,在版权保护方面有较大的用途。(Digital Watermarking DCTembed)
    2010-11-04 22:33:42下载
    积分:1
  • THEPROBABILITYH-THEVIDENCEFUSION
    针对杂波环境下的多个机动目标跟踪问题, 本文将多模型概率假设密度 (Multiple-model probability hypothesis density, MM-PHD) 滤波器和平滑算法相结合, 提出了 MM-PHD 前向 – 后向平滑器. 为了避免引入复杂的随机有限集 (Random finite set, RFS) 理论, 本文根据 PHD 的物理空间 (Physical space) 描述法推导得到了 MM-PHD 平滑器的后向更 新公式. 由于 MM-PHD 前向–后向平滑器的递推公式中包含有多个积分(By integrating the multiple-model probability hypothesis density (MM-PHD) filter with the smoothing al- gorithms, an MM-PHD forward-backward smoother is proposed in this paper for tracking multiple maneuvering targets in clutter. To avoid use of complex random finite set (RFS) theory, the backward updated equation of the MM-PHD smoother can be derived according to the physical-space explanation of the PHD)
    2013-09-23 15:36:28下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载