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

搜索资源列表

  1. templatematching

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

    • 发布日期:2013-03-12
    • 文件大小:4196810
    • 提供者:赵慧君
  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. neural-network-image-matching

    0下载:
  2. 用matlab实现的图像识别,包含模板匹配和神经网络 -Image recognition using matlab implementation, including template matching and neural network
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1389494
    • 提供者:阿和
  1. renlianjiance

    0下载:
  2. 基于模板匹配和肤色检测的人脸检测,包括肤色分割,类似人脸区域检测,模板调整及模板匹配的代码-Template matching and color-based face detection testing, including skin color segmentation, similar to the face region detection, templates and template matching to adjust the code
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1180257
    • 提供者:孟田田
  1. cvMatchTemplatePcvMinMaxLoc

    0下载:
  2. 一个基于OpenCV+VC的模板匹配程序,速度还可以,能匹配一些模板-OpenCV+ VC a template-based matching procedure, the speed can also be able to match the number of templates
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:2416
    • 提供者:zhaobozg
  1. picture

    0下载:
  2. 图像匹配算法,运用模板匹配方法,是基于灰度的模板匹配算法,很全,有说明,程序和图片。-Image matching algorithm using template matching method is template matching algorithm based on gray, very full, with instructions, procedures, and pictures.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:196322
    • 提供者:fiona
  1. Eye_tracking

    0下载:
  2. 基于模板匹配方法的眼睛追踪技术研究,彩色空间,视频帧图像处理-eye tracking technology based on emplate matching method, color space, video frame, image processing
  3. 所属分类:matlab

    • 发布日期:2017-05-10
    • 文件大小:2282149
    • 提供者:liu
  1. z

    0下载:
  2. 可见光图像中地面飞机目标识别 模糊差影法 改进自适应阈值分割法 七阶hu不变距 模板匹配法 -aircraft recognition
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1017
    • 提供者:huangyueqin
  1. template-matching-algorithm--

    1下载:
  2. 人脸识别的模板匹配算法,实现语言为matlab-the template matching algorithm for face recognition ,using matlab language
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-24
    • 文件大小:23724
    • 提供者:
  1. Eye_tracking

    0下载:
  2. 图像处理应用 人脸检测 人眼跟踪定位程序 基于模板匹配-Face detection image processing applications eye tracking procedure based on template matching
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2282403
    • 提供者:windy
  1. kaitibaogao)

    0下载:
  2. 基于模板匹配的目标跟踪的开题报告 里面详细介绍了这个课题的时间进度和要求 - it s my duocument of kaitibaogao
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:10169
    • 提供者:李小丫
  1. Untitled6

    0下载:
  2. 用统计相关的方法,基于灰度快速模板匹配,对两幅图像进行匹配-Associated with statistical methods, fast template matching based on gray level, the two images to match
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1004
    • 提供者:清徐
  1. rotation-template-matching

    0下载:
  2. 基于互信息的模板匹配算法,最后通过fminsearch函数寻找全局最小值,以此达到互信息最大,可以对旋转的模板进行比较精确的匹配-rotation template matching using correlation of information,this method can get the precise result
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:699
    • 提供者:王光
  1. shuzituxiangchuli

    0下载:
  2. 在传统图像识别中的模板匹配技术面临着计算量大,存储量大的缺点,因此提出了基于遗传算法的图像识别的方法。本文提出了传统的基于遗传算法和normxcorr2结合的方法,对图像进行离散化,然后把图像识别问题变成一系列的离散点组合优化问题,再利用遗传算法对种群优化的性能,对各个控制点组合优化,让控制点与模板进行匹配,寻出最优解。最后通过实验验证遗传算法在图像识别的优点。-In the traditional image recognition in the face template matching
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-27
    • 文件大小:122653
    • 提供者:谢宗华
  1. 模板匹配

    0下载:
  2. 基于opencv的模板匹配算法,可以从一副大图中搜索出与模板相似度最高的部分(Template matching algorithm based on OpenCV, you can search from a large image of the highest similarity with the template part)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-21
    • 文件大小:270336
    • 提供者:秋白
  1. OpenCV模板匹配的方法识别手势

    0下载:
  2. 首先膨胀5个像素点,避免手指短截。接着选取最大轮廓,将最大轮廓重新画出来,过滤掉其它小轮廓,即背景噪声。 将二值化的图像转化成近似多边形。将手指边缘直线化。从而在第5步骤中去掉不需要的轮廓缺陷(Hand gesture recognition by template matching)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-19
    • 文件大小:2819072
    • 提供者:WUluWUlu
  1. mbpplc

    0下载:
  2. 手写识别模板匹配法流程图,可以给模板匹配法提供思路(Flow chart of handwriting recognition template matching method)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-23
    • 文件大小:180224
    • 提供者:baimao
  1. Opencv-trace-algorithm

    0下载:
  2. 利用OpenCV进行模板匹配,后面可拓展为利用opencv寻迹算法(Template matching using OpenCV, and later can be expanded to use opencv tracing algorithm)
  3. 所属分类:图形图象

    • 发布日期:2017-12-20
    • 文件大小:48771072
    • 提供者:ChuXinLei95
  1. 例子+mfc程序

    2下载:
  2. 基于halcon的模板匹配程序,并用mfc编程,给大家一个参考(example of halcon with mfc)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-24
    • 文件大小:595968
    • 提供者:我爱lllllll
  1. 基于动态特征模板匹配的ARToolKit三维注册

    0下载:
  2. 一篇毕业论文,基于动态特征模板匹配的ARToolKit三维注册。(A graduation thesis, based on dynamic feature template matching of ARToolKit 3D registration.)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:2380800
    • 提供者:hanahan789
« 1 2 3 4 5 67 8 9 10 11 ... 49 »
搜珍网 www.dssz.com