CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - corner point matching

搜索资源列表

  1. harris.m

    0下载:
  2. 立体视觉的关键技术是解决对应问题,点特征常被用来做特征。HARRIS角点检测算子较有影响。用MATLAB编写的。-stereo vision technology is the key to solve the matching problem, point feature often used to do features. HARRIS corner detection operator more influential. MATLAB prepared.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2.3kb
    • 提供者:jxhappyqin
  1. An.Image.Mosaic.Algorithm.Based.on.Matching.Shape.

    0下载:
  2. 提 出了一种基于形状模板 匹配的图像 自动拼接 方法。提取 图像 的角点作 为特 征点,利用归一化梯度模板对 其进行预 匹配.然后 利用形状模板在 四个方 向对模板 内图像的边缘 点与模板边界的最短距 离进行统计 ,获取模板 图像的 结构特征向量以实现对特征点的精确匹配。实验结果表明该算法具有较好的实用价值。 -A shape-based template matching method of image auto-splicing. Extract image feature po
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:167.54kb
    • 提供者:memcpy
  1. RANSAC-match

    0下载:
  2. 可以在harris角点检测和ncc粗匹配之后实现精确准确的角点匹配,为下一步配准做准备-Can the Harris corner detection and NCC coarse matching after achieve precise accurate angular point matching, preparing for the next registration
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:1.67kb
    • 提供者:lee
  1. newmatch

    1下载:
  2. 对两幅图像进行角点检测,并对检测到的角点进行特征匹配,效果非常好,误匹配率非常低,耗时仅9毫秒-Two images of the corner detection, and detects the angular point feature matching, the effect is very good, very low false match rate, time-consuming only 9 ms
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2012-12-26
    • 文件大小:8.33kb
    • 提供者:张志超
  1. lubangxingdetuxiangpinjie

    0下载:
  2. 图像拼接的核心是图像的配准.提出一种准确、高效的图像拼接方法:利用Harris角点检测算子提取相邻图 像的特征点,通过Euclid度量改进熵变换的算法,进行特征点匹配,并通过最小均值二乘估计求解相邻图像的变换 矩阵,以此实现宽视角图像的拼接.实验结果表明:所给出的算法能够实现场景图像的精确匹配. -Image mosaic is the core of image registration. Make an accurate and efficient method of image
  3. 所属分类:Special Effects

    • 发布日期:2016-05-19
    • 文件大小:157.64kb
    • 提供者:王钰
  1. jiaodiantezhengtiqujipipei

    0下载:
  2. 基于角点提取的特征点匹配算法研究!特征点用uSan算子提取!-Corner Detection Based on Feature Points Matching Algorithm! Feature Point Extraction using uSan operator!
  3. 所属分类:Graph program

    • 发布日期:2017-05-21
    • 文件大小:6.28mb
    • 提供者:姜利
  1. stabilization1012

    0下载:
  2. 用opencv做的一个稳像的小模块,用到是角点匹配的思想。效果一般。-Opencv to do with a stabilization of small modules, used in a corner point matching ideas. Effects in general.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5.72mb
    • 提供者:齐青超
  1. source codd of zheng you stereo matcher

    1下载:
  2. 张正友基于极线约束的点匹配方法源码,包含角点检测,零交叉匹配等重量级算法,初学者必备-Zhang Zheng-you-point based on the epipolar constraint matching method source code, including corner detection, zero-crossing matching heavyweight algorithm, essential for beginners
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2012-12-26
    • 文件大小:93.57kb
    • 提供者:henry
  1. tuxianpipei-dabao

    1下载:
  2. MATLAB图像配准源程序,初学者一起研究.图像配准的程序,在网上流传很多,本人把能找到的都打包.-MATLAB source image registration, novices together. Step one, calculated to be scale-space image registration and to obtain scale-space Harris corner step 2, using affine shape modification technolog
  3. 所属分类:matlab

    • 发布日期:2017-05-28
    • 文件大小:10.75mb
    • 提供者:杨博明
  1. steromatch

    0下载:
  2. 这是一个基于图像角点检测并结合奇异值分解实现立体图像中角点匹配的算法。-This is an image corner detection based on singular value decomposition in combination to achieve three-dimensional image corner point matching algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:10.73kb
    • 提供者:刘翔
  1. point-matching

    0下载:
  2. 本算法用于实现角点匹配,速度较快,匹配的准确度也较高。-The algorithm for realizing the corner matching, faster, and higher degree of matching accuracy.
  3. 所属分类:2D Graphic

    • 发布日期:
    • 文件大小:2.82kb
    • 提供者:旋风居士
  1. uharrrisCornes

    0下载:
  2. 用openCV开发的角点检测程序源码,其中第一个角点检测是从一缓冲区读入到图像,转换成IplImaage后检测出角点;第二个角点检测函数是检测两副图像的角点,以便于进行匹配等运算操作。 可直接使用。 -With the the corner detection openCV development program source code, which after the first corner detection is read from the buffer into the image
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-19
    • 文件大小:1.55kb
    • 提供者:推翻
  1. Angle-point-image-registration

    0下载:
  2. 针对多幅图像之间的图像配准问题,该文提出了一种新的图像自动配准算法。该算法应用Harris 角点检测方法获得角点信息。在匹配过程中。采用圆形区域和双向相关系数法进行相似性度量。采用圆 形区域,很好的解决了旋转问题;采用双向相关系数法,更加保证了匹配的精确度,减少误匹配率。初步 实验结果表明:该方法可以高效短时地实现图像间的自动配准。-Image registration problem between multiple images of the paper, a new autom
  3. 所属分类:Special Effects

    • 发布日期:2017-11-04
    • 文件大小:350.85kb
    • 提供者:liu
  1. harris-match

    0下载:
  2. harris角点检测,并且实现两幅图像特征点的匹配,最终完成图像的拼接-harris corner detection, and realize two image feature point matching, the final completion of image stitching
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:563.11kb
    • 提供者:
  1. Stereo-Edge-Matching

    1下载:
  2. 种新的针对山体图像边缘的立体匹配算法。为了保证匹配的准确性,首先引入极线方向上的 视差梯度约束,然后在考察唯一性的基础上,通过搜索并考察边缘端点周围的角点信息来引导边缘的匹配,并且限定边缘端点的角点搜索范围,最终匹配结果保证了两幅图像中的匹配对是一对一的唯一对应。-A newfast stereo edge-matching algorithm based on mountain images is presented.In order to ensure the accuracy of
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:471.49kb
    • 提供者:aaron
  1. matching

    1下载:
  2. 使用Harris Corner提取特征点,通过相关算法得到匹配结果后,再使用Ransac算法剔除错误匹配-Using Harris Corner feature point extraction, through the relevant algorithm matches, then use Ransac algorithms eliminate false matches
  3. 所属分类:2D Graphic

    • 发布日期:2015-01-03
    • 文件大小:262kb
    • 提供者:alan
  1. SUSAN_CORNER_MATCH

    0下载:
  2. 本算法实现了基于matlab的角点检测,使用的是susan角点匹配的方法- The algorithm for corner detection based on the matlab, using the Susan corner point matching method
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:2.56kb
    • 提供者:胡屯仓
  1. Harris-corner-detection

    0下载:
  2. 图像的harris角点检测,提取图像的角点特征,可用于图像匹配、识别。-Images of the Harris corner detection to extract the image characteristics of angular point.It can be used in image matching and recognition.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:43.26kb
    • 提供者:龚飞
  1. sift_match(Qt)

    0下载:
  2. SIFT(Scale-invariant feature transform)是一种检测局部特征的算法,该算法通过求一幅图中的特征点(interest points,or corner points)及其有关scale 和 orientation 的描述子得到特征并进行图像特征点匹配,获得了良好效果.-SIFT (Scale-invariant feature transform) is a local feature detection algorithm by finding a pictu
  3. 所属分类:Algorithm

    • 发布日期:2017-06-02
    • 文件大小:13.84mb
    • 提供者:王铃
  1. harris

    0下载:
  2. harris角点检测程序,特征点匹配,效果不错-harris corner detection procedures, the feature point matching
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3.2kb
    • 提供者:
« 12 »
搜珍网 www.dssz.com