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

搜索资源列表

  1. Pyramid-based-image-matching

    0下载:
  2. 金字塔分层搜索匹配,其中有GUI界面,方面用户直接输入待测图片和模板。-Hierarchical search match the pyramid, including GUI interface, the user directly measured in images and templates.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1598698
    • 提供者:xyz
  1. spatial_pyramid_code

    0下载:
  2. 金字塔匹配算法,包括SIFT特征点的提取,聚类和构造金字塔特征表示,论文参考:Beyond Bags of Features: Spatial Pyramid Matching for Recognizing Natural Scene Categories matlab代码
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-27
    • 文件大小:181411
    • 提供者:chensikun
  1. libpmk

    0下载:
  2. Pyramid Match是最新提出的一种特征匹配方法,不同于金字塔操作,而是一种全新的层次匹配方法,可以用在大量特征之间的快速匹配,这个相关的lib,用在linux下,但也可以改造到vc下面-Pyramid Match is one of the most recent feature matching method, different from the pyramid operation, but an entirely new level matching method, a large
  3. 所属分类:Special Effects

    • 发布日期:2016-01-25
    • 文件大小:1008049
    • 提供者:bobo
  1. Image_match_algrithm

    0下载:
  2. 文章在分析了多分辨率塔形结构算法和基于遗传算法的图像匹配方法的基础上,有机地结合了这两种方法的优点提出了一种新的快速匹配算法,并与传统的基于遗传算法的图像匹配方法做了比较,试验表明算法大幅度降低了匹配时间。-In this paper, an analysis of the structure of multi-resolution pyramid algorithm and genetic algorithm-based image matching method based on the c
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:275148
    • 提供者:酷鱼
  1. siftdemo

    0下载:
  2. 改程序采用C语言编写SIFT算法,包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述、KDtree匹配等关键步骤的全部函数实现,对全面深入理解Lowe的SIFT算法有莫大帮助。-Change the use of C language program SIFT algorithm, contains the complete Gaussian pyramid from the image, DOG, space extremum point extraction, descr ipt
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:12641
    • 提供者:tjy
  1. pyramid

    0下载:
  2. OpenCV+VS2008实现金字塔算法-OpenCV+ VS2008 pyramid algorithm to achieve
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:4041539
    • 提供者:飞鹰
  1. sift5

    0下载:
  2. :研究了一种多目标识别算法,该算法用SUSAN角点形成SIFT特征点,采用阶梯图像金字塔结构实现尺度不变,为所有匹配点建立统一的超定线性方程组并对该方程组系数矩阵进行简 化使其维数降低一半,得到增广矩阵.对增广矩阵进行列变换,依据坐标转换的特性可从中提取多目标的稳定正常点,实现了快速分离多目标的匹配点. -: Study of a multi-target recognition algorithm using SUSAN corner formed SIFT feature point
  3. 所属分类:Development Research

    • 发布日期:2017-04-02
    • 文件大小:241527
    • 提供者:LIDAN
  1. jzy-pyramid

    0下载:
  2. 本程序是关于金字塔生成以及利用生成影像进行逐层匹配的最新代码 希望大家踊跃下载 一起切磋一起进步-This program is generated on the pyramid layer by layer and the use of images generated match download the latest code with the hope that we actively demonstrate their progress with
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:4001977
    • 提供者:澄海
  1. WaveletTransform

    0下载:
  2. 提出一种基于小波变换的图像配准方法。该方法首先用小波变换提取边缘特征点, 同时构成小波金字塔影像。在最高层利 用角度相关系数确定基准图像和配准图像之间的旋转角度, 经多分辨分级搜索匹配得到最终匹配特征点对, 利用这些特征点对待 配准图像进行配准纠正。实验结果表明, 改进方法有较好的效果, 可用于广泛应用领域。-Proposed a wavelet-based image registration method. In this method, using wavelet transfor
  3. 所属分类:Special Effects

    • 发布日期:2016-06-29
    • 文件大小:172032
    • 提供者:xingxing
  1. Matching

    1下载:
  2. 金字塔影像及相关系数法匹配(8 位BMP),可以对打幅影像做金字塔处理,然后再进行相关系数法的匹配-Pyramid match images and correlation coefficient (8 BMP), images can be pyramid processing rally site, and then match the correlation coefficient method
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2180520
    • 提供者:CJF
  1. DetectMTInDB

    0下载:
  2. vs2010下两张图片之间、进行sift匹配,角点LK金字塔光流跟踪,surf匹配。有绘制特征点主方向和辅助方向。具体仔细看代码。-vs2010 down between two pictures, make sift matching corner pyramid LK optical flow tracking, surf match. Have drawn the main direction of the feature points and the auxiliary directio
  3. 所属分类:OpenCV

    • 发布日期:2017-05-21
    • 文件大小:6444067
    • 提供者:孙天宇
  1. The_pyramid_match

    0下载:
  2. 金字塔匹配的原文,很有用的,大家可以看看,有意义-The pyramid match kernel Discriminative classification with sets of image features
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1063552
    • 提供者:李骁
  1. Massively-Parallel-Approach-to-Pattern-Recognitio

    0下载:
  2. Template matching is concerned with measuring the similarity between patterns of two objects. This paper proposes a massively parallel approach to pattern recognition with a large template set. A class of image recognition problems inherently
  3. 所属分类:Communication

    • 发布日期:2017-05-03
    • 文件大小:592285
    • 提供者:silkan_h
搜珍网 www.dssz.com