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

搜索资源列表

  1. SIFT-feature-matching-

    0下载:
  2. SIFT 特征匹配算法是目前国内外特征点匹配研究领域的热点与难点,其匹配能力较强,可以处 理两幅图像之间发生平移、旋转、仿射变换情况下的匹配问题,甚至在某种程度上对任意角度拍摄 的图像也具备较为稳定的特征匹配能力。该算法目前外文资料较多,但中文方面的介绍较少。为此 我撰写了这篇文档,以帮助国内的研究学者尽快入门,以最快的速度去体验 特征匹配算法是目前国内外特征点匹配研究领域的热点与难点,其匹配能力较强,可以处 理两幅图像之间发生平移、旋转、仿射变换情况下的匹配问题,甚至在某种
  3. 所属分类:OpenCV

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

    0下载:
  2. sift图像匹配matlab仿真程序,实现sift图像匹配功能,并且效果卓越-sift image matching matlab simulation program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:774147
    • 提供者:yifeixu
  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. SIFT

    0下载:
  2. 提取SIFT特征,进行特征提取和匹配,包括特征点的定位,特征点描述子的生成,特征点的匹配,-extract SIFT feature,and feature matching
  3. 所属分类:Special Effects

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

    0下载:
  2. 使用sift算法对图像进行匹配处理实验,实验结果证明程序可靠。-The use of SIFT algorithm for image matching processing experiment, experimental results show that the program is reliable.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3288991
    • 提供者:李群杉
  1. opencv---sift

    1下载:
  2. 基于opencv的sift图像拼接算法,是特征匹配的一种,具有旋转、平移、遮蔽以及仿射不变形,广泛应用于图像拼接及图像特征匹配中-Based on the opencv sift image stitching algorithm, is a feature matching, rotation, translation, masking and affine deformation, is widely used in image stitching and image feature mat
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:4011181
    • 提供者:周圣
  1. sift

    0下载:
  2. sift改进代码,可用于图像匹配,目标识别与跟踪、3D重建-Sift improve code, can be used in image matching, target recognition and tracking, 3 d reconstruction
  3. 所属分类:Special Effects

    • 发布日期:2017-06-09
    • 文件大小:15952828
    • 提供者:王一
  1. SIFT

    0下载:
  2. SIFT算子计算旋转图的匹配点,python编写,仅供参考-SIFT operator calculate rotation graph matching points, python prepared for reference purposes only
  3. 所属分类:OpenCV

    • 发布日期:2017-05-02
    • 文件大小:738105
    • 提供者:lxs
  1. SIFT-algorithm

    0下载:
  2. D.G lowe 的尺度不变特征转换算法(SIFT)在基于opencv和OpenGL的源码基础上增加了图像的保存功能。用于对图像的尺度不变特征的提取以及图像特征点的匹配-D.G lowe s scale invariant feature transform (SIFT) algorithm based on opencv and on the basis of OpenGL source to increase the function of image preservation. Used
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:506269
    • 提供者:东风
  1. sift

    0下载:
  2. sift提取图像特征, 进行匹配,识别-image feature extraction sift, sift image feature extraction, matching, recognition
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-07
    • 文件大小:583284
    • 提供者:张婷
  1. SIFT

    0下载:
  2. 经典的SIFT算法,实现高效高精度的图像匹配 matlab编写,内涵详尽注释,以及用法说明的txt文件,另加试验文件-Classic SIFT algorithm to achieve high efficiency and precision of image matching matlab prepared connotation detailed notes, as well as usage instructions txt file, plus a test file
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1183360
    • 提供者:changli
  1. SIFT

    0下载:
  2. SIFT(Scale Invariant Feature Transform)即尺度不变特征变换,是 D. G.Lowe 在 1999 年提出的一种基于图像局部特征的描述算子,并于 2004年做了完善。SIFT算法是一种基于线性尺度空间,对图像缩放、旋转甚至仿射变换保持不变的局部特征描述算子,因此被广泛地应用于机器人定位、导航和地图生成中。-This paper presents a method for extracting distinctive invariant features fro
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:742790
    • 提供者:欣欣
  1. sift

    0下载:
  2. David G. Lowe的SIFT特征点检测及匹配源代码,内有自己总结的各文件及参数功能的PPT文档-David G. Lowe' s SIFT feature point detection and matching source code, the summary of each document has its own functions and parameters PPT documents
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:333238
    • 提供者:纸鸢
  1. sift

    0下载:
  2. 利用sift算法对图像提取sift特征点,从而实现图像匹配等功能-Use sift sift feature extraction algorithm for image points, enabling features such as image matching
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1586111
    • 提供者:王竟宇
  1. SIFT

    0下载:
  2. 加载两幅图像,对图像分别提取SIFT特征,提取SIFT特征后进行图像匹配,并显示匹配结果-After loading the two images, the images were extracted SIFT features extracted SIFT features for image matching and displays matching results
  3. 所属分类:OpenCV

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

    0下载:
  2. opencv + visual stdio下的sift匹配算法,本人也在学习,大家一起加油吧。-sift opencv+ visual stdio under the matching algorithm, I am also learning, we fuel it.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:965
    • 提供者:洛克李
  1. SIFT-matlab

    0下载:
  2. 实现鲁棒的SIFT特征匹配,包括画中画匹配,matlab调用了C中的一些函数如高斯滤波等-Achieve robust SIFT feature matching, including picture-matching, matlab call C functions such as some of the Gaussian filter, etc.
  3. 所属分类:Special Effects

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

    0下载:
  2. sift图像匹配,用C++写的,可以直接使用!我用的是vs2010,如果不行可以转换一下!-Sift image matching, written in c++, can be used directly!I am using vs2010, if not can convert a minute!
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-11
    • 文件大小:18814496
    • 提供者:安云
  1. sift

    0下载:
  2. sift特征提取,匹配demo,很好适合图像处理初步学习!-sift feature extraction, matching demo, well suited to image processing preliminary study!
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1294709
    • 提供者:lingxiangshao
  1. SIFT

    0下载:
  2. SIFT算法的特征点提取与匹配,程序效果较好,亲测可用。-SIFT feature point extraction and matching algorithms, application effect is good, close test available.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-27
    • 文件大小:9930719
    • 提供者:cold
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 30 »
搜珍网 www.dssz.com