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

搜索资源列表

  1. surf特征点匹配

    2下载:
  2. 很好的特征点匹配算法—surf,性能好于harris和sift,并且使用C++和matlab混合编程,速度更快,更加准确!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2012-06-21
    • 文件大小:1280017
    • 提供者:youwen1022
  1. OpenSURF_version1c(1)

    0下载:
  2. SURF算法,是SIFT的升级版,速度更快,性能也不差,快速实现图像特征点的检测和匹配。-SURF algorithm, is an upgraded version of SIFT, faster, not bad performance, rapid detection of image feature points and matching.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1362910
    • 提供者:张东兴
  1. OpenSURF

    1下载:
  2. surf算法是现在最新的寻找图像特征点并匹配的算法,与SIFT算法相比速度更快,可以用在3D重建、图像拼接等多个领域-surf algorithm is now the latest to find the image feature points and matching algorithms, compared with the SIFT algorithm is faster, can be used in 3D reconstruction, image mosaic, and othe
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1604315
    • 提供者:xmchen
  1. ExtractPoints

    0下载:
  2. 摄影测量,特征点匹配,可以读入BMP位图,用Morevec算子,FForstner算子,Harris算子进行特征点的提取。-Photogrammetry, feature matching,
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-20
    • 文件大小:5928407
    • 提供者:项青
  1. opensurf_CPP

    0下载:
  2. 基于SURF特征点的图像匹配算法,C++代码。-C/CPP cods for image matching based on SURF.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:200629
    • 提供者:Colin Lee
  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. 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. surf-ransac

    2下载:
  2. 提取surf特征点,并使用ransac算法剔除误匹配点-use surf detect feature points and use ransac delete wrong matching points
  3. 所属分类:Graph program

    • 发布日期:2015-02-24
    • 文件大小:4096
    • 提供者:陈巍然
  1. SURF-V1.0.9

    0下载:
  2. 同样是SURF 特征点提取和匹配算法的 MSVC 08 版本。-Also SURF feature extraction and matching algorithms MSVC 08 version.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:365947
    • 提供者:sleangao
  1. Harris-SURF

    0下载:
  2. Harris,SURF特征点提取匹配算法,两种算法实例比较-Harris, SURF feature point extraction matching algorithm compares two algorithms examples
  3. 所属分类:Graph program

    • 发布日期:2017-04-25
    • 文件大小:495746
    • 提供者:李琳
  1. SURF-based-image-stitching

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

    • 发布日期:2015-05-08
    • 文件大小:2070528
    • 提供者:马丁
  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. SURF

    0下载:
  2. 特征点提取与匹配,很好的一种图像配准算法-Feature point extraction and matching, a good image registration algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1425206
    • 提供者:卢冰
  1. SURF11

    0下载:
  2. 利用surf算法进行图像特征点匹配 自带示例图片 只包含匹配无融合内容-Using surf algorithm for image feature point matching with the sample image contains only the matching of non fusion content
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1421933
    • 提供者:李志鹏
  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. SURF_OPENCV

    0下载:
  2. 基于opencv实现的surf算法代码 最终输出左右影像特征点图、匹配连线图以及良好匹配点的坐标txt文件(Surf algorithm based on OpenCV)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-27
    • 文件大小:4149248
    • 提供者:sixpos
  1. quickly match

    0下载:
  2. 基于亮度/色彩一致性,在SURF算法的基础上提出了一种快速图像特征点匹配算法,可以缩小特征点匹配所需的运行时间,提高正确匹配率。(Based on the brightness / color consistency, a fast image feature point matching algorithm based on SURF algorithm is proposed, which can reduce the running time of feature point matchi
  3. 所属分类:OpenCV

    • 发布日期:2018-01-05
    • 文件大小:2048
    • 提供者:落尘薇
  1. 图像融合算法

    0下载:
  2. 针对电气设备同一场景的红外与可见光图像间一致特征难以提取和匹配的问题,提出了一种基于斜率一致性的配准方法。首先通过数学形态学方法分别提取红外与可见光图像的边缘,得到粗边缘图像;然后通过SURF算法提取两幅边缘图像的特征点,根据正确的匹配点对之间斜率一致性的先验知识,进行特征点匹配;最后通过最小二乘法求得仿射变换模型参数并实现两幅图像的配准。实验结果表明,该方法有效提高了匹配点对的正确率,能够对电气设备红外和可见光图像实现高精度的配准。(In this paper, a method based
  3. 所属分类:图形图象

    • 发布日期:2018-04-30
    • 文件大小:2048
    • 提供者:九月晴空
  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

  1. SURFpipei_matlabfunctiontest

    1下载:
  2. 实现SURF特征点描述子算法,并使用Oxford Dataset图像自动进行精度评价(SURF feature descr iptor and matching precision evaluation)
  3. 所属分类:图形图像处理

    • 发布日期:2020-07-26
    • 文件大小:1024
    • 提供者:珊瑚海枫
« 12 »
搜珍网 www.dssz.com