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

搜索资源列表

  1. offline-character-recognise

    0下载:
  2. 脱机字符识别算法,包括手写数字识别之Fisher线性判别,手写数字识别之模板匹配法,数字识别之神经网络法,细化算法 -offline character recognition algorithms, including handwritten digital identification Fisher Linear Discriminant. Handwritten identification template matching, digital identification neura
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:194.18kb
    • 提供者:wangqiang
  1. tuxiangjiance11

    1下载:
  2. 图象的检测,模板匹配算法代码 这个是这学期老师编写的~也拿来用-image detection, template matching algorithm code is the teacher this semester also prepared for use ~
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4.19kb
    • 提供者:王立
  1. danyuan

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

    • 发布日期:2008-10-13
    • 文件大小:3.37kb
    • 提供者:陈东
  1. DigitRecognition

    0下载:
  2. 手写数字识别程序. 该程序实现了经典的模板匹配算法, 基于神经网络的匹配算法等. 是学习人工智能和图像处理的好的参考资料.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:671.67kb
    • 提供者:刘志远
  1. FenLeiSuanFa

    0下载:
  2. 关于分算的智能算法演示,包括样品训练、模板匹配算法,二值Bayes分类,概率Bayes分类,最小风险Bayes分类,Fisher算法,奖惩算法,增量校正算法,LMSE算法,势函数算法,神经网络算法(包括训练,比较及识别)等。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:520.68kb
    • 提供者:hante
  1. Edit Distance算法

    0下载:
  2. 对模式识别中的字符串模板匹配问题进行的研究,设计了对任意字符串进行匹配和字符串相似度,即列文斯顿距离进行计算的算法-right pattern recognition template matching string for the research and design of the arbitrary strings and string matching similarity, Ken Livingstone distance calculation algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2.67kb
    • 提供者:蓝色梦幻
  1. subpix亚像素

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

    • 发布日期:2010-12-14
    • 文件大小:933.68kb
    • 提供者:isharesin
  1. TrackEye_src.zip

    2下载:
  2. 一个由zafersavas于2008年完成的完全基于VC++6实现的人脸检测和人眼跟踪程序,通过设置相应的参数实现不同的功能。人脸跟踪中使用了camshift算法和Haar算法,眼睛检测中使用了自适应PCA算法和模板匹配算法,还支持文件和网络摄像头两种输入方式,经过试验,检测速度比较快和准确度也比较高。附带demo程序。 使用步骤: 菜单TrackEye Menu --> Tracker Settings 输入源Input Source: video 选择文件输入指定为: ..\Avis\
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-04-13
    • 文件大小:2.51mb
    • 提供者:sichuanlu
  1. 采用邻域差值特征模板的立体匹配方法

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

  1. PatternRecong

    0下载:
  2. 图像模式识别的各种算法及其编程实现,包括模板匹配分类器、几何分类器和神经网络分类器等,可用于手写数字的识别。-A variety of image pattern recognition algorithm and its programming, including template matching classifier, geometric classifier and neural network classifiers, etc., can be used for handwritte
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:515.62kb
    • 提供者:MORGAN
  1. APyramid

    1下载:
  2. 基于VC++的图像匹配的金字塔算法。输入原始的512*512灰度图像,同时输入模板图像,分别输出图像和模板图像的三层金字塔图像,用来分层匹配;对输入图像利用小波变换分层,并形成三层金字塔,然后对模板图像做同样的处理,然后从顶至下以此对原始图像和模板图像进行匹配,匹配采用简单的对应像素的绝对误差累计来表示。提供测试模式集及其测试结果。-Based on VC++ pyramid algorithm for image matching. Enter the original 512* 512 gr
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-09-05
    • 文件大小:1.7mb
    • 提供者:xinxin
  1. pipei

    0下载:
  2. 一个模板匹配算法源代码,能对有旋转的目标进行识别。-A template matching algorithm source code, can identify the rotating targets.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:48.86kb
    • 提供者:张杨
  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-29
    • 文件大小:116.42kb
    • 提供者:刘雨相
  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
    • 文件大小:317.05kb
    • 提供者:肖为
  1. PhaseBasedTemplateMatching

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

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

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

    • 发布日期:2013-03-12
    • 文件大小:4mb
    • 提供者:赵慧君
  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-03
    • 文件大小:5.64kb
    • 提供者:伏伊宁
  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
    • 文件大小:5.64kb
    • 提供者: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-30
    • 文件大小:2.78kb
    • 提供者:wangbo
  1. template-maching

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

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