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

搜索资源列表

  1. testOpenCVSurf

    0下载:
  2. 一个用opencv库编写的Demo,用于两幅图像的特征点提取及匹配-A library written using opencv Demo, for the two images feature point extraction and matching
  3. 所属分类:OpenCV

    • 发布日期:2017-06-11
    • 文件大小:18235235
    • 提供者:william
  1. qt_open_surf

    3下载:
  2. 在上篇博客特征点检测学习_1(sift算法) 中简单介绍了经典的sift算法,sift算法比较稳定,检测到的特征点也比较多,其最大的确定是计算复杂度较高。后面有不少学者对其进行了改进,其中比较出名的就是本文要介绍的surf算法,surf的中文意思为快速鲁棒特征。本文不是专门介绍surf所有理论(最好的理论是作者的论文)的,只是对surf算法进行了下整理,方便以后查阅。 该代码的作者给出的主函数实现了6中功能,包括静态图片特征点的检测,视频中特征点的检测,图片之间的匹配,视频与图片之间的匹配
  3. 所属分类:OpenCV

    • 发布日期:2013-01-03
    • 文件大小:2758061
    • 提供者:wuwei
  1. imagematch

    1下载:
  2. 使用opencv编写的图像匹配源代码,包括特征点检测,sift特征匹配的具体实现代码-Opencv image matching source code written, including feature point detection, sift feature matching specific implementation code
  3. 所属分类:OpenCV

    • 发布日期:2017-11-11
    • 文件大小:2581056
    • 提供者:kangue
  1. 3

    0下载:
  2. 输入: 自拍两幅同一个场景(或物体)的角度/远近有差别的图像 (对于学有余力的同学,建议多测试几张角度/远近差别较大的图像) 任务: 在每张图像中检测特征点位置并将匹配画出匹配得最好的10-20对特征点 输出要求(以下三个结果分别输出,不要重叠在一张图上): 1. 在两张图上分别画出检测到的特征点位置 2. 对匹配得最好的10-20对特征点:每对特征点对用连接线画出 3. 用椭圆形式在图上画出上述每个特征点的描述子方向与尺度等信息 编程工具: Visual
  3. 所属分类:OpenCV

    • 发布日期:2017-11-10
    • 文件大小:1348
    • 提供者:sdsdsdfg
  1. panorama2

    0下载:
  2. 图像融合,SIFT算子,特征点的提取、匹配与融合-image stitching,sift
  3. 所属分类:OpenCV

    • 发布日期:2017-12-01
    • 文件大小:471947
    • 提供者:cheng
  1. RANSAC

    0下载:
  2. 提纯检测到的特征点的一个算法,可以和SIFT算法结合使用,去除一些误匹配的关键点,提高代码的执行效率-Purified feature points detected an algorithm that can be used in conjunction with SIFT algorithm to remove some of the mismatching of the key points to improve the efficiency of the implementation o
  3. 所属分类:OpenCV

    • 发布日期:2017-11-15
    • 文件大小:386349
    • 提供者:乔乔
  1. test

    0下载:
  2. 双目视觉的立体匹配和特征点检测,sift/surf/orb等特征都可以,ransac方法去噪-Stereo matching and feature points detection, sift/surf/ORB and other characteristics of the binocular vision can RANSAC method de-noising
  3. 所属分类:OpenCV

    • 发布日期:2017-11-20
    • 文件大小:21525815
    • 提供者:刘吖
  1. SIFT

    0下载:
  2. 特征点提取匹配,是在opencv上进行测试的可用-match
  3. 所属分类:OpenCV

    • 发布日期:2017-05-12
    • 文件大小:2902598
    • 提供者:纪强强
  1. robwhess-opensift

    0下载:
  2. 基于局部不变特征的图像匹配。利用SIFT算法实现局部特征的检测与提取,再用RANSAC算法筛选特征点,提高正确的匹配率。-Based image matching local invariant features. Use SIFT algorithm to detect and local feature extraction, and then filtering feature points RANSAC algorithm to improve the correct match rat
  3. 所属分类:OpenCV

    • 发布日期:2017-04-02
    • 文件大小:131094
    • 提供者:朱迪
  1. match

    0下载:
  2. 基于opencv的SIFT特征提取:捕捉摄像头视频,进行角点匹配-SIFT-based feature extraction opencv: camera, video capture, carried corner matching
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:632
    • 提供者:李少芳
  1. SIFT

    0下载:
  2. SIFT算法的特征点提取与匹配,程序效果较好,亲测可用。-SIFT feature point extraction and matching algorithms, application effect is good, close test available.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-27
    • 文件大小:9930719
    • 提供者:cold
  1. particleFilterTrackingTest

    0下载:
  2. 利用SIFI算法对图片进行特征点检测,并进行匹配。-Pictures to make use of sifis feature point detection and matching.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-27
    • 文件大小:9656384
    • 提供者:五岳之首
  1. TestSift_match

    0下载:
  2. 基于SIFT的特征点提取和匹配,在源码基础上修改。-Extraction and matching based on SIFT feature points
  3. 所属分类:OpenCV

    • 发布日期:2017-05-17
    • 文件大小:4355633
    • 提供者:王小颖
  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. SIFT_and_ransac

    0下载:
  2. sift-and-ransac结合的图形图像特征点匹配于删除误匹配点-Graphic image feature point sift-and-ransac binding matches delete mismatching points
  3. 所属分类:OpenCV

    • 发布日期:2017-05-19
    • 文件大小:4929287
    • 提供者:王旭
  1. PEIZHUN

    0下载:
  2. 使用FLANN进行特征点匹配,完成图像配准功能-FLANN performed using feature point matching, image registration function is completed
  3. 所属分类:OpenCV

    • 发布日期:2017-12-14
    • 文件大小:4239542
    • 提供者:邸伟峰
  1. opencv_surf

    0下载:
  2. opencv提取surf特征点 并进行匹配(Extracting surf feature points using opencv)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-23
    • 文件大小:8375296
    • 提供者:lotus5265
  1. SURF

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

    • 发布日期:2017-12-26
    • 文件大小:11405312
    • 提供者:耳小七
  1. code1

    0下载:
  2. 特征点提取及图像匹配,局部图像特征提取匹配(Feature point extraction and image matching, local image feature extraction matching.)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:东&子
  1. opencv3.2_SIFT+flann

    0下载:
  2. 本程序用于图像拼接,使用了SIFT特征点匹配,加上了加权融合算法去除了明暗接缝(This program is used for image stitching, using SIFT feature point matching and adding a weighted fusion algorithm to remove the bright and dark seams)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-07
    • 文件大小:17428480
    • 提供者:nkkkkk
« 1 23 »
搜珍网 www.dssz.com