CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - SIFT 特征匹配

搜索资源列表

  1. LDAHash

    0下载:
  2. SIFT经LDA,然后二值化形成简短的特征,以提高匹配速度、减少存储量;该特征在Low False Positive 段,性能比SIFT好,但需要训练。-SIFT by the LDA, and then binarization formation of short features, in order to improve the matching speed, reduce the amount of storage the characteristics of the Low, Fal
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:2160594
    • 提供者:吴思远
  1. ORB-.pdf

    0下载:
  2. ORB特征用于图像特征点匹配,这个是英文参考文献。-ORB an effi cient alternative to SIFT or SURF
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:904030
    • 提供者:顾盼中
  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. 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. 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. 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. siftMatch

    0下载:
  2. 开发工具为c++6.0 能够实现将两幅图片提取特征点 然后进行匹配 并用mfc将其显示出来。-It is a sift programe and can deal with two images and can finds features between the two images.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:6096515
    • 提供者:刘军
  1. SIFT_VC.rar

    0下载:
  2. sift算法,支持特征点提取,kdtree算法匹配的程序。,sift algorithm, program support feature point extraction, kdtree algorithm match.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-22
    • 文件大小:191200
    • 提供者:fengguanghui
  1. sift__matlab

    0下载:
  2. 经典的基于sift算法特征提取以及匹配,简单实用-Based on the classic the sift algorithm feature extraction and matching, simple and practical
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:6333
    • 提供者:杨涛
  1. FraudRecognition

    0下载:
  2. 基于OPENCV的多种特征提取、描述、匹配算法,包括SIFT,SURF,MSER-OPENCV based on a variety of feature extraction algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-12-02
    • 文件大小:3412
    • 提供者:zhoudiadia
  1. SURF

    0下载:
  2. 基于SUFT的特征提取与匹配,内涵详细的文档说明,很好的实现了特征提取与匹配,该方法较基本的SIFT有很大的提高-Extraction and matching of features based on SUFT, detailed content of the documentation, very good realization of the feature extraction and matching, SIFT the method is basic is greatly impro
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:9452097
    • 提供者:颜妍
  1. TestSIFTVC6

    0下载:
  2. 用opencv实现的sift的图像特征提取与匹配,有结果显示-Sift based on opencv image feature extraction and matching, according to the results
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:294207
    • 提供者:高幸
  1. SURF

    0下载:
  2. 这个代码是图像特征检测与匹配的。速度比sift快。-image feature detection and matching
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1448923
    • 提供者:郑明国
  1. image-mosaic

    1下载:
  2. 图像拼接,利用SIFT算法提取点特征,并进行点匹配,解算单应性矩阵,根据结算出的单应性矩阵对图像进行仿射变换,最后进行拼接,程序中的备注很详细,各位感兴趣的同志可以下载看看。-Image mosaic using SIFT feature point extraction algorithm, and point matching, homography matrix solver, based on the settlement of the homography image affine t
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:548688
    • 提供者:li
  1. 1

    0下载:
  2. 这是一个关于图像匹配的代码,有sift,surf的 特征检测 , 特征提取等,有它们的具体实现算法,很值得研究,也比较适合初学者-This is a code on the image matching, there sift, surf feature detection, feature extraction, etc., have their specific algorithm, it is worth studying, but also more suitable for begin
  3. 所属分类:Special Effects

    • 发布日期:2017-06-09
    • 文件大小:16680735
    • 提供者:吕孟娇
  1. ransacOverlap

    0下载:
  2. 程序使用sift提取和匹配图像的特征点,使用RANSAC得到图像的单应矩阵H,再将其中一幅图像通过H变换到另一幅图像的坐标系中。最后计算得到两幅图像重叠区域。图像可以换成自己的。-This code use SIFT to extract and match feature points.Then RANSAC is utilized to calculate homography matrix.Finally,the overlap rate of these two images will
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:1016090
    • 提供者:孔德地
  1. siftDemoV4

    0下载:
  2. sift描述子,用来提取特征点以及匹配 计算机视觉的重要基础-sift descr iptors important foundation for extracting feature points and matching of computer vision
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:726738
    • 提供者:
  1. plot

    0下载:
  2. 使用sift+RANSAC完成两幅图像的特征提取和匹配,并将较小图像区域在另一幅中用方框圈出来。运行plot.m。-This code uses sift and RANSAC to extract features of two images and then finds and marks the smaller image in the other image.run plot.m
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:312191
    • 提供者:孔德地
  1. Display_SIFT-(1)

    0下载:
  2. 指纹识别算法、预处理、指纹特征提取、指纹特征SIFT匹配-Fingerprint recognition algorithm, the preprocessing, fingerprint feature extraction and fingerprint feature matching
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:179824
    • 提供者:小罗
  1. hesaff-master

    0下载:
  2. 影像仿射变换特征提取,结合 sift 等局部特征可以处理较大视角变化下的图像匹配。-This is an implementation of Hessian-Affine detector.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:19864
    • 提供者:li
« 1 2 ... 5 6 7 8 9 1011 »
搜珍网 www.dssz.com