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

搜索资源列表

  1. OpenSurf

    0下载:
  2. opencv+vc6.0+surf.主要是在vc6.0下面的运行的算法代码,c/c++语言编写 -opencv+vc6.0+surf
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-10
    • 文件大小:2.3mb
    • 提供者:张鑫
  1. SIFTSURF

    1下载:
  2. SIFT算法、SURF算法和PCA—SIFT算法的实例,里面要安装OPENCV才能用的-SIFT algorithm, SURF algorithm and PCA-SIFT algorithm instance, which can be used to install OPENCV
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1.67mb
    • 提供者:宋丹
  1. SURF_VC6.0

    0下载:
  2. Visual C++ 6.0 平台下使用OpenCV库实现的SURF特征点检测算法,效率较SIFT特征点检测要高。正确配置OpenCV后能修改输入图像能正确运行。-SURF feature point detection algorithm implemented using the OpenCV library under the Visual C 6.0 platform, more efficient than the SIFT feature point detection is hig
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:4.37mb
    • 提供者:king
  1. OpenSurf

    0下载:
  2. you can detect feature points in any image. OpenCV is needed.. it uses surf algorithm to do so
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:66.04kb
    • 提供者:jack
  1. surf

    0下载:
  2. 2006年,SURF特征成为了类似于SIFT的一个替代品,速度是SIFT的三倍,该程序提供了SURF特征的提取与匹配方法,C++代码,需要OPENCV-SURF feature extraction
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:3.19kb
    • 提供者:zzzffflll
  1. OpenSURFcs

    0下载:
  2. C#实现的SURF,无需额外的OpenCV库,速度较快,注释详尽。-C# implementation of the SURF, no additional OpenCV library, fast, detailed notes.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-06
    • 文件大小:420.25kb
    • 提供者:redcat1
  1. find_obj(surf)

    0下载:
  2. surf的C++实现类,包含main函数,可直接运行。需要OpenCV的支持-the class of SURF,include main function
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:3.08kb
    • 提供者:zsh
  1. SURFimage_stitching

    0下载:
  2. a program that stitching two images in one by using surf keypoints. implemented in C++ and OpenCV.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-05
    • 文件大小:144.46kb
    • 提供者:theodore
  1. OpenSURF

    0下载:
  2. surf 算法的C++实现,和OPENCV库配合使用,提取SURF描叙符.-surf the algorithm is implemented in C++,and used in conjunction with OPENCV library .it extracte SURF depictors
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:117.48kb
    • 提供者:陈阳
  1. OpenCV_VC6.0_surf

    1下载:
  2. Visual C++ 6.0平台基于OpenCV的SURF图像特征点的检测和匹配源代码,能正确的实现图像特征点的检测和匹配功能,对研究图像特征点匹配非常有帮助。-The Visual C++ 6.0 platform is based on OpenCV SURF image feature points detection and matching of source code, can correct the image feature point detection and matchin
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:2.97mb
    • 提供者:king
  1. SURF

    0下载:
  2. 简单的opensurf算法,c语言实现,用到了opencv-the SURF detector-descr iptor scheme used in the OpenSURF library is discussed in detail.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1.38mb
    • 提供者:赵书睿
  1. final-surf

    0下载:
  2. This the code to do surf detection on visual c + + opencv-This is the code to do surf detection on visual c + + opencv
  3. 所属分类:Software Testing

    • 发布日期:2017-04-11
    • 文件大小:1.41kb
    • 提供者:ahmad muzakky
  1. chongmatch

    0下载:
  2. 该匹配算法是用surf特征点和随机一致性算法共同完成的,精度高,可靠性好。代码是OpenCV,C++写的 效果不错。-The matching algorithm is surf feature points and random consistency algorithm together to complete, high precision, good reliability. Code is OpenCV, C++ write good results.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1.25mb
    • 提供者:李增前
  1. OpenCv_BoFSURF

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

    • 发布日期:2017-04-13
    • 文件大小:1.74kb
    • 提供者:george
  1. OpenCVdemo15-surf

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

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

    0下载:
  2. 基于OpenCV3.0.0版本的SURF算法及程序测试(SURF algorithm and program testing based on OpenCV3.0.0 version)
  3. 所属分类:OpenCV

    • 发布日期:2018-04-29
    • 文件大小:20.09mb
    • 提供者:Mrone123
  1. SURF_match

    0下载:
  2. opencv用surf实现特征匹配,vs2015,opencv3.4及以上版本可直接运行(Opencv+Surf+Feature match)
  3. 所属分类:OpenCV

    • 发布日期:2018-05-01
    • 文件大小:17.04mb
    • 提供者:LH--LH
搜珍网 www.dssz.com