CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - 模板匹配算法

搜索资源列表

  1. danyuan

    0下载:
  2. 基于图像特征的模板匹配算法的研究, 进行图像处理地子程序;
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3449
    • 提供者:陈东
  1. subpix亚像素

    4下载:
  2. 自己编写的matlab程序 实现数字图像的模板匹配和相关算法,以及亚像素算法 压缩包中含源程序,实例图片和模板,以及模板生成算法。 使用方法: 1、设定路径 2、打开threshold,F5 有问题欢迎提问。
  3. 所属分类:matlab例程

    • 发布日期:2010-12-14
    • 文件大小:956084
    • 提供者:isharesin
  1. 采用邻域差值特征模板的立体匹配方法

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

  1. ssda

    1下载:
  2. 关于数字图像处理中的ssda模板匹配方法。程序实现在指定图像中生成一个大小固定的矩形区域,然后用模板匹配法找出矩形位置。使用SSDA算法实现。包括源程序、待处理图像以及运行结果截图。-On digital image processing ssda template matching method. Procedures to achieve the specified image to generate a fixed size rectangular region, and then pos
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:119216
    • 提供者:刘雨相
  1. 115

    0下载:
  2. 提取目标位置参考点和目标匹配模板;使用基于区域特征的运动目标跟踪算法获取目标位置(像素) -Extraction of target location and target reference points match template use region-based feature tracking algorithm for moving object target location (pixels)
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:324664
    • 提供者:肖为
  1. ssdaMatch

    0下载:
  2. 采用ssda基本算法在一幅图像中找到与模板图像相匹配的坐标位置-Used ssda method to found a coordinate position that the template image matched in a large image
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:204343
    • 提供者:李岩
  1. PhaseBasedTemplateMatching

    1下载:
  2. 基于相位的模板匹配算法,此算法快速,可行性较好~-Template matching algorithm based on phase, this algorithm is fast, the feasibility of better ~
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:63657
    • 提供者:赵慧君
  1. templatematching

    1下载:
  2. 基于hausdorff距离的图像模板匹配算法-Hausdorff distance image based on template matching algorithm
  3. 所属分类:matlab例程

    • 发布日期:2013-03-12
    • 文件大小:4196810
    • 提供者:赵慧君
  1. DTW

    0下载:
  2. DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法。-DTW (Dynamic Time Warping, Dynamic Time Warping) algorithm based on dynamic programming (DP) ideas, to solve the pronunciation of different lengths of the temp
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:5771
    • 提供者:伏伊宁
  1. DTW

    1下载:
  2. DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法。用于孤立词识别,DTW算法与HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。 -DTW (Dynamic Time Warping, dynamic time warping) algorithm
  3. 所属分类:matlab例程

    • 发布日期:2012-12-31
    • 文件大小:5778
    • 提供者:fujuan
  1. mubanpipei

    0下载:
  2. 基于模板匹配的目标跟踪,采用sad算法实现,获取目标中心点。-Target tracking based on template matching, the use of sad algorithm, access to target center.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2850
    • 提供者:wangbo
  1. template-maching

    0下载:
  2. 模板匹配的一般实现算法和快速模板匹配的算法,简单的小程序。-The general template matching algorithm and fast template matching algorithm, simple little program.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:126623
    • 提供者:fiona
  1. speech-recogniton-by-using-DTW

    0下载:
  2. train程序能进行语音模板训练,test来用识别,即模板匹配的过程,采用DTW算法,通过反复训练模板能有较高的识别率-run train.m for templats training,and test.m for templates matching by using DTW.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:5969
    • 提供者:
  1. MyView

    0下载:
  2. 自己写的混合遗传算法模板匹配程序,实现功能良好-temple match
  3. 所属分类:matlab

    • 发布日期:2017-05-22
    • 文件大小:6714123
    • 提供者:lihao
  1. DTW

    0下载:
  2. 用DTW算法实现语音信号的特征对齐,解决了发音长短不一的模板匹配问题-Aligned with the DTW algorithm to achieve the characteristics of the speech signal, and solve the problem of template matching the pronunciation of varying lengths
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:16506
    • 提供者:zhfsongsong
  1. Phase-Based-Template-Matching

    0下载:
  2. 模板匹配matlab例子,自动从输入图像识别目标模板,计算机视觉领域一个基础的算法。-Template matching matlab example, automatic target recognition template the input image, a computer vision-based algorithms.
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:76786
    • 提供者:huyaoge
  1. SpeechRec

    1下载:
  2. 在孤立词语音识别中,最为简单有效的方法是采用DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法,用于孤立词识别。HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。-Isolated word speech recognition, the most s
  3. 所属分类:matlab

    • 发布日期:2017-05-14
    • 文件大小:3494713
    • 提供者:David
  1. ivsphwsj

    0下载:
  2. 实现了对10个数字音的识别程序WQAxfHV参数粒子图像分割及匹配均为自行编制的子例程,是一种双隐层反向传播神经网络,包含位置式PID算法、积分分离式PID,fxcBAHK条件在matlab R2009b调试通过,通过反复训练模板能有较高的识别率。- Realization of 10 digital audio recognition program WQAxfHV parameter Particle image segmentation and matching subroutines
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5235
    • 提供者:jccavb
  1. bzxkthjs

    0下载:
  2. 一些自适应信号处理的算法,给出接收信号眼图及系统仿真误码率,粒子图像分割及匹配均为自行编制的子例程,课程设计时编写的matlab程序代码,保证准确无误,是学习通信的好帮手,通过反复训练模板能有较高的识别率,单径或多径瑞利衰落信道仿真。- Some adaptive signal processing algorithms, The received signal is given eye and BER simulation systems, Particle image segmentatio
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5149
    • 提供者:begfdunaj
  1. 3.19 基于Kalman滤波的目标跟踪

    3下载:
  2. 应用Kalrnan滤波原理,对运动目标进行跟踪,缩小目标的搜索范围,实现快速实时跟踪,使跟踪更为准确。理论分析和实验结果表明,该算法与常规的模板匹配法、直方图模板匹配法等算法相比,有效地提高了目标跟踪的速度及跟踪的准确性。(The Kalrnan filtering principle is used to track the moving target, reduce the search range of the target, realize fast and real-time trac
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:311296
    • 提供者:Prince0716
« 12 »
搜珍网 www.dssz.com