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

搜索资源列表

  1. we

    0下载:
  2. 基于图像轮廓提取的模板匹配方法在机器人视觉中的应用-Contour Extraction of Images Based on a template matching method in the application of robot vision
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:101247
    • 提供者:永远不变
  1. tracking_car

    0下载:
  2. 要定位汽车牌照并识别其中的字符,我们采用Matlab平台提供的一些图像处理函数,以傅立叶变换通过字符模板与待处理的图像匹配为核心思想-You are
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:15073
    • 提供者:youfu
  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. 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. 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. VCPP-face-recognition

    0下载:
  2. 这是一个用vc++编写的人脸识别系统,输入一张普通的人脸图像,通过对人脸进行预处理,特征提取,以及模板匹配等操作,最后作出识别结果-This is a written by vc++ face recognition system, input a regular face image preprocessing, through to the face, feature extraction, and template matching operation, and finally make
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-08
    • 文件大小:1650897
    • 提供者:edison
  1. shuzituxiangchuli

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

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

    0下载:
  2. 中值滤波编写Matlab程序对图像进行处理。图像必须存于指定位置,处理后的图像也必须存于指定位置。该程序能运行,可处理不同的图像。图像处理算法自己制定,不得使用现成的Matlab函数。滤波模板采用3×3模板,并自己制定。-Median FilterWrite Matlab image processing. The image must be stored in the specified position, the processed image must also be stored in
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:116258
    • 提供者:wangjunxiang
  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. 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. GeoMatch_src_

    0下载:
  2. 形状模板匹配,基于Opencv Mat 效果一般,仅供参考(Shape template matching, based on Opencv Mat)
  3. 所属分类:图形图象

    • 发布日期:2017-12-30
    • 文件大小:8815616
    • 提供者:Allen_Cao
  1. 字符模板

    1下载:
  2. 里面含有各种车牌上的数字、字母、汉字,适用于车牌识别训练(Contains digital, alphabet, Chinese characters, used for license plate recognition training)
  3. 所属分类:图形图象

  1. 模板匹配

    0下载:
  2. 模板匹配用来在一副大图中搜寻查找模板图像位置的方法(Template matching is used to search for a method of searching the location of template images in a large graph)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-07
    • 文件大小:94208
    • 提供者:LeixianWang
  1. matchtemplate.cpp

    0下载:
  2. 模板匹配源代码,可以直接编译运行,实时更新模板(Template matching source code that can be compiled and run directly)
  3. 所属分类:OpenCV

  1. 简约青春活力共青团团委工作总结汇报动态模板

    0下载:
  2. 简约青春活力共青团团委工作总结汇报动态模板(Brief summary report dynamic template for Youth League Youth League Committee work)
  3. 所属分类:图形/文字识别

    • 发布日期:2018-04-20
    • 文件大小:19555328
    • 提供者:黑篮神户
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com