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

搜索资源列表

  1. oOpenCVsuurfp

    0下载:
  2. opencv是图像处理中常用到的工具箱,本资料为基于此工具箱箱的图像处理匹配算法SURF的实现代码。,已通过测试。 -opencv is commonly used in image processing toolbox, this information is based on the realization of this toolbox box match the image processing algorithm SURF code. , Has been tested.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-18
    • 文件大小:2444356
    • 提供者:shakaqier
  1. OpenSURF

    0下载:
  2. SURF opencv 算法 图像识别 匹配
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:10208354
    • 提供者:wdc
  1. surf1

    0下载:
  2. surf特征点提取与匹配,该算法能达到实时性的要求,不仅能用于两幅图的匹配,还能用于单幅图的复制粘贴取证-surf feature point extraction and matching, this algorithm can achieve real-time requirements, not only for the two graph matching, but also for single figure copy and paste forensics
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:721712
    • 提供者:张艳华
  1. FeatureExtract

    0下载:
  2. 基于OPENCV的多种特征提取算法,包括SIFT,SURF,MSER-OPENCV based on a variety of feature extraction algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:523
    • 提供者:zhoudiadia
  1. FraudRecognition

    0下载:
  2. 基于OPENCV的多种特征提取、描述、匹配算法,包括SIFT,SURF,MSER-OPENCV based on a variety of feature extraction algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-12-02
    • 文件大小:3412
    • 提供者:zhoudiadia
  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
    • 文件大小:1307290
    • 提供者:李增前
  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. 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. 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. imageproc

    0下载:
  2. 图像处理中经常用到的算法。。。比较常用surf特征点匹配、二值化、边缘等需要配置相应的库才能运行-Image processing algorithm is often used in... More commonly used surf feature points matching, binarization and edge need to configure the corresponding library to run
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-27
    • 文件大小:9940244
    • 提供者:顾浩
  1. matcher

    0下载:
  2. 加权平均法实现图像拼接,配准用基于surf的算法-Algorithm for image stitching weighted average method, based on registration with the surf
  3. 所属分类:OpenCV

    • 发布日期:2017-05-02
    • 文件大小:788838
    • 提供者:daimengzhuo
  1. FEATUREDECTECTION

    0下载:
  2. 几种图像匹配算法的比较,SIFT,SURF,HARRIS-SIFT等算法,利用GUI清晰可以看出区别-Comparison of several image matching algorithm, SIFT, SURF, HARRIS-SIFT algorithms, the GUI can clearly see the difference
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:8746
    • 提供者:王瑜瑜
  1. compare_SIFT_SURF

    0下载:
  2. 对比SIFT与SURF两个提取特征点的算法,对比他们在时间和效果上的优缺点-Compared to SIFT and SURF two algorithms to extract the feature points, compared the advantages and disadvantages of them on time and effect
  3. 所属分类:OpenCV

    • 发布日期:2017-05-03
    • 文件大小:878366
    • 提供者:dragonfive2015
  1. image-feature-detection-and-matching

    0下载:
  2. 用于图像特征提取和匹配,三维重建等的经典方法,包括sift,surf,Harris,RANSAC,8点算法等-For image feature extraction and matching, 3D reconstruction and other classical methods, including sift, surf, Harris, RANSAC, 8 point algorithm, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:9069568
    • 提供者:陈美美
  1. SURFandRANSAC

    0下载:
  2. 本程序的功能是基于opencv库,用SURF提取特征,并保存描述子,再用随机抽样一致性算法剔除错误的匹配点,保存匹配好的点坐标,效果可以,你也可以换成SIFT或ORB来看效果。-This procedure is the function of feature extraction using SURF, and save the descr iptor matching points and random consistency algorithm to eliminate errors, s
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:2310
    • 提供者:lgz。
  1. SURF_Demo

    0下载:
  2. Surf图像配准算法,算法可以实时对图像进行配准-Surf algorithm to match images in real time
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1193866
    • 提供者:滕锡超
  1. OpenSURFcpp

    0下载:
  2. OpenSURF算法的实现,可直接使用SURF匹配图像-Achieve OpenSURF algorithm can be used directly SURF matching image
  3. 所属分类:Special Effects

    • 发布日期:2017-06-21
    • 文件大小:35245056
    • 提供者:hanminghui
  1. opencv_contrib-master

    0下载:
  2. opencv扩展库,包括各种特征算法sift,surf和daisy-opencv contrib, include features of sift, surf and daisy.
  3. 所属分类:OpenCV

    • 发布日期:2017-12-23
    • 文件大小:56230912
    • 提供者:wlq
  1. surfmatch

    1下载:
  2. surf匹配算法外加kdtree的匹配策略和ransac误差剔除-surf match kdtree ransac
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-20
    • 文件大小:43008
    • 提供者:zj
  1. surf_match

    1下载:
  2. surf 特征点匹配算法能很好的,对两幅图像的特征点进行匹配(Surf feature point matching algorithm can well match the feature points of two images)
  3. 所属分类:

    • 发布日期:2017-08-18
    • 文件大小:20675584
    • 提供者:聖轩
« 1 2 ... 5 6 7 8 9 1011 »
搜珍网 www.dssz.com