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

搜索资源列表

  1. sift-match.sift特征点提取代码

    6下载:
  2. sift特征点提取代码和对两幅图像提取特征点后进行特征点匹配,可用于图像拼接等。c和matlab代码都有,sift feature point extraction code and the two images after the extraction of feature points matching feature points that can be used, such as image stitching. both c and matlab code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2016-05-13
    • 文件大小:367.28kb
    • 提供者:purple_ice
  1. Sift.zip

    2下载:
  2. 用SIFT (Scale Invariant Feature Transform) 算法进行图像特征提取,基于OpenCv的C++代码实现。,Using SIFT (Scale Invariant Feature Transform) algorithm for image feature extraction, based on the OpenCv the C++ Code.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3.77mb
    • 提供者:梁霄
  1. vlfeat-0.9.4.1-bin.tar.gz

    0下载:
  2. vl-sift source code including ransac and matching,vl-sift source code including ransac and matching
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-23
    • 文件大小:7.11mb
    • 提供者:Yoo,seok bong
  1. SIFT-on-VC

    0下载:
  2. 用c++与OPENCV结合在一起的SIFT算法源码,看了后会很有用-OPENCV with c++ together with the SIFT algorithm source code, can be useful after reading
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:142.59kb
    • 提供者:孙伊
  1. vlfeat-0.9.14.tar

    0下载:
  2. lowe编写的sift算法c源代码, 好不容易才发现的,-c source code of sift by lowe
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-09
    • 文件大小:2.42mb
    • 提供者:schmidt
  1. sift_DL.rar

    0下载:
  2. SIFT 基于matlab和C的sift程序,david lown实验室的演示代码,可用于SIFT特征点的发现和matching,SIFT-based sift the matlab and C procedures, david lown laboratory demonstration of the code can be used in the SIFT feature point detection and matching
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:1.28mb
    • 提供者:ColorLess
  1. OpenCV_SIFT(C-CPP)

    0下载:
  2. 基于OpenCV下的sift算法源代码,可用于图像匹配-Under the sift algorithm based on OpenCV source code can be used for image matching
  3. 所属分类:OpenCV

    • 发布日期:2017-05-27
    • 文件大小:10.03mb
    • 提供者:明渃
  1. sift

    1下载:
  2. 求图像的sift特征的c代码,是研究图像的好帮手-It is code that get the sift of an image. It is very useful in image researching
  3. 所属分类:Windows Develop

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

    0下载:
  2. 这段代码是SIFT算法的C++代码,sift算法主要用于查找两张图像的共同特征点-SIFT algorithm for C++ code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:680.1kb
    • 提供者:何青
  1. sift-1.1.1_20071108_win

    0下载:
  2. Rob Hess的SIFT算法的C语言实现(基于OpenCV),金字塔采样和高斯差分提取特征点,K-D树寻找同名点,RANSAC去粗差-Rob Hess of the SIFT algorithm C language (based on OpenCV), sampling and Gaussian pyramid differential extraction of feature points, KD tree search for points of the same name, RANS
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:438.01kb
    • 提供者:lonfan
  1. DavidChen

    0下载:
  2. source code sift in c language
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:85.5kb
    • 提供者:taju
  1. sift-Cpp

    0下载:
  2. sift的c#源码,可以使用 参考的事lowe的2004年的那篇paper-sift the c# source code, you can use the reference of the matter lowe article 2004 of the paper
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:126.18kb
    • 提供者:hebei
  1. Match_SIFT

    0下载:
  2. 这是一个SIFT算法的实现,主要的代码是Kuas写的,本人只是用来进行匹配而已。发上来主要是要推荐这个SIFT的实现,写的很棒,这个跟Rob Hess的源码相比,思路更加清晰,而且是用类封装好的,简单易用。这个代码是基于OpenCV的。-This is an implementation of SIFT algorithm, the main code is written by Kuas, I just used it for matching. I mainly recommend thi
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:153.72kb
    • 提供者:Zoro
  1. SIFT_vc_code

    1下载:
  2. 含有 SIFT 的c代码(基于OPEN CV) 和一份程序解说 ppt。 经过多方求取,学习,发现这是目前学习 sift 算法细节最有用的2份资料了,c 代码虽然是基于 open cv 的,但是不影响对 sift 算法整个流程的展现,只用到 openv 中对图像操作的部分,完全可以修改成纯 VC ++ 的代码哦~~ -SIFT contains the c code (based on OPEN CV) and a procedural explanation ppt. After many s
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-02
    • 文件大小:987.97kb
    • 提供者:bamu
  1. sift-1.1.1_20070330_win

    0下载:
  2. All code in this package requires the OpenCV library (known working version is 1.0.0):Some functions require the Gnu Scientific Library (GSL) (known working Running The following is a list of directories that contain VC++.NET projects and the f
  3. 所属分类:.net

    • 发布日期:2017-03-23
    • 文件大小:343.79kb
    • 提供者:wushuqiong
  1. CSharp-Sift

    1下载:
  2. c# sift code class upload to your site
  3. 所属分类:CSharp

    • 发布日期:2014-07-21
    • 文件大小:11kb
    • 提供者:donya
  1. SIFT-CPP1

    0下载:
  2. SIFT算法代码,C++的,确认可用,并提供opencv和gsl以及相关安装方法-SIFT algorithm code, C++ confirmation available, and provide opencv and gsl installation method
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-22
    • 文件大小:49.32mb
    • 提供者:tlh
  1. sift-code-and-source-code-Comments

    0下载:
  2. 基于c的sift源代码实现以及源代码详解-Based on the c sift source code and source code Comments
  3. 所属分类:Special Effects

    • 发布日期:2017-11-03
    • 文件大小:14.62mb
    • 提供者:陈秋平
  1. sift-detailed-comments

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

    • 发布日期:2017-04-02
    • 文件大小:12.75kb
    • 提供者:delay
  1. sift_C-code

    0下载:
  2. 此代码为SIFT算法的C代码,用于提取图像的特征信息,可用于人脸识别等各种领域-This code is SIFT algorithm C code for extracting image feature information can be used in various fields such as face recognition
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:996.87kb
    • 提供者:陈大禄
« 12 3 4 »
搜珍网 www.dssz.com