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

搜索资源列表

  1. SIFTflow

    0下载:
  2. SIFT keypoints of objects are first extracted from a set of reference images[4] and stored in a database. An object is recognized in a new image by individually comparing each feature from the new image to this database and finding candidate matching
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:700054
    • 提供者:ahmed
  1. siftjiedu

    0下载:
  2. rob hess 的sift算法匹配程序的解读,大致流程说明-rob hess sift algorithm matching procedures for the interpretation of the general process descr iption
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:4649
    • 提供者:夏天的风
  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. vlfeat-0.9.13

    0下载:
  2. SIFT特徵點的尋找及對應,該作者還有附上教學網站-searching and matching of SIFT feature points, the editor has his tutorial published on web
  3. 所属分类:Special Effects

    • 发布日期:2017-06-09
    • 文件大小:16711305
    • 提供者:snowman
  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. 1111

    0下载:
  2. sift特征点提取代码和对两幅图像提取特征点后进行特征点匹配,可用于图像拼接等。-sift feature point extraction code and feature point matching, the two image feature extraction point can be used for image stitching.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:237226
    • 提供者:张双
  1. SIFTMaching

    0下载:
  2. 根据David Lowe的SIFT编写了一个利用其进行特征点提取和匹配的程序,由于该库只支持PGM,所以自己又写了包括jpg等图片转为PGM的子函数-According to David Lowe' s SIFT to write a use of the feature point extraction and matching procedures, the library only supports PGM himself wrote including jpg and other
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:777928
    • 提供者:Andrew
  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. newSIFT

    0下载:
  2. 这是一篇改进的快速sift特征匹配算法的文章,文章详细介绍了算法原理及应用,对图像图形处理专业人员的重要参考价值!-This is the article of an improved rapid sift feature matching algorithm, the article describes in detail the algorithm theory and application of important reference value on the image and gra
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1904601
    • 提供者:jeffsonfu
  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. multiple-view-match-under-gui

    0下载:
  2. 将点匹配方法包括harris,sift,susan集成在GUI中显示,还包含了边缘的检测与直线的提取,此外还可以进行线分组,程序可直接运行-Harris, sift, susan point matching method is integrated in the GUI display also includes the extraction of edge detection and linear addition line grouping, the program can be run
  3. 所属分类:Special Effects

    • 发布日期:2017-11-12
    • 文件大小:14599415
    • 提供者:fanchand
  1. computer_vision_work

    0下载:
  2. 自动图像拼接,利用SIFT特征匹配算法,RANSAC(random sample consensus)算法,加权平滑算法等技术克服了传统图像拼接技术中的局限性(如光照、尺度变化的影响等),实现了光照和尺度变化条件下的多视角无缝图像拼接-Automatic Image Stitching  Local features detection  Features Matching  Homography Estimation RANSAC
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:6492688
    • 提供者:徐宏亮
  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. qt_open_surf

    3下载:
  2. 在上篇博客特征点检测学习_1(sift算法) 中简单介绍了经典的sift算法,sift算法比较稳定,检测到的特征点也比较多,其最大的确定是计算复杂度较高。后面有不少学者对其进行了改进,其中比较出名的就是本文要介绍的surf算法,surf的中文意思为快速鲁棒特征。本文不是专门介绍surf所有理论(最好的理论是作者的论文)的,只是对surf算法进行了下整理,方便以后查阅。 该代码的作者给出的主函数实现了6中功能,包括静态图片特征点的检测,视频中特征点的检测,图片之间的匹配,视频与图片之间的匹配
  3. 所属分类:OpenCV

    • 发布日期:2013-01-03
    • 文件大小:2758061
    • 提供者:wuwei
  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. SiftDistance

    0下载:
  2. 改进SIFT匹配的直方图距离,用于计算描述子之间直方图距离-A Linear Time Histogram Metric for Improved SIFT Matching, Earth Mover’s Distance (EMD)
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:1821493
    • 提供者:changcaiyang
  1. ssift-mattchi

    0下载:
  2. sift特征点提取代码和对两幅图像提取特征点后进行特特征点匹配,可用于图像拼接等。c和matlab代码都有 -sift feature point extraction code and the special feature points matching image stitching, etc., can be used to extract feature points of the two images. c and matlab code has
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-16
    • 文件大小:376404
    • 提供者:shakaqier
  1. ssiftzipi

    0下载:
  2. sift特征点对应匹配算法对立体匹配的的初学入门者和资深编程人员都是很有用的式 -sift feature point correspondence matching algorithm for stereo matching novice beginners and experienced programmers are useful formula
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-12
    • 文件大小:376332
    • 提供者:shakaqier
  1. OtttP

    0下载:
  2. 基于OPENCV的SIFT特特征提取与匹配算法可直接使用。 -Based on OPENCV the SIFT special features extraction and matching algorithms can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-26
    • 文件大小:283536
    • 提供者:shakaqier
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 30 »
搜珍网 www.dssz.com