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

搜索资源列表

  1. SIFT

    0下载:
  2. 本程序将SIFT与边缘结合起来用来做图像配准 先用SIFT检测关键点 用CANNY算子进行边缘检测 进而优化选取最佳匹配点 进行向量匹配 图像配准。 -The program will combine the SIFT and the edge of image registration is used to make the first detection of the key points with SIFT operator with CANNY edge detection and th
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:951
    • 提供者:杨博明
  1. sift

    0下载:
  2. Sift的相关外文文献及部分中文文献,对其中的相关概念做了解释,及最新的演示代码。-Sift some of the relevant foreign language, literature and Chinese literature, on which the related concepts do explain, and the latest demo code.
  3. 所属分类:OpenCV

    • 发布日期:2017-06-20
    • 文件大小:31312859
    • 提供者:李若冰
  1. SIFT

    1下载:
  2. 这是基于OpenCV的SIFT特征提取实现。-This is based on the OpenCV implementation of the SIFT feature extraction.
  3. 所属分类:Special Effects

    • 发布日期:2014-12-10
    • 文件大小:145698
    • 提供者:
  1. pca-sift

    0下载:
  2. sift code,希望对大家有用-sift code............................
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:513553
    • 提供者:wbj
  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-vc

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

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

    4下载:
  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

    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

    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. 利用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 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com