CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - image matching SIFT

搜索资源列表

  1. SIFT

    0下载:
  2. 图像检索中经典的SIFT方法matlab实现,由NTU的大牛撰写,做了些批注。-SIFT for image retrieval,feature extraction and matching
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1260122
    • 提供者:徐歌行
  1. A-Comparison-of-SIFT-and-Harris-Conner-Features.r

    0下载:
  2. Abstract—This paper presents a comparative study of two competing features for the task of finding correspondence points in consecutive image frames. One is the Harris corner feature and the other is the SIFT feature. First, consecutive fram
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:962147
    • 提供者:bou33aza
  1. sift___yanshi

    0下载:
  2. sift算法的演示matlab程序 包括特征点的选取,算子的生成以及图像的自动匹配-sift the demonstration of the algorithm matlab program Including the selection of feature points, the automatic matching of the count of word generation and image
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:28928
    • 提供者:谢军
  1. SIFTtutorial

    0下载:
  2. 关于sift算法的matlab教程 包括图像的特征提取 图像的匹配等 含m文件-Matlab tutorials on the sift algorithm Including image feature extraction image matching with m file
  3. 所属分类:Special Effects

    • 发布日期:2017-06-16
    • 文件大小:25518566
    • 提供者:Aya
  1. surf

    0下载:
  2. 改进的sift算法,称为surf,来实现图像的匹配,并显示。 -Improved sift algorithm, known as the surf, to achieve the image matching, and displayed.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:718104
    • 提供者:张倩
  1. sift

    0下载:
  2. 1 SIFT 发展历程 SIFT算法由D.G.Lowe 1999年提出,2004年完善总结。后来Y.Ke将其描述子部分用PCA代替直方图的方式,对其进行改进。 2 SIFT 主要思想 SIFT算法是一种提取局部特征的算法,在尺度空间寻找极值点,提取位置,尺度,旋转不变量。 3 SIFT算法的主要特点: a) SIFT特征是图像的局部特征,其对旋转、尺度缩放、亮度变化保持不变性,对视角变化、仿射变换、噪声也保持一定程度的稳定性。 b) 独特性(Distinctive
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2831737
    • 提供者:李青彦
  1. sif

    0下载:
  2. sift图像匹配C源代码,,,很不错的代码,,,值得学习,,,需要的不错过了-sift image matching C source code, very good code, it is worth learning, need well over
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:495383
    • 提供者:dfsdf
  1. Haar_code

    0下载:
  2. 论文关于Harris和sift的图像匹配算法-Image matching algorithm of the paper on the Harris and sift
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3497585
    • 提供者:bluedream
  1. siftDemoV4

    0下载:
  2. sift算子 图像局部特征描述子 可用于图像匹配-sift operator image local feature descr iptor can be used for image matching
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:377048
    • 提供者:江淘
  1. sift_paper

    0下载:
  2. 这是伟大的sift提出者david.lowe编写三篇sift图像匹配相关的扛鼎原著。软件开发人员在抱着“拿来主义”的同时也应该深入研究代码原理和理论,要不怎么创新?怎么超越?如果你是图像匹配的研究者,在下载完sift代码同时,希望也能收藏并抽时间通读这三篇著作,即使对自身研究理论水平提高,也是对原著作者贡献的肯定。-This is great sift Raised david.lowe, write three sift related to image matching carry the
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1114282
    • 提供者:zz
  1. surf

    0下载:
  2. surf是对sift的一种加速算法,网上源代码乱飞,在此贡献源代码配套相关的文献。希望对图像匹配感兴趣的童鞋共同学习。-The accelerated algorithm surf sift a online source code flying in this contribution to the source code supporting literature. Learn together interested in image matching shoes.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2753280
    • 提供者:zz
  1. sift

    0下载:
  2. 图像拼接 sift 特征点,两幅图像进行拼配 拼接,先找找出特征点匹配-The image stitching, sift feature points, two images blending splicing find someone to identify the characteristics of point matching
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:442368
    • 提供者:王金凯
  1. imagematch

    1下载:
  2. 使用opencv编写的图像匹配源代码,包括特征点检测,sift特征匹配的具体实现代码-Opencv image matching source code written, including feature point detection, sift feature matching specific implementation code
  3. 所属分类:OpenCV

    • 发布日期:2017-11-11
    • 文件大小:2581056
    • 提供者:kangue
  1. OrbTest

    0下载:
  2. 最新的图像匹配算法ORB,特征匹配速度比sift提高两个数量级。需要安装opencv2.3.1以上版本。-The latest image matching algorithm ORB
  3. 所属分类:OpenCV

    • 发布日期:2017-11-20
    • 文件大小:24781706
    • 提供者:genglch
  1. opensift-master

    0下载:
  2. sift程序,用于图像特征提取和图像的匹配,功能很强大-Sift program for image feature extraction and image matching, function is very powerful
  3. 所属分类:assembly language

    • 发布日期:2017-11-11
    • 文件大小:129103
    • 提供者:pillar
  1. robwhess-opensift-300bad1.tar

    0下载:
  2. sift程序,用于图像特征提取和图像的匹配,功能很强大-Sift program for image feature extraction and image matching, function is very powerful
  3. 所属分类:assembly language

    • 发布日期:2016-01-25
    • 文件大小:124928
    • 提供者:pillar
  1. 4-order-CANDHAP1

    0下载:
  2. sift程序,用于图像特征提取和图像的匹配,功能很强大-Sift program for image feature extraction and image matching, function is very powerful
  3. 所属分类:assembly language

    • 发布日期:2017-11-18
    • 文件大小:14480
    • 提供者:pillar
  1. SIFT_Opencv

    0下载:
  2. 在Opencv环境下实现SIFT图像匹配-Opencv environment SIFT image matching
  3. 所属分类:OpenCV

    • 发布日期:2017-11-29
    • 文件大小:12835847
    • 提供者:李佳
  1. SIFT_VC

    0下载:
  2. 这个基于OpenCv的sift算法,很经典,适合初学者拿来学习,本代码能完成图像匹配功能,并有很好的抗噪能力。-This is sift based OpenCv the algorithm, very classic, suitable for beginners used to study the code to complete the image matching functionality, and good noise immunity.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-08
    • 文件大小:11270626
    • 提供者:王浩
  1. 117143191sift-1.1.1_20070330_win

    0下载:
  2. 在计算机视觉的领域中,图像匹配是很多问题最重要的一个方面,包括物体和场景识别,通过多幅图像进行3D重构,立体匹配和运动跟踪。SIFT特征对于图像的旋转和尺度变化具有不变性,对于光照改变和摄像机角度变化具有部分的不变性-In the field of computer vision, image matching is one of the most important aspects of the many problems, including the identification of ob
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:456523
    • 提供者:陈凯燕
« 1 2 3 4 5 6 78 9 10 11 12 ... 19 »
搜珍网 www.dssz.com