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

搜索资源列表

  1. SURF

    0下载:
  2. 本程序是将已有的程序针对掌纹图像识别进行了定向改进,改进之后识别率大大提升-This program is an existing program palmprint identification has been targeted for improvements, the recognition rate improved greatly enhanced after
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:14454796
    • 提供者:张琛
  1. SURF

    0下载:
  2. 这个代码是图像特征检测与匹配的。速度比sift快。-image feature detection and matching
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1448923
    • 提供者:郑明国
  1. surf_study

    0下载:
  2. opencv在图形图像处理中的应用;surf算法程序段-surf algorithm block opencv in graphics processing
  3. 所属分类:OpenCV

    • 发布日期:2017-05-22
    • 文件大小:6665498
    • 提供者:吕孟娇
  1. showtest

    0下载:
  2. 这个程序在ubuntu 中的OpenCV2.4.4能运行,没试过其他平台,但应该是大同小异的。其中代码都是C++风格,用了surf算法寻找特征点,用flann算法匹配特征点,有简单拼接模式和加权平均匹配模式-This program can run in ubuntu in OpenCV2.4.4, have not tried other platforms, but it should be pretty much the same. Where the code is C++ style,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:743294
    • 提供者:huangjianpeng
  1. OpenCV_VC6.0_surf

    0下载:
  2. 基于opencv vc6.0的surf特征点检测算法-Based surf feature point detection algorithm opencv vc6.0
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:2233594
    • 提供者:王鹏程
  1. OpenSURFcpp

    0下载:
  2. surf.cpp一个源程序供参考;核心程序-it is a source code for SURF
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5220890
    • 提供者:yang
  1. DOG

    0下载:
  2. DOG高斯金字塔,用于图像处理的sift算法,surf算法等-DOG Gaussian pyramid, sift algorithm for image processing, surf algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1391
    • 提供者:贾宁
  1. OpenSURF_matlab

    0下载:
  2. SURF 图像特征点快速提取法还有描述,可用于迅速匹配两张图片中的特征点-SURF image feature points extraction method also described fast, can be used to quickly match the image feature points in the two
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:720157
    • 提供者:sleangao
  1. Sruf-cpp

    0下载:
  2. surf特征点匹配,使用surf特征对两幅图进行匹配-surf feature point matching, use surf to match the characteristics of the two plans
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-14
    • 文件大小:3158
    • 提供者:sfd
  1. open_surf

    0下载:
  2. Opencv中集成的Surf算法的实现。很简单易懂。-Opencv realize integrated Surf algorithms. Very easy to understand.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-08
    • 文件大小:1943687
    • 提供者:赵高枫
  1. ORBtest

    0下载:
  2. ORB提取特征点 最新提取算法,与sift 和surf 相比较-ORB latest extraction algorithm to extract feature points, compared with sift and surf
  3. 所属分类:OpenCV

    • 发布日期:2017-05-07
    • 文件大小:1218389
    • 提供者:柴先涛
  1. a

    0下载:
  2. OPENCV的SURF特征点提取源码,可以用于特征焦点的提取,运行于VS2010环境下通过-SURF feature points extraction of OPENCV source code, can be used to extract features of focus, running in VS2010 environment through
  3. 所属分类:OpenCV

    • 发布日期:2017-04-11
    • 文件大小:933
    • 提供者:李逍遥
  1. 1

    0下载:
  2. 这是一个关于图像匹配的代码,有sift,surf的 特征检测 , 特征提取等,有它们的具体实现算法,很值得研究,也比较适合初学者-This is a code on the image matching, there sift, surf feature detection, feature extraction, etc., have their specific algorithm, it is worth studying, but also more suitable for begin
  3. 所属分类:Special Effects

    • 发布日期:2017-06-09
    • 文件大小:16680735
    • 提供者:吕孟娇
  1. OpenCV-SURF-Homography-master

    0下载:
  2. 一个surfopen库,用GPU加速,值得看一下-surfopen
  3. 所属分类:OpenCV

    • 发布日期:2017-04-15
    • 文件大小:6662
    • 提供者:webo
  1. Image-mosaic-based-on-SURF

    0下载:
  2. 本程序采用基于快速鲁棒特征点的图像拼接技术,该技术与其他图像拼接技术相比,具有鲁棒性好的特点,对图像序列中的光照变化、尺度变化、旋转变化具有良好的适应性;与基于SIFT特征点的图像拼接技术相比,其拼接速度更快。-This program uses a fast and robust image mosaic technology based on feature points, compared with the other image mosaic technology, has good r
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:359141
    • 提供者:李争
  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. SURFObjectMatching

    0下载:
  2. 基于SURF的目标匹配程序,可以使用,但需要安装opencv-SURF-based target matching program, you can use, but you need to install opencv
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:3019383
    • 提供者:jqz
  1. surf_opencv10086110

    0下载:
  2. 运行在linux环境下的基于opencv的surf人脸识别的代码-Face recognition based on the surf opencv code running under linux environment
  3. 所属分类:OpenCV

    • 发布日期:2017-03-25
    • 文件大小:126497
    • 提供者:铸造
  1. surfmex-opencv

    0下载:
  2. SURF,huan jing,xia ,keyi yunxing qieyou ceshi shuju d e.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:497209
    • 提供者:baseballbasket
  1. SURFtest

    0下载:
  2. surf算法测试 surf算法优于sift算法-surf test
  3. 所属分类:OpenCV

    • 发布日期:2017-05-07
    • 文件大小:1513263
    • 提供者:lihailong
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 »
搜珍网 www.dssz.com