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

搜索资源列表

  1. sift-detailed-comments

    0下载:
  2. SIFT算法C++代码注释,非常详细,具体到每一步骤和细节。-detailed comments of SIFT C++ code
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:13058
    • 提供者:delay
  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. OPENCV,对输入的两幅图像进行特征值提取并且匹配,连线,命令行下以project3.exe 图像1 图像2 方式运行,代码为main.c-SIFT
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:26664
    • 提供者:ruanjj
  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. 运用sift特征点提取算法提取特征点,用matlab实现图像拼接。-Feature extraction algorithm using sift feature point extraction, using matlab image mosaic.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1677639
    • 提供者:jason
  1. Sift-new

    0下载:
  2. java sift for key point finder and image comaparision
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-14
    • 文件大小:2648
    • 提供者:rohan
  1. sift-match

    0下载:
  2. SIFT -MATCH BY David Lowe USING C AND MATLAB-SIFT-MATCH BY David Lowe USING C AND MATLAB
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:440883
    • 提供者:张 军
  1. sift

    0下载:
  2. 可以运行的C代码sift,不过太慢,等好长时间才能出来-the code could be run ,but a little slower~~~
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-16
    • 文件大小:11558
    • 提供者:倪霄龙
  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. RobHess的SIFT源码

    0下载:
  2. RobHess的SIFT源码实现图像匹配的详细过程
  3. 所属分类:人工智能/神经网络/遗传算法

  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. cPP-sift-keyPoint-and-description

    0下载:
  2. sift 特征提取及描述,特征提取及描述-sift keypoint calc,and descr iption,keypoint calc,and descr iption
  3. 所属分类:图形/文字识别

    • 发布日期:2015-06-25
    • 文件大小:61980
    • 提供者:马文建
  1. SIFT-KD-tree-image-panorama-opencv

    0下载:
  2. SIFT KD树 图像拼接 全景图_多幅图 opencv -SIFT KD tree image mosaic panorama _ Multiple Figure opencv
  3. 所属分类:Special Effects

    • 发布日期:2015-07-01
    • 文件大小:10035200
    • 提供者:lyj
  1. PCA-SIFT

    0下载:
  2. 用pca-sift实现特征匹配,是sift算法的改进,可直接使用-Achieved with pca-sift feature matching is improved sift algorithm can be used directly
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:686906
    • 提供者:李强
  1. java-SIFT

    0下载:
  2. sift算法提取特征 ,用java代码实现-SIFT algorithm for feature extraction
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:81684
    • 提供者:zping
  1. 图像仿射变换的源代码,图像拼接代码

    2下载:
  2. 该代码实现了sift算法的后续过程,通过ransac实现特征点的精确提纯,并得到仿射变换矩阵,实现图像的仿射变换和融合,效果很好
  3. 所属分类:matlab例程

  1. SIFT

    0下载:
  2. SIFT算法小结: 讲了sift算法的全部过程,包括四个步骤,还有一些难点解释,对研究图像算法的人,帮助很大。-SIFT algorithm Summary: Talk about the whole process sift algorithm consists of four steps, there are some difficulties in interpretation, the study of human image algorithms, helps a lot.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:202675
    • 提供者:廖杰
  1. The-MFC-Sift-feature-extraction

    0下载:
  2. sift 特征点检测 对初学者有很好的参考-sift feature point detection is a good reference for beginners
  3. 所属分类:OpenCV

    • 发布日期:2017-05-17
    • 文件大小:4403540
    • 提供者:暖冬
  1. The-SIFT-feature-point-extraction

    0下载:
  2. sift 特征点检测 很好的一个代码程序-sift feature point detection code is a very good program
  3. 所属分类:OpenCV

    • 发布日期:2017-04-07
    • 文件大小:754159
    • 提供者:暖冬
  1. sift

    0下载:
  2. sift算法,matlab写的,精度挺高的 -sift algorithm, matlab write, precision pricey
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1163596
    • 提供者:贾宁
« 1 2 ... 35 36 37 38 39 4041 42 43 44 45 ... 50 »
搜珍网 www.dssz.com