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

搜索资源列表

  1. c# 图像匹配算法实现

    0下载:
  2. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2010-10-21
    • 文件大小:3187343
    • 提供者:ggopen
  1. 一种多尺度的时间序列相似模式匹配算法

    1下载:
  2. 提出一种多尺度的时间序列相似模式匹配算法.该算法用离散小波变换对时间序列进行多分辨分析,在多尺度上提取序列的形状特征.然后在不同的尺度上找出相似的序列和子序列模式.该算法可以匹配不同长度的序列,并能支持垂直平移变换和幅度伸缩变换.
  3. 所属分类:其它文档

  1. 穷尽块匹配算法(EBMA)

    0下载:
  2. 穷尽块匹配算法(EBMA)
  3. 所属分类:GDI/图象编程

  1. 基于局部小波矩的图像匹配算法

    0下载:
  2. 该文将图像的视觉不变矩特征引入到图像匹配领域中,通过提取图像的局部小波矩,提出了一种基于局部小波矩的图像匹配算法。
  3. 所属分类:软件工程

  1. SIFT特征匹配算法实现图像拼接

    0下载:
  2. SIFT特征匹配算法实现图像拼接
  3. 所属分类:源码下载

    • 发布日期:2011-12-02
    • 文件大小:13282985
    • 提供者:tengyao529727034
  1. 立体匹配算法

    2下载:
  2. 是计算机图像处理、计算机视觉领域常用的立体匹配算法,为Matlab编写,比较实用
  3. 所属分类:源码下载

  1. 字符串模式匹配与模糊匹配算法

    0下载:
  2. 字符串模式匹配与模糊匹配算法,本rar压缩包内是rk算法的源码-String pattern matching and fuzzy matching algorithms, the rar-compressed package is rk algorithm source code
  3. 所属分类:文件操作

    • 发布日期:2017-03-24
    • 文件大小:550
    • 提供者:邱卫国
  1. RegisterBasedOnHarrisCorner.ra

    0下载:
  2. 基于角点检测的图像匹配算法,用Harris作为角点检测,然后根据几何特点进行配准,Corner detection based on image matching algorithm, with Harris as the corner detection, and then according to the geometric characteristics of alignment
  3. 所属分类:图形图象

    • 发布日期:2017-04-10
    • 文件大小:1073454
    • 提供者:Milin
  1. 利用模式识别中的模板匹配算法

    0下载:
  2. 数字识别,利用模式识别中的模板匹配算法,主要实现的是车牌的数字和汉字识别-Number recognition, pattern recognition in the template matching algorithm, the main achievement is the license plate number and character recognition
  3. 所属分类:图形/文字识别

    • 发布日期:2017-03-22
    • 文件大小:194278
    • 提供者:飞翔
  1. SURFSIFT

    0下载:
  2. 这是SIFT和SURF算法的基本介绍的文档,初学者可以快速入门,对匹配算法快速掌握。-SIFT and SURF algorithms which is a basic introduction to the document, beginners can get started quickly, right matching algorithm to grasp.
  3. 所属分类:File Formats

    • 发布日期:2017-03-25
    • 文件大小:7499
    • 提供者:xujie
  1. sift

    0下载:
  2. 一位浙大本科生的关于SIFT匹配算法的论文,讲解的比较详细,里面有和角点检测匹配算法的比较。-Zhejiang University undergraduates a SIFT matching algorithm on paper, more detailed explanations, there are corner detection and matching algorithm comparison.
  3. 所属分类:Special Effects

    • 发布日期:2016-01-25
    • 文件大小:1359953
    • 提供者:罗胜华
  1. 采用邻域差值特征模板的立体匹配方法

    2下载:
  2. 算法给出一种图像匹配方法,通过计算一幅图像中间隔一定距离的两点的像素邻域差值作为特征模板,再计算另一幅图像中在同一扫描线上间隔同样距离的像素邻域的差值,将它与特征模板的偏差作为匹配标准,偏差最小的点就认为是匹配点。
  3. 所属分类:matlab例程

  1. SiftANN

    0下载:
  2. 实现了SIFT特征点的提取和匹配功能,匹配算法使用的是ANN最相似最近邻居法。-Achieved a SIFT feature point extraction and matching, matching algorithm using ANN is most similar to nearest neighbor method.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1782819
    • 提供者:Li Yanli
  1. imcorr

    0下载:
  2. 基于相关的模板匹配算法的Matlab实现,表示出了相应的匹配区域-Template matching algorithm based on the correlation of the Matlab implementation, expressed the corresponding matching region
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:601
    • 提供者:章智凯
  1. DSDesign

    1下载:
  2. 实现并对比三种基本字符串匹配算法(朴素算法,Rabin-Karp算法,KMP),并给出动态演示结果~-And contrast to achieve three basic string-matching algorithm (simple algorithm, Rabin-Karp algorithm, KMP), and gives the results of the dynamic presentation ~
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-27
    • 文件大小:3462504
    • 提供者:funfunhit
  1. imagematching

    2下载:
  2. 该程序采用matlabGUI编写,包含了经典的图像匹配算法.-MatlabGUI prepared using the program, including the classic image matching algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2015-05-31
    • 文件大小:131536
    • 提供者:小斌
  1. SIFT_demo

    0下载:
  2. SIFT是一种非常热门的图像匹配算法,能对发生旋转、缩放的图像进行匹配,文件演示了匹配过程,用MATLAB给出了源代码-SIFT is a very popular image matching algorithm, can occur rotating, zooming, image match, the document demonstrated the matching process, using MATLAB source code is given
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:1473000
    • 提供者:cxl
  1. tuxiangchulijishumobanpipeisuanfa

    0下载:
  2. 图像处理技术 - 模板匹配算法 图像处理经典pdf版-Image processing technology- template matching algorithm image processing pdf version of the classic
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:195013
    • 提供者:Ray
  1. Dictionary

    0下载:
  2. 基于离散子串匹配算法的电子辞典。对每个词条算出一个匹配度,查询时根据匹配度大小依次顺序列出词条;词库较大,因此采用了分类索引的算法,提高了查询速度。-Based on discrete substring matching algorithm of electronic dictionaries. Calculated for each term of a match, the query sequence according to the size of matching entries li
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:15696
    • 提供者:wxliu
  1. 200707171152015173

    0下载:
  2. 图像检索中颜色的特征提取及匹配算法,以家权欧几里得距离,中心距得加权距离,直方图交集算法等。-Image Retrieval color feature extraction and matching algorithm to the right home Euclid distance, center distance of a weighted distance, histogram intersection algorithm.
  3. 所属分类:Document

    • 发布日期:2017-04-30
    • 文件大小:36592
    • 提供者:李里
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com