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

搜索资源列表

  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. sift2

    0下载:
  2. 某个大牛根据lowe提出的sift算法编的程序,经测试可用!-Sift algorithm compiled to the lowe program, has been tested and available!
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2808572
    • 提供者:秦始皇
  1. SIFT_YantaoNoemie

    0下载:
  2. sift算法 图像处理 尺度无关特征转换 matlabSIFT算法的主要思想是在尺度空间寻找极值点,然后对极值点进行过滤,找出稳定的特征点。最后在每个稳定的特征点周围提取图像的局部特性,形成局部描述子并将其用在以后的匹配中.-Scale Invariant Feature Transform (SIFT) is an approach for detecting and extracting local feature descr iptors that are reasonably i
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1355423
    • 提供者:杨双鹏
  1. TuXiangChuLi

    0下载:
  2. 用OpenCV实现的人脸识别sift算法程序,主要是C语言写的,调用了一些OpenCV的函数库-OpenCV achieve recognition sift algorithm program is mainly written in C language, called some of the OpenCV library
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:14954
    • 提供者:孙晓川
  1. siftDemoV4ofMatlab

    0下载:
  2. matlab版SIFT算法演示程序,简洁易懂易用,实际算法部分用C来实现-SIFT algorithm demo program of matlab version
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:440953
    • 提供者:fisher
  1. demo_ASIFT_src

    0下载:
  2. 提供一种改进的sift算法,即asift算法的实现代码,代码效率高。-Provide an improved sift algorithm, namely asift algorithm code, the code efficiency is high.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1706054
    • 提供者:pengkai
  1. FeatureExtraction

    0下载:
  2. 我用的是sift算法,对图像进行识别,对两图像上的共同点进行匹配-I use the sift algorithm for image recognition, common on the two images match
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:48698
    • 提供者:liangjia
  1. sift-introduction

    0下载:
  2. SIFT特征匹配算法是目前国内外特征点匹配研究领域的热点与难点,其匹配能力较强,可以处理两幅图像之间发生平移、旋转、仿射变换情况下的匹配问题,甚至在某种程度上对任意角度拍摄的图像也具备较为稳定的特征匹配能力。该算法目前外文资料较多,但中文方面的介绍较少.-SIFT feature matching algorithm is at home and abroad feature points matching hot area of ​ ​ research and diffi
  3. 所属分类:software engineering

    • 发布日期:2017-05-08
    • 文件大小:1652830
    • 提供者:杨杙
  1. AutoCamShift

    1下载:
  2. opecv与vc6.0结合时候基于sift算法的特征提取-opecv, and vc6.0 combination of time to sift algorithm-based characteristics extraction
  3. 所属分类:Windows Kernel

    • 发布日期:2016-01-22
    • 文件大小:305152
    • 提供者:刘海振
  1. opencv SIFTP Algorithm Pcodes

    1下载:
  2. 基于opencv的采用sift算法进行图像的拼接,供参考学习,共同分享。-Based on the opencv using sift algorithm for image stitching, for learning to share.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-03-01
    • 文件大小:876083
    • 提供者:Phenix
  1. 32093734sift-0[1].9

    0下载:
  2. sift算法~ C源程序~ 里面含有matlab和C的源程序-the source of the sift algorithm ~ C ~ which contains Matlab and C source code
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3576435
    • 提供者:dabao250
  1. asift

    0下载:
  2. asift算法原作者的论文,通过该文档你可以详细地了解此改进sift算法。-the paper of asift algorithm of the original author,and through the document you can understand the improved sift algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:7506679
    • 提供者:renchao
  1. Qt_RobHess_Sift

    0下载:
  2. sift算法在cv领域的重要性不言而喻,该作者的文章引用率在cv界是number1.本篇博客只是本人把sift算法知识点整理了下,以免忘记。本文比较早的一篇博文opencv源码解析之(3):特征点检查前言1 中有使用opencv自带的sift做了个简单的实验,而这次主要是利用Rob Hess的sift源码来做实验,其实现在的opencv版本中带的sift算法也是Rob Hess的,只是稍微包装了下。 下面来做下试验,试验sift代码采用Rob Hess的代码,opencv目前版本中的sift
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1086801
    • 提供者:wuwei
  1. qt_open_surf

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

    • 发布日期:2013-01-03
    • 文件大小:2758061
    • 提供者:wuwei
  1. SIFT_VC

    0下载:
  2. SIFT算法的c实现,效果很好,方便新手学习-The SIFT algorithm c achieve good results, easy for novices to learn
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:1025716
    • 提供者:尚建华
  1. sift

    0下载:
  2. SIFT详细算法的解析和实现,平台是VC6.0 ,-Detailed SIFT algorithm analysis and implementation, the platform is VC6.0,
  3. 所属分类:OpenCV

    • 发布日期:2017-11-27
    • 文件大小:1524061
    • 提供者:hua
  1. SIFT

    0下载:
  2. SIFT 角点检测,提取图像的焦点特征,SIFT 特征匹配算法是目前国内外特征点匹配研究领域的热点与难点,其匹配能力较强-SIFT CORNER DETECTION EXTRACTION OF IMAGE FEATURE
  3. 所属分类:assembly language

    • 发布日期:2017-11-09
    • 文件大小:1382286
    • 提供者:wangxi
  1. SIFT_GRNN

    0下载:
  2. SIFT算法结合GRNN神经网络实现立体视频的图像颜色校正-SIFT algorithm combined with GRNN neural network algorithm for stereo video image color correction
  3. 所属分类:Special Effects

    • 发布日期:2017-10-31
    • 文件大小:1080338
    • 提供者:白海亮
  1. Video-vehicle-matching-

    1下载:
  2. 本文在opencv环境下,以目标识别为中心,利用 SIFT 算法对图像进行局部特征的提 取和其算法稳定的特点,有效准确建立匹配关系。-Opencv environment, target recognition, SIFT algorithm for image local feature extraction and algorithm characteristics, effectively and accurately create a matching relationship.
  3. 所属分类:software engineering

    • 发布日期:2014-12-10
    • 文件大小:2320384
    • 提供者:sifeng
  1. avito

    0下载:
  2. 基于OPENCV的SIFT特征提取与匹配算法。包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述、KDtree匹配等关键步骤的全部函数实现,对全面深入理解Lowe的SIFT算法有莫大帮助。-OPENCV based SIFT feature extraction and matching algorithms. Extracted from the image Gaussian pyramid, DOG, space extremum point contains a complet
  3. 所属分类:CSharp

    • 发布日期:2017-11-11
    • 文件大小:4004713
    • 提供者:张余
« 1 2 ... 28 29 30 31 32 3334 35 36 37 38 ... 50 »
搜珍网 www.dssz.com