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

搜索资源列表

  1. SIFT-suanfaxiaojie

    0下载:
  2. SIFT 算法小结 图像识别 双目匹配 测距 比例不变识别方法 特征点-Summary of image recognition algorithm SIFT distance binocular matching feature points the proportion of invariant recognition
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:429154
    • 提供者:policeman0077
  1. find_obj

    0下载:
  2. 这个是SIFT算法,可以用于影像匹配的功能-SIFT image matching algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:2945
    • 提供者:丁丁
  1. Introduaction-of-SIFT

    0下载:
  2. 计算机视觉中的匹配:sift算法的详细介绍-Matching in computer vision: sift algorithm details
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4126427
    • 提供者:李鑫
  1. Introduction-of-SIFT-Algorithm

    0下载:
  2. 关于SIFT图形匹配算法的课件,详细介绍了SIFT算法的原理和与其他同类图形匹配算法的性能比较-SIFT matching algorithm on the courseware graphic introduced in detail the principles of SIFT algorithm and matching algorithm and other similar graphics performance comparison
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:3060852
    • 提供者:sdrioe
  1. ImageStitch

    0下载:
  2. 基于SIFT算法的图像拼接 主要是运用SIFT算法求得特征点,然后用kd_tree进行特征点匹配,根据匹配点求得2x2的变换矩阵,然后利用变换矩阵变换图像(需要插值)。-Image Stitch Based on SIFT
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:31577
    • 提供者:yyscamper
  1. An-Algorithm-for-Face-Recognition-

    0下载:
  2. 高独特性特征的选择以及合适匹配策略的选用是人脸识别技术的关键。讨论了基于仿射不变的几何特 征SIFT算子进行人脸识别的方法。SIFT算子的计算复杂度较高,并且不同的人脸表情和图像模糊会加大特征匹 配的难度。为克服上述缺点,提出了一种新的算法,将选择6个人脸上感兴趣子区域进行描述,并根据各自的独特 性赋予不同的权值,最后在匹配过程中使用相似度的平方来减小偏差数据造成的影响。实验结果表明,该方法能 有效减轻表情变化对于身份识别率急剧下降的影响,并可显著减少计算复杂度和特征匹配时间。-
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-22
    • 文件大小:287117
    • 提供者:陈方芳
  1. SIFT-feature-points

    0下载:
  2. 基于SIFT特征点改进搜索算法的图像匹配技术的研究。利用SIFT可以做图像拼接和增强现实等技术。-SIFT feature points based on improved search algorithm for image matching technology research. Image stitching using SIFT can do, and augmented reality techniques.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:432175
    • 提供者:谷继红
  1. edge-detection

    0下载:
  2. 本程序将SIFT与边缘结合起来用来做图像配准 先用SIFT检测关键点 用CANNY算子进行边缘检测 进而优化选取最佳匹配点 进行向量匹配 图像配准。 -The SIFT program used to do with the edge combination image registration using SIFT test first key with CANNY edge detection operator to optimize select the best match point
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:813
    • 提供者:zhao
  1. sift

    0下载:
  2. sift图像匹配,可以参考的,不错的资料-sift image matching, can refer to, and good information
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:419326
    • 提供者:lili
  1. SIFT_VC

    0下载:
  2. 本代码提供了SIFT算法提取特征点的同时又进行特征点匹配工作,同时还有相关注释说明-The code provides a SIFT algorithm to extract feature points matching feature points also work, as well as the relevant explanatory notes
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:645905
    • 提供者:liuyu
  1. SIFT

    0下载:
  2. Matlab图像配准代码 用sift算法 对两个图片进行匹配-matlab stereo image
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1677631
    • 提供者:ning jingjing
  1. SIFT-

    0下载:
  2. 一个简化后高效sift算法,对于做特征匹配比较有帮助-A simplified and efficient sift algorithm for feature matching more helpful to do
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4634677
    • 提供者:yaojian
  1. wode1

    0下载:
  2. 是一个很好的图像拼接程序,先用sift算法提取两幅图片的特征点再用算法筛去错配点,把匹配点用线连接起来,注意:主函数是match.m,运行主函数后在命令框输入运行match( image1.jpg , image2.jpg )-Is a good image stitching program, the first two pictures with the sift algorithm feature extraction algorithm and then weed out the wro
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1604649
    • 提供者:左涛
  1. SIFT

    0下载:
  2. 讲述图像匹配的SIFT算法的原理方法及使用,相关公式设计-About the SIFT image matching algorithm method and the principle of the use of design-related formula
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:199821
    • 提供者:谢坤
  1. SIFT

    0下载:
  2. SIFT 图像匹配经典 Distinctive Image Features from Scale-Invariant Keypoints -classic papers of SIFT image matching Distinctive Image Features from Scale-Invariant Keypoints
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:495646
    • 提供者:
  1. SIFT

    0下载:
  2. 基于SIFT算法的目标匹配和识别,尺度不变特征变换匹配算法-SIFT matching algorithm based on the objectives and recognition, scale-invariant feature transformation matching algorithm
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-02
    • 文件大小:320771
    • 提供者:process
  1. SIFT

    0下载:
  2. 目前比较流行的特征匹配技术sift讲义,该算法外文资料较多,中文较少,习惯中文的可以参考这两篇-Currently more popular matching technology of sift notes, the algorithm more Chinese language data, less, habits of Chinese can refer to the two。
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2053974
    • 提供者:小一
  1. SIFT

    0下载:
  2. SIFT特征匹配技术 SIFT特征匹配技术-SIFT feature matching technology SIFT feature matching technology SIFT feature matching technology
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1639149
    • 提供者:majin78
  1. SIFT

    0下载:
  2. SIFT特征匹配算法研究 SIFT特征匹配算法研究-SIFT feature matching algorithms
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:593544
    • 提供者:
  1. sift

    0下载:
  2. sift算法,能实现图像的精确匹配,效果非常好,我亲自试过,-Sift algorithm, can realize the precise image matching, the effect is very good, I personally tried, ha ha
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:440815
    • 提供者:jiangnan
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 40 »
搜珍网 www.dssz.com