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

搜索资源列表

  1. SURF

    0下载:
  2. SURF算法的原文翻译,包括特征提取和特征匹配,加入了作者的一些理解-SURF translation of the original algorithm, including feature extraction and feature matching, adding some understanding of the author
  3. 所属分类:OpenCV

    • 发布日期:2017-03-24
    • 文件大小:557030
    • 提供者:Fisher
  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
    • 文件大小:1755761
    • 提供者:宋丹
  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
    • 文件大小:4578890
    • 提供者:king
  1. OpenSURFcpp

    0下载:
  2. C++版的SURF算法,效率较高,但必须事先安装OpenCV2.0-C++ version of the SURF algorithm is efficient, but must be pre-installed OpenCV2.0
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1232657
    • 提供者:redcat1
  1. find_obj

    1下载:
  2. surf 方法 直接能运行 配上opencv 图像特征点匹配 sift方法的改进版本,在时间上面大大提高同时在光照方面比sift要好很多-Methods can be run directly coupled surf opencv image feature point matching method sift improved version of the above at the time of greatly increased both the light much better th
  3. 所属分类:OpenCV

    • 发布日期:2017-03-24
    • 文件大小:3037
    • 提供者:tjj
  1. drc_surf

    0下载:
  2. SUrf algorithm for opencv version
  3. 所属分类:OpenCV

    • 发布日期:2017-05-06
    • 文件大小:1042691
    • 提供者:Torres
  1. OpenSURF2010.1.8

    0下载:
  2. SURF特征检测算法代码,需要配置openVC环境,程序在VS2005环境下VC++开发。-SURF detection code.Project use VC++.net2005.You need config openCV .
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1600976
    • 提供者:
  1. opencvlizi

    0下载:
  2. 在mfc中使用opencv的示例,实现了canny算法、surf算法、矩形检测等算法-Opencv mfc used in the example, to achieve a canny algorithm, surf algorithm, the rectangle detection algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-05-29
    • 文件大小:12143845
    • 提供者:ckolk
  1. original

    0下载:
  2. surf implementation for yandex conkurs of panorama image matching
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1386
    • 提供者:alex
  1. SURF

    0下载:
  2. surf算法的OpenCV实现,Linux的-OpenCV implementation surf algorithm, Linux' s
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1451258
    • 提供者:ToT
  1. SURF-OpenCV

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

    • 发布日期:2017-03-31
    • 文件大小:305809
    • 提供者:杨帆
  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
    • 文件大小:1449052
    • 提供者:赵书睿
  1. opencv-source-surf-algorithm

    0下载:
  2. 利用opencv中surf实现图片的匹配-Using opencv achieve images match in surf
  3. 所属分类:OpenCV

    • 发布日期:2017-05-23
    • 文件大小:7596587
    • 提供者:冬暖
  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

    0下载:
  2. 基礎SURF應用從最簡單的入門找特徵點、到稍微進階的影像比對以及照片合成全景圖的應用-SURF application of basic applications, from the simplest to find entry feature points to a slightly advanced image comparison and synthesis panorama photo
  3. 所属分类:OpenCV

    • 发布日期:2017-06-17
    • 文件大小:25830481
    • 提供者:蔡秉嘉
  1. surf-and-Homography-decomposition

    2下载:
  2. 使用opencv,首先提取两幅图像的surf特征点,然后匹配,求单应矩阵,然后分解得到旋转角度。保证可用,走过路过不要错过。-Using opencv, first extracting feature points of the two images of the surf, and then matching, seeking homography, then decomposition rotation. Guarantee is available, do not miss passin
  3. 所属分类:OpenCV

    • 发布日期:2017-03-02
    • 文件大小:23398602
    • 提供者:李明
  1. SURF

    0下载:
  2. surf特征点匹配,显示匹配点数和时间,以及较优匹配点数(surf feature matching)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-26
    • 文件大小:11405312
    • 提供者:耳小七
  1. SURF探测器拼接两张图像以创建全景的openCV实现

    0下载:
  2. 基于SURF的图像拼接,全景图像筛选特征点,进行匹配刷选转换(Image mosaic based on SURF panoramic image filtering feature points matching selection switch)
  3. 所属分类:OpenCV

    • 发布日期:2018-04-30
    • 文件大小:9830400
    • 提供者:小kkx
  1. SURF+brief

    0下载:
  2. 基于opencv库的条件下,实现SURF+brief算法的特征点的提取与匹配,直接复制粘贴即可(Under the condition of OpenCV library, we can extract and match the feature points of SURF+brief algorithm, and copy and paste directly.)
  3. 所属分类:OpenCV

« 12 3 4 5 6 »
搜珍网 www.dssz.com