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

搜索资源列表

  1. SFIT

    0下载:
  2. 一组提取图像SIFT特征的源码,效果相当不错。包括一个SIFT特征库以及一些程序。需要opencv及gsl库- This is a collection of code been put together to detect SIFT features in images. It includes a SIFT function library as well as some executables to detect, match, and display
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:917032
    • 提供者:rac
  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
    • 文件大小:10520509
    • 提供者:明渃
  1. RobHessSIFT

    0下载:
  2. Rob Hess的SIFT算法在VC.net下实现 http://web.engr.oregonstate.edu/ 7Ehess ... 30_win.zip 编译他的代码需要安装OpenCV和 GSL(http://gnuwin32.sourceforge.net/packages/gsl.htm) 在编译时候GSL也是和OpenCV一样要把头文件和lib的路径指定好。 -Rob Hess of the SIFT algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:449678
    • 提供者:zhangsan
  1. Qt_RobHess_Sift

    0下载:
  2. sift算法在cv领域的重要性不言而喻,该作者的文章引用率在cv界是number1.本篇博客只是本人把sift算法知识点整理了下,以免忘记。本文比较早的一篇博文opencv源码解析之(3):特征点检查前言1 中有使用opencv自带的sift做了个简单的实验,而这次主要是利用Rob Hess的sift源码来做实验,其实现在的opencv版本中带的sift算法也是Rob Hess的,只是稍微包装了下。 下面来做下试验,试验sift代码采用Rob Hess的代码,opencv目前版本中的sift
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1086801
    • 提供者:wuwei
  1. imagematch

    1下载:
  2. 使用opencv编写的图像匹配源代码,包括特征点检测,sift特征匹配的具体实现代码-Opencv image matching source code written, including feature point detection, sift feature matching specific implementation code
  3. 所属分类:OpenCV

    • 发布日期:2017-11-11
    • 文件大小:2581056
    • 提供者:kangue
  1. opencvtest

    0下载:
  2. android手机端上sift匹配的源代码,需要导入opencv库。-The android phone end sift match the source code, you need to import opencv library.
  3. 所属分类:Graph program

    • 发布日期:2017-11-24
    • 文件大小:6342212
    • 提供者:zhy
  1. SIFT_VC

    0下载:
  2. 这个基于OpenCv的sift算法,很经典,适合初学者拿来学习,本代码能完成图像匹配功能,并有很好的抗噪能力。-This is sift based OpenCv the algorithm, very classic, suitable for beginners used to study the code to complete the image matching functionality, and good noise immunity.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-08
    • 文件大小:11270626
    • 提供者:王浩
  1. OpenSURF-H

    0下载:
  2. 关键点检测和描述算法,surf算法的opencv的源码,surf算法的性能与sift相当,但速度要远大于sift算法,经过测试可以正常运行-Keypoint detection and descr iption algorithm, algorithm source code at the Surf, surf the performance of the algorithm and sift quite, but the speed is much larger than sift algor
  3. 所属分类:OpenCV

    • 发布日期:2017-11-25
    • 文件大小:6354168
    • 提供者:zhangbin
  1. sift_test

    0下载:
  2. sift图像处理的一个测试的代码,他是用C++写的 用到了opencv中的一些函数-sift image processing as a test of the code, he wrote with C++ uses some of the opencv function
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1444281
    • 提供者:yang wei
  1. MyContact

    0下载:
  2. android手机通讯源码可以正常运行,包括常规的手机通讯录功能。-。-The android phone end sift match the source code, you need to import opencv library.
  3. 所属分类:JavaScript

    • 发布日期:2017-05-16
    • 文件大小:4216930
    • 提供者:刘轩
  1. SIFT

    0下载:
  2. 一个基础的opencv的使用工程 其中包含基本的opencv调用 而且采用了sift和surf作为基本算子进行配准 代码可用于实际工程-A basic use of opencv opencv project which contains the basic calling and using sift and surf as the basic operator registration code can be used in practical engineering
  3. 所属分类:OpenCV

    • 发布日期:2017-05-23
    • 文件大小:7267733
    • 提供者:熊一
  1. sift3

    0下载:
  2. 本代码用opencv实现了提取图像SIFT特征向量,并将结果保存到了txt文档中,对于之后实现图像分类、图像检索有很大帮助!-This code extraction with opencv image SIFT feature vectors, and save the results to a txt document, after the realization for image classification, image retrieval great help!
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:7178790
    • 提供者:房雪键
  1. TestSift_siftFeat

    0下载:
  2. 测试sift特征点,并且在图片中显示出来。直接在sift源码上修改的,将提取特征点部分和匹配部分分开了,这部分是提取特征点。在vs2010上可运行,需要配置opencv-Test sift feature points and displayed in the picture. On sift modified source code directly, the feature points are extracted portion and mating portion separated,
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-18
    • 文件大小:4759552
    • 提供者:王小颖
  1. Pic_True

    0下载:
  2. 纯java代码写的sift图片识别算法,欢迎交流指正!图片匹配效果还是可以的,可以直接运行!木有使用opencv、metlab等api-Pure java code written sift picture recognition algorithm, welcomed the exchange correction! Image matching effect, or can, can run! Wood using opencv, metlab etc. api
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:149488
    • 提供者:yao
  1. OpenCv_BoFSIFT

    0下载:
  2. OpenCV 图像处理与特征分析示例: SIFT 特征提取、计算处理与分析应用. OPENCV 爱好的必备, C++ 代码实现。 -OpenCV image processing and feature analysis example: SIFT feature extraction, processing and analysis to calculate the necessary application OPENCV hobby, C++ code.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1738
    • 提供者:george
  1. SIFT

    0下载:
  2. openCV-C++自己实现的SIFT源代码-my openCV-C++ source code of SIFT
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2553084
    • 提供者:张似衡
  1. opencv249SIFT

    0下载:
  2. opencv SIFT源码详细分析,代码能够准确实现-opencv SIFT detailed analysis of the source code can achieve accurate
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1375106
    • 提供者:陈月
  1. Featurepoint2Delaunay

    0下载:
  2. 本代码使用Opencv开源库实现,首先使用sift算子进行特征点提取,然后使用opencv中的三角剖分函数以所提取的特征点为基本点进行三角剖分。-This code uses Opencv open source library implementation, first using sift operator the feature point extraction and use of triangulation opencv functions to the extracted featu
  3. 所属分类:Other windows programs

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

    0下载:
  2. sift代码实现超详细,只有三部分,h,hpp,main避免代码分散看不懂,opencv下实现-sift code ultra-detailed, and only three parts, h, hpp, main avoid dispersion can not read the code, under opencv achieve
  3. 所属分类:OpenCV

    • 发布日期:2017-06-14
    • 文件大小:21962381
    • 提供者:jiajia
  1. SIFT

    0下载:
  2. 使用matlab实现SIFT算法,代码简单易懂,不过执行效率没有opencv高-SIFT algorithm using matlab implementation, the code is simple to understand, but not opencv high efficiency
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3154
    • 提供者:SmallFire
« 1 23 »
搜珍网 www.dssz.com