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

搜索资源列表

  1. imagedemos

    0下载:
  2. 基于模板匹配的变造币横竖条码识别算法 template matching -Based on template matching coins if they had altered recognition algorithm for template matching bar
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-03
    • 文件大小:308060
    • 提供者:刘凯
  1. DigitRecog

    0下载:
  2. 经典模板匹配识别算法实例,让C++此方面编程的朋友参考,-Classic example of template matching recognition algorithm, so that C++ programming friend of reference in this regard,
  3. 所属分类:Graph program

    • 发布日期:2017-04-05
    • 文件大小:131630
    • 提供者:hehong
  1. 1

    0下载:
  2. 比值算法基于比值法和模板匹配法的灰度图像拼接-Ratio algorithm is based on the ratio method and template matching method for grayscale image mosaic
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:262987
    • 提供者:QQ
  1. Handwritten_numeral_recognition

    0下载:
  2. 手写数字识别,分为分类程序(模板匹配分类器、Bayes分类器、线性函数分类法、非线性分类法、神经网络分类器)和聚类程序(模糊聚类、遗传算法)-Handwritten numeral recognition, is divided into classification procedures (template matching classifier, Bayes classifier, a linear function of classification, non-linear classif
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-03
    • 文件大小:757530
    • 提供者:沉浮沉
  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
    • 文件大小:1785824
    • 提供者:xinxin
  1. math_recognition

    0下载:
  2. 手写数字识别之模板匹配法,即位图的读写、细化算法、模板的建立以及如何进行批处理识别。-Handwritten numeral recognition of the template matching method, came to the throne map reading and writing, thinning algorithm, template creation, as well as how to identify the batch.
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:535655
    • 提供者:李晓
  1. ssda

    0下载:
  2. 这是一个在VC++下开发的用ssda算法开发的模板匹配源程序-SSDA
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:1265397
    • 提供者:gutian
  1. dsa

    1下载:
  2. 用VC实现数字减影算法,通过模板匹配,再对两幅图像相减,即用盈片中减去蒙片,从而实现突出血管区域的目的。【源码加文档说明】-Using VC to achieve digital subtraction algorithm, template matching, and then the subtraction of two images, that the film with surplus minus mask, in order to achieve the purpose of high
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1840779
    • 提供者:olysess
  1. 2009081715504886

    0下载:
  2. 人脸探测算法是根据皮肤颜色信息来探测可能的人脸区域,用二进制模板匹配方法在皮肤颜色区域探测人脸。-FACE
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1316806
    • 提供者:devy
  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. 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
    • 文件大小:5771
    • 提供者:伏伊宁
  1. image

    0下载:
  2. 一种改进的红外图像归一化互相关匹配算法,分析了传统归一化互相关算法在红外空中目标匹配定位时失效的原因,提出一种改进的红 外图像归一化互相关匹配算法. 该方法将模板和匹配区域之间的纹理相关计算看作一个最优化问 题,论文-An improved infrared image normalized cross correlation matching algorithms, analysis of the traditional normalized cross-correlation alg
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:748811
    • 提供者:cyy
  1. mfccdtw

    1下载:
  2. 先用端点检测将语音中有用的语音部分提取出来(即将头部和尾部的静音部分除掉),然后用LPC算法提取语音信号的特征参数,进行动态归整(DTW算法)后与模板库里面的标准语音作比较,最后将识别结果进行D/A转化后播放出来。在本部分的设计中,则主要完成语音识别的模式匹配算法部分的软件实现。 -First with the endpoint detection of speech to voice some of the useful extracted from the (soon to mute som
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-22
    • 文件大小:6816633
    • 提供者:吴斌
  1. Three-kinds-of-template-matching-

    0下载:
  2. 3种模板匹配法实现的手写数字识别示例,包括手写数字识别之Fisher线性判别、手写数字识别之模板匹配法、细化算法-Three kinds of template matching to achieve the handwritten numeral recognition examples, including handwritten digit recognition of the Fisher linear discriminant, handwritten numeral recognit
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-09
    • 文件大小:2304711
    • 提供者:秦伟
  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. DTW

    0下载:
  2. DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题-A Dynamic Warping, DTW (Dynamic Time GuiZheng) algorithm, which is based on Dynamic programming (DP) ideas, solving the pronunciation different length of template matching problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:2542
    • 提供者:jieli
  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. PSO

    0下载:
  2. 解决模板匹配问题的微粒群算法源程序,经过调试,可以直接运行。-Template matching to solve the problem of the particle swarm algorithm source code, after testing, can be directly run.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:805
    • 提供者:Jane
  1. 2008302580214

    0下载:
  2. Raw到Bmp格式文件的转换、图像增强算法实现、图像几何处理算法实现、图像边缘检测算法实现、图像二值化、影像融合、影像模板匹配等功能的实现-Raw to the Bmp format conversion, image enhancement algorithm, image geometry processing algorithms, image edge detection algorithm, image binarization, image fusion, image templat
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:6668689
    • 提供者:yinyaqiu
  1. Pattern-Recognition-LRB

    0下载:
  2. 用最邻近模板匹配法,最小错误概率的Bayes方法和Fisher算法分别对数字进行识别-Template matching with the nearest neighbor, minimum error probability of Bayes method and Fisher algorithm to identify each of the figures
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-08
    • 文件大小:15763598
    • 提供者:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 16 »
搜珍网 www.dssz.com