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

搜索资源列表

  1. sift-win-recompiled

    0下载:
  2. VC2010可用,SIFT特征提取,并做两个图片的匹配,最终输出匹配点。适用于Windows操作系统。-VC2010 is available, the SIFT feature extraction, and make the two images match, the final output of the matching point. Applies to the Windows operating system.
  3. 所属分类:OpenCV

    • 发布日期:2017-06-20
    • 文件大小:31214405
    • 提供者:niyabo
  1. sift----matlab

    0下载:
  2. sift算法的完整matlab程序,本人测试过,很好,稍加修改即可!-complete sift algorithm matlab program, I tested, well, a few minor changes!
  3. 所属分类:Special Effects

    • 发布日期:2016-01-26
    • 文件大小:2634752
    • 提供者:liuzhen
  1. sift

    1下载:
  2. 求图像的sift特征的c代码,是研究图像的好帮手-It is code that get the sift of an image. It is very useful in image researching
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3957168
    • 提供者:ww
  1. sift-vc

    0下载:
  2. sift算法的vc实现,为其他算法提供API-vc achieve sift algorithm for other algorithms API
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:12917
    • 提供者:
  1. SIFT(VC)

    3下载:
  2. sift算法匹配,用VC写的。能直接用!-VC+sift
  3. 所属分类:Graph program

    • 发布日期:2017-05-15
    • 文件大小:3916786
    • 提供者:huhualiang
  1. pca-sift

    1下载:
  2. pca-sift算法的实现,采用vc2008开发环境,进行开发,独立运行-pca-sift algorithm, using vc2008 development environment to develop, operate independently
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-07-18
    • 文件大小:1269583
    • 提供者:jason li
  1. SIFT

    1下载:
  2. C语言下实现SIFT算法 用于图像特征匹配-C-achieve SIFT algorithm for image feature matching
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:147074
    • 提供者:uneamie
  1. autopano-sift-C

    0下载:
  2. 采用sift算法实现的图像拼接程序,效果较好,希望对大家有帮助。-Sift algorithm using image stitching process better, we want to help.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1734852
    • 提供者:童玉娟
  1. sift

    0下载:
  2. 这段代码是SIFT算法的C++代码,sift算法主要用于查找两张图像的共同特征点-SIFT algorithm for C++ code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:696422
    • 提供者:何青
  1. sift

    0下载:
  2. 很好sift算法的文献,原始文献和改进方法的文献,极具参考价值。-sift algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-26
    • 文件大小:8960189
    • 提供者:王炜
  1. sift

    1下载:
  2. 使用sift算法,实现图像匹配。在vc6中实现,需安装gsl库和opencv库-Sift algorithm used to achieve image matching. In vc6 realized the need to install OpenCV library and GSL library
  3. 所属分类:图形图象

    • 发布日期:2013-02-22
    • 文件大小:7100544
    • 提供者:lin
  1. SIFT

    0下载:
  2. 描述sift算子的实用介绍,对于需要这个算子的详细解释的人,很有用-Describes practical introduction to sift operator, the need for a detailed explanation of the operator who, very useful
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:199805
    • 提供者:lee
  1. SIFT

    1下载:
  2. c++实现的sift,可以分步观看实现效果-c++ implementation of the sift, you can watch step by step to achieve results
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3444628
    • 提供者:
  1. sift

    0下载:
  2. 自己实现的sift特征提取的matlab代码,可以计算特征描述子用于图像匹配,不过速度有点慢-Own implementation of sift feature extraction matlab code to calculate feature descr iptors for image matching, but a bit slow
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3287692
    • 提供者:feefer
  1. SIFT

    1下载:
  2. MATLAB实现图像的SIFT特征提取,并做在不同光照、不同视角下的特征匹配-SIFT MATLAB for image feature extraction, and to do in different lighting, different from the Perspective of feature matching
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1291311
    • 提供者:dulihui
  1. SIFT

    1下载:
  2. 利用VC编程实现SIFT算子的影像匹配,对于学习和研究影像匹配的人可以交流一下。-Programming using VC Operator SIFT image matching, learning and research for image matching can exchange.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:52527
    • 提供者:谭金石
  1. sift-1.1.1_20071108_win

    0下载:
  2. Rob Hess的SIFT算法的C语言实现(基于OpenCV),金字塔采样和高斯差分提取特征点,K-D树寻找同名点,RANSAC去粗差-Rob Hess of the SIFT algorithm C language (based on OpenCV), sampling and Gaussian pyramid differential extraction of feature points, KD tree search for points of the same name, RANS
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:448526
    • 提供者:lonfan
  1. SIFT

    0下载:
  2. 基于SIFT算法,详细介绍了SIFT的算法流程和应用方面。-SIFT-based algorithm, described in detail the algorithm SIFT processes and applications.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-27
    • 文件大小:9780528
    • 提供者:leo
  1. sift-0.9.13-bin.tar

    0下载:
  2. sift已经编译好的matlab开发源代码-sift has been compiled to develop the source code matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3573032
    • 提供者:xu
  1. sift

    0下载:
  2. SIFT算法,可以有效的找到不同画面中的对应特征点,在跟踪和图形识别方面有很好的用途-SIFT algorithm, can effectively find a different screen the corresponding feature points, in the tracking and pattern recognition as a very good use of
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3559513
    • 提供者:jacky
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com