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

搜索资源列表

  1. ICM2image_loop

    0下载:
  2. 对两帧图像进行ICM调试.包含内容:1估计姿态和摄像机内参数;2两幅图做四次金字塔;3利用输入特征点采用ransac算法估计姿态R, T。4sift特征匹配;5摄像机标定。-ICM images on two debugging. Contains: 1 Estimated posture and intrinsic parameters 2 two plans to do four pyramids 3 using the input feature points using ransac
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:6626
    • 提供者:张三
  1. SIFT_VC--can-be-directly-used-to-run

    0下载:
  2. SIFT特征匹配算法完整版,可直接运行,已经包含了所有的.h文件,链接了所需的.lib文件,具备所有dll文件,在VS2010上编译通过,生成的EXE文件可以在任何电脑上运行,不需要安装OPENCV和GSL,另外附加了一篇实验论文,可实现基本的特征点查找以及特征点连线。-The full version SIFT feature matching algorithm, can be directly run, already contains all of the. H file the req
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-12
    • 文件大小:19241984
    • 提供者:蓝天浩
  1. SIFT_c

    0下载:
  2. 在vs2010下使用opencv2.4.3进行SIFT特征点的检测显示和匹配-Use opencv2.4.3 in vs2010 for SIFT feature point detection and matching display
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1338
    • 提供者:yang
  1. OpenSURF_version1c

    0下载:
  2. surf算法,实现特征点检测和匹配.文件内有两个图像匹配实例-surf algorithm, feature point detection and matching
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-10
    • 文件大小:1364268
    • 提供者:左耳
  1. pesonal-model-

    0下载:
  2. 实现LSM激光数据实时读取和入库,实现海量高分和高光谱数据的读取、显示和基本处理,实现图像特征点提取和匹配。备注:其中,有些功能利用别人公开已有的成果。-LSM laser to achieve real-time data reading and storage, to read scores and high mass spectral data, display and basic processing, image feature extraction and matching. Not
  3. 所属分类:Graph program

    • 发布日期:2017-05-23
    • 文件大小:7309551
    • 提供者:范范
  1. SIFT-algorithm

    0下载:
  2. D.G lowe 的尺度不变特征转换算法(SIFT)在基于opencv和OpenGL的源码基础上增加了图像的保存功能。用于对图像的尺度不变特征的提取以及图像特征点的匹配-D.G lowe s scale invariant feature transform (SIFT) algorithm based on opencv and on the basis of OpenGL source to increase the function of image preservation. Used
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:506269
    • 提供者:东风
  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. tuxiangpipei

    2下载:
  2. 本源码用于双目立体视觉图像特征点检测以及对应点匹配,包括检测代码以及匹配代码部分。-The source for binocular stereo vision image feature detection and the corresponding point matching, including the detection code, and match the code section.
  3. 所属分类:Special Effects

    • 发布日期:2014-05-08
    • 文件大小:43008
    • 提供者:曾庆响
  1. sift

    0下载:
  2. David G. Lowe的SIFT特征点检测及匹配源代码,内有自己总结的各文件及参数功能的PPT文档-David G. Lowe' s SIFT feature point detection and matching source code, the summary of each document has its own functions and parameters PPT documents
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:333238
    • 提供者:纸鸢
  1. showtest

    0下载:
  2. 这个程序在ubuntu 中的OpenCV2.4.4能运行,没试过其他平台,但应该是大同小异的。其中代码都是C++风格,用了surf算法寻找特征点,用flann算法匹配特征点,有简单拼接模式和加权平均匹配模式-This program can run in ubuntu in OpenCV2.4.4, have not tried other platforms, but it should be pretty much the same. Where the code is C++ style,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:743294
    • 提供者:huangjianpeng
  1. sift

    0下载:
  2. 利用sift算法对图像提取sift特征点,从而实现图像匹配等功能-Use sift sift feature extraction algorithm for image points, enabling features such as image matching
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1586111
    • 提供者:王竟宇
  1. RS--tie-points-matching

    0下载:
  2. 影像特征提取与同名点匹配,读取图像,在窗口中显示,提取特征点(“+”表示),匹配同名像点(“+”表示),列表显示各特征点和匹配点的像素坐标位置-Image feature point extraction and matching tie points,Read image displayed in the window, extracts feature points ("+" indication), the same name as the matching point ("+" indi
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:190930
    • 提供者:
  1. fingerprint--defination

    3下载:
  2. 指纹识别的matlab全代码,包括预处理,提取特征点,点匹配。。。其中用到gabor滤波-The whole fingerprint recognition matlab code, including preprocessing, feature point extraction, points matching. . . Which uses gabor filter
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:98456
    • 提供者:belinda
  1. OpenSURF_matlab

    0下载:
  2. SURF 图像特征点快速提取法还有描述,可用于迅速匹配两张图片中的特征点-SURF image feature points extraction method also described fast, can be used to quickly match the image feature points in the two
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:720157
    • 提供者:sleangao
  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. sift_robkdtree

    0下载:
  2. sift算法寻找特征点,并用KD树法匹配特征点-sift algorithm to find the feature points and match with KD tree method feature points
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-17
    • 文件大小:42434
    • 提供者:杨过
  1. image-mosaic

    1下载:
  2. 图像拼接,利用SIFT算法提取点特征,并进行点匹配,解算单应性矩阵,根据结算出的单应性矩阵对图像进行仿射变换,最后进行拼接,程序中的备注很详细,各位感兴趣的同志可以下载看看。-Image mosaic using SIFT feature point extraction algorithm, and point matching, homography matrix solver, based on the settlement of the homography image affine t
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:548688
    • 提供者:li
  1. Sift_features_matching

    0下载:
  2. sift特征点提取和匹配算法,C语言编写,可运行-sift feature point extraction and matching algorithm, C language, you can run
  3. 所属分类:Special Effects

    • 发布日期:2017-06-10
    • 文件大小:17153024
    • 提供者:wangnengjun
  1. fingerprint_match

    0下载:
  2. 指纹识别系统,包括指纹图像预处理,特征点提取,采用点模式匹配。-Fingerprint identification systems, including fingerprint image preprocessing, feature extraction, using point pattern matching.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:23325
    • 提供者:
  1. matchbycorrelation

    0下载:
  2. 函数通过寻找匹配窗口内两幅图的最相关特征点实现匹配-Functions for matching feature points by finding the most relevant figure within two matching window. .
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2883
    • 提供者:web
« 1 2 ... 17 18 19 20 21 2223 24 25 26 27 ... 32 »
搜珍网 www.dssz.com