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

搜索资源列表

  1. motion-tracking-and-implementation

    0下载:
  2. 目标跟踪是计算机视觉的一个重要分支,日益广泛应用于科学技术、国防安全、航空、医药卫生以及国民经济等领域。实现目标跟踪的关键在于完整地分割目标、合理提取特征和准确地识别目标,同时,要考虑算法实现的时间,以保证实时性。当视频图像中被跟踪目标发生姿态变化,存在旋转或部分遮挡时,简单的灰度模板或者Hausdorff距离匹配一般很难达到实时跟踪目标的要求,出现误匹配或者跟踪丢失的情况,而且跟踪效率较低。Gary R.Bradski提出的CAMSHIFT[1](Continu-ously Adaptive
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:129793
    • 提供者:mei88
  1. efingsrcimg

    0下载:
  2. 这是一个完整的指纹识别程序代码,它包括了直方图均衡,Gabor滤波图像增强,方向图过滤,纹理细化,特征提取及特征匹配。其中,特征匹配包含了3种匹配方法,另外还附有PPT,非常值得研究。 已通过测试。-This is a complete fingerprint identification code, which includes a histogram equalization, Gabor filtering, image enhancement, pattern filtering, te
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-19
    • 文件大小:5451599
    • 提供者:
  1. SIFT

    0下载:
  2. 目前比较流行的特征匹配技术sift讲义,该算法外文资料较多,中文较少,习惯中文的可以参考这两篇-Currently more popular matching technology of sift notes, the algorithm more Chinese language data, less, habits of Chinese can refer to the two。
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2053974
    • 提供者:小一
  1. opencv

    0下载:
  2. opencv 实现双目立体视觉的标定,图像特征匹配,测距工能。-opencv calibration to achieve binocular stereo vision, image feature matching, distance work can be.
  3. 所属分类:OpenCV

    • 发布日期:2013-04-13
    • 文件大小:1661022
    • 提供者:李打野
  1. SIFT

    0下载:
  2. SIFT特征匹配技术 SIFT特征匹配技术-SIFT feature matching technology SIFT feature matching technology SIFT feature matching technology
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1639149
    • 提供者:majin78
  1. Gab_wavleter

    0下载:
  2. 一个基于gabor小波变换的图像检索程序。有特征提取、特征匹配,以及结果返回。-Gabor wavelet transform-based image retrieval process. There are feature extraction, feature matching, and results are returned.
  3. 所属分类:Wavelet

    • 发布日期:2017-04-10
    • 文件大小:1126
    • 提供者:认可
  1. Special-Project

    0下载:
  2. 图像相似性检测的PPT,比较全面的总结,对主要用到的特征提取和特征匹配算法都有基本的介绍。-Image similarity detection of PPT, a more comprehensive summary of the main use of the feature extraction and feature matching algorithm has the basic The introduction.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2874356
    • 提供者:杨泽潮
  1. SUSANaHarris-

    0下载:
  2. 研究分析基于点特征的影像匹配中, SUSAN 及Harris 算子在特征提取和特征匹配两个方面的表现-Research and analysis based on point features in image matching
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:413510
    • 提供者:liangfangfang
  1. SIFT

    0下载:
  2. SIFT特征匹配算法研究 SIFT特征匹配算法研究-SIFT feature matching algorithms
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:593544
    • 提供者:
  1. a222

    0下载:
  2. 基于SIFT特征匹配算子的三维重建方法研究.Based on SIFT feature matching 3D reconstruction method research.-Based on SIFT feature matching 3D reconstruction method research.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:223615
    • 提供者:fu
  1. circle-center-fast-accurate-locating

    0下载:
  2. 摘要:针对SIFT算法在圆心检测应用中的特点,分析了SIFT算法中存在的冗余步骤,提出对其进行简化改进: 估计圆心所在的金字塔层,删减金字塔中多余的层数建立,并且通过提高滤除低对比度特征点阈值的办法减少 背景特征点的生成,去掉了特征点辅方向分配和建立辅方向特征点这一步骤。分别对计算机模拟生成的标准 圆和实际的PCB定位标志图像做了圆心检测实验,实验表明,SIFT算法改进后在没有降低其定位精度及对图 像的模糊、光照、仿射等变换适应性的情况下,大大缩短了检测时间,提高了检测效率。
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:294350
    • 提供者:李齐贤
  1. match

    0下载:
  2. 对图像进行特征匹配并求视差图,实现了match propagation算法-match the image pairs,match propagation algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-06-17
    • 文件大小:26949941
    • 提供者:蒋剑
  1. new-sift-for-image-match

    0下载:
  2. 改进的sift图像匹配算法,sift即特征不变特征转换,是今年来研究比较多的图像特征匹配算法-Improved sift image matching algorithm, sift the characteristics of the same characteristics of the conversion is to study this year, a relatively large number of image feature matching algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2928459
    • 提供者:杨生远
  1. SIFT

    0下载:
  2. sift特征匹配技术讲义。详细介绍了sift算法的实现过程。-sift matching technology overhead. Sift the details of the algorithm implementation process.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1634593
    • 提供者:gg
  1. sanweichongjian

    0下载:
  2. 关于三维重建的3篇论文 包括特征匹配 双视图重建 harris检测等内容-image matching;3 d construction and harris
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-24
    • 文件大小:3349705
    • 提供者:as
  1. color-feature-matching

    0下载:
  2. 有好的总结的基于颜色信息的图像特征匹配文章资料。-Good summary of the image features based on color information
  3. 所属分类:Special Effects

    • 发布日期:2017-05-24
    • 文件大小:7799972
    • 提供者:崔鑫彤
  1. 2008302580214

    0下载:
  2. 数字图像处理小程序,功能齐全。实习写的。包括一些图像放大缩小平移。图像融合,特征匹配等功能。-Digital image processing program, full-featured. Internship programs written.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:991151
    • 提供者:程鹏正
  1. _ceshi_

    0下载:
  2. 对两幅图像进行特征匹配,用到HOG特征的描述计算和检测。-Feature matching two images used in the descr iption of the calculation and testing of the HOG feature.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:8288947
    • 提供者:kevin to
  1. siftDemoV4

    0下载:
  2. 这是一个检测和匹配SIFT特征点的演示算法,同时还包含一个C程序用于载入特征点来做简单的特征匹配。-This is a detection and matching SIFT feature point presentation algorithm, but also contains a C program used to load the feature point to do a simple feature matching.
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:376417
    • 提供者:angeline
  1. ANNmanual

    0下载:
  2. ANN特征匹配算法的引导手册,教你学会正确使用ANN方法进行特征点匹配,努力学习-ANN feature matching algorithm to guide manual to teach you to learn the proper use of ANN for feature point matching, and study hard
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:252893
    • 提供者:张弛
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 50 »
搜珍网 www.dssz.com