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

搜索资源列表

  1. sift_vs2008

    0下载:
  2. This programs is a sift algorithm sourcefile written by Visual Studio 2008. This is written by MFC. Simply, just compile and run to use.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1242973
    • 提供者:Edward
  1. SIFTPCA-SIFTandSURF

    0下载:
  2. 一篇SIFT、PCA-SIFT和SURF比较的文章,本文对上述三种进行了详细的比较,使读者更加深入了解三种方法的区别-A SIFT, PCA-SIFT and SURF comparison article, the paper of the three carried out a detailed comparison of the reader a better understanding of the difference between the three methods
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:1203379
    • 提供者:隋磊
  1. SIFT_VC

    2下载:
  2. 利用VC 编写的SIFT 特征匹配程序,可以在影像 旋转,缩放时仍能成功匹配-VC prepared using SIFT feature matching process, you can rotate the image, zoom was still a successful match
  3. 所属分类:Other systems

    • 发布日期:2017-06-16
    • 文件大小:23907777
    • 提供者:gonghui
  1. Java_SIFT-src

    0下载:
  2. A lightweight SIFT-implementation for Java after the paper of David Lowe (2004). The ImageJ plugin can be used for rigidly aligning image stacks.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-29
    • 文件大小:68745
    • 提供者:chenglong
  1. match

    0下载:
  2. 给出了一个关于SIFT算子的VC++下的匹配程序,实现快速匹配-SIFT gives an operator on VC++ Under the matching process, achieve rapid match
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:2778
    • 提供者:kysuli
  1. siftfeat

    0下载:
  2. 基于C/C++语言的sift图像特征提取程序,对于研究图像匹配、sift算法很有帮助-sift
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:23700
    • 提供者:libinghe
  1. sift_vs2005

    0下载:
  2. SIFT algorithm using OpenCV
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:941779
    • 提供者:Ashley
  1. SiftGPU_V340

    0下载:
  2. SiftGPU is an implementation of SIFT [1] for GPU. SiftGPU processes pixels parallely to build Gaussian pyramids and detect DoG Keypoints. Based on GPU list generation, SiftGPU then uses a GPU/CPU mixed method to efficiently build compact keypoint lis
  3. 所属分类:Other systems

    • 发布日期:2017-05-22
    • 文件大小:6984194
    • 提供者:picab
  1. SIFT_PPT

    0下载:
  2. 自己制作的关于SIFT算法的PPT,综合了一些资料!!可以和以前上传的程序一起看!程序都是非常简单的,很基础,不像原版的SIFT程序复杂,适合初学者!-To produce their own SIFT algorithm on PPT, a combination of some of the information! ! From the past to watch the proceedings! Procedures are very simple, it is the basis, u
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:450336
    • 提供者:cc
  1. sift-0.9.4

    0下载:
  2. this a matlab&C implementation of SIFT-this is a matlab&C implementation of SIFT
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2628131
    • 提供者:qingwa
  1. sift-0.9.16.tar

    0下载:
  2. sift, good code! Please read your package and describe it at least 40 bytes in English.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2882569
    • 提供者:alpha
  1. SIFT_VC

    0下载:
  2. 一个基于OPENCV的 robhess sift 算法库的利用程序-robhess sift opencv
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:154819
    • 提供者:weifan
  1. Copy_of_SIFT_SURF

    0下载:
  2. Sift Surf example Sift Surf example
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2858564
    • 提供者:Mike
  1. siftDemoV4

    0下载:
  2. David Lowe s SIFT Demo
  3. 所属分类:Other systems

    • 发布日期:2017-05-10
    • 文件大小:2211860
    • 提供者:denny
  1. fastsift

    0下载:
  2. A very well designed implementation of Lowe s SIFT, based on the Vedaldi implementation
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:525464
    • 提供者:Mikelour
  1. SIFTmatch

    0下载:
  2. SIFT图像匹配是现在我国发展巡航导弹的重要技术之一。-SIFT image matching is now China s development of cruise missiles, one of important technologies.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:25996
    • 提供者:程德志
  1. sift_vc

    0下载:
  2. SIFT特征提取的实现和演示,VC6.0下实现。-SIFT feature extraction implementation and demonstration, VC6.0 achieve.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-10
    • 文件大小:1450350
    • 提供者:tengli
  1. sift

    0下载:
  2. 根据OPENCV给出的SIFT特征提取源代码所写的SIFT算法流程,对理解SIFT算法有一定的帮助-OPENCV given according to the source code for SIFT feature extraction algorithm written by SIFT process, on the understanding of SIFT algorithm has some help
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1242
    • 提供者:耿锦
  1. MDI_SIFT_REG

    0下载:
  2. SIFT图像配准系统,需要用到opencv和gsl的库 -SIFT Image Registration System, and the need to use opencv library gsl
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-19
    • 文件大小:5476765
    • 提供者:刘晓明
  1. matlab_VC_sift-01.9

    0下载:
  2. 加州大学一博士写的基于sift的图像匹配源代码,是用的matlab和VC混合编程-Ph.D. University of California, to write a sift-based image matching source code, is mixed with the matlab and VC programming
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-24
    • 文件大小:3533238
    • 提供者:yisyf
« 1 23 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com