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

搜索资源列表

  1. SURF-OpenCV

    0下载:
  2. SURF算法和OpenCV的人脸特征检测技术研究 -SURF algorithm and OpenCV Face Feature Detection Technology
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:305809
    • 提供者:杨帆
  1. SURF-CPP

    1下载:
  2. SURF算法的Visual C++实现,可运行,有注释,容易理解!-The SURF algorithm Visual C++ achieve, can run Notes!
  3. 所属分类:Special Effects

    • 发布日期:2017-11-18
    • 文件大小:98446
    • 提供者:刘驰
  1. SURF-algorithm-improved

    0下载:
  2. SURF 改进SURF算法 图像配准 图像处理-SURF improvement SURF algorithm for image registration image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:315138
    • 提供者:liu
  1. surf

    0下载:
  2. 关于surf算法的论文,为英文资料,讲解很详细-Surf algorithm about the thesis, for English material, the explanation is very detailed
  3. 所属分类:Document

    • 发布日期:2017-11-30
    • 文件大小:2428010
    • 提供者:大葱
  1. surf

    0下载:
  2. surf算法对图像的配准实时的取证,经本人验证,该程序好用无误,可放心使用-surf algorithm for image registration in real time forensics, after I verify that the correct program easy to use, ease of use
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:7843581
    • 提供者:张艳华
  1. surf-algorithm-base-CPP

    1下载:
  2. surf算法原理的详细解析和C++实现,适合图像处理工作者使用-surf algorithom base on C++
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:81527
    • 提供者:zhangbinbin
  1. SURF

    0下载:
  2. 从C++言语中移植的SURF算法,包含多个子函数,能够对两张图片进行快速配准与拼接-Transplanted from C++ speech SURF algorithm, contains multiple sub-functions, capable of two images for quick registration and stitching
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:719186
    • 提供者:李鹏
  1. surf

    0下载:
  2. 基于1.0opencv的surf算法。自带图片,附有生成的exe文件。-The surf algorithm based 1.0opencv. Comes with pictures, with the exe file.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-08
    • 文件大小:1569293
    • 提供者:夏雨
  1. surf-1956

    0下载:
  2. surf算法对两幅有重复部分的图像进行拼接处理,并能够得到较好的拼接结果-Surf algorithm has repeated on two parts of the image stitching, and joining together can get good results
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1341828
    • 提供者:于洋
  1. surf-algorithm-base-CPP

    0下载:
  2. surf算法原理的详细解析和C++实现,适合图像处理工作者使用-surf algorithm principle of detailed analysis and C++ achieved using suitable image processing workers
  3. 所属分类:Graph program

    • 发布日期:2017-04-16
    • 文件大小:84200
    • 提供者:陈礼
  1. SURF算法代码

    0下载:
  2. 基于opencv的surf特征点检测算法,英文解释,代码很详细,是个值得参考的资源
  3. 所属分类:Windows编程

  1. surf

    0下载:
  2. 这是运用surf算法来进行的多运动目标的跟踪,还有一些文档说明资料。-It is the use of tracking algorithm to surf multiple moving targets, and some documentation available.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4544159
    • 提供者:DHH
  1. surf

    0下载:
  2. surf算法,图形特征提取,匹配。matlab源码程序,可直接运行,带样本图
  3. 所属分类:matlab例程

  1. matlab--surf

    0下载:
  2. 运用matlabr2012a,实现SURF算法的图像特征提取和匹配。-Use matlabr2012a, SURF algorithm for image feature extraction and matching.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:5002618
    • 提供者:李鹄
  1. Surf

    0下载:
  2. 利用SURF算法,对人脸提取特征点。经作者检验,识别率可以在80 以上。- Extract face feature points using of SURF algorithm. With the inspection, the recognition rate can be above 80 .
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2304084
    • 提供者:屠震元
  1. SURF

    0下载:
  2. 基于SURF算法的特征提取代码,里面包含一些图像处理算法,opencv2.3.1和vs210-Feature extraction based on SURF algorithm code, containing some image processing algorithms, opencv2.3.1 and vs210
  3. 所属分类:OpenCV

    • 发布日期:2017-06-14
    • 文件大小:21665792
    • 提供者:cold
  1. SURF-based-image-stitching

    5下载:
  2. SURF算法作为一种新近出现的特征提取方法,在重复度、独特性、鲁棒性3个方面,均超越或接近以往提出的同类方法,并在计算效率上具有明显的优势。本代码采用SURF算法检测图像并进行坐标变换与图像拼接。 采用SURF算法对图像进行检测,其主要是用Hessian矩阵对图像进行检测,对图像的特征提取之后找到图像的特征点。之后采用最近临快速匹配(NN)、随机抽样一致性(RANSAC)算法和最小二乘法参数优化(LM)对特征点进行提纯匹配。最后在两幅图像中进行坐标变换,达到统一坐标系和图像拼接的效果。
  3. 所属分类:Special Effects

    • 发布日期:2015-05-08
    • 文件大小:2070528
    • 提供者:马丁
  1. surf

    0下载:
  2. 实现surf算法的matlab代码 实现surf算法的matlab代码-Surf algorithm to achieve the matlab code
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-02
    • 文件大小:722190
    • 提供者:xihua
  1. OpenCVdemo15-surf

    0下载:
  2. opencv的surf算法的实现,自己编的代码,可以实现效果,而且有一定的意义-code of surf,and use c++ and opencv
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2869804
    • 提供者:李骁
  1. SURF

    0下载:
  2. SIFT算法的改进加速版本SURF算法,matlab源代码,有测试图片-SIFT algorithm to improve the accelerated version of SURF algorithm, matlab source code, test picture
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1421920
    • 提供者:minwuguo
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com