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

搜索资源列表

  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
    • 文件大小:198845
    • 提供者:wangqiang
  1. Regular-expressions-simplifypattern-matching-code.

    0下载:
  2. Text processing often involves matching text against a pattern. Although Java s character and assorted string classes offerlow- levelpattern- matching support, that support commonly leads to complex code. To help you write simplerpattern- matching co
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:112314
    • 提供者:qlw
  1. BRACES(C语言宏检查的C语言源程序)

    0下载:
  2. This macro examines the character at the cursor. If it is any of the 4 characters (){} it tries to find the matching character. For C programs it correctly handles comments, and string and character constants.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2735
    • 提供者:朱卓吾
  1. 利用模式识别中的模板匹配算法

    0下载:
  2. 数字识别,利用模式识别中的模板匹配算法,主要实现的是车牌的数字和汉字识别-Number recognition, pattern recognition in the template matching algorithm, the main achievement is the license plate number and character recognition
  3. 所属分类:图形/文字识别

    • 发布日期:2017-03-22
    • 文件大小:194278
    • 提供者:飞翔
  1. Testing0

    0下载:
  2. 图像预处理 图像灰度化 模板匹配 字符识别 轮廓提取-Image pre-processing image-based template matching gray-scale character recognition contour extraction
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:4093511
    • 提供者:肖淑梅
  1. Template-matching

    0下载:
  2. 模板匹配字符识别的程序,字符的模板制作说明-Template matching character recognition program, the character descr iption of the template production
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-27
    • 文件大小:874993
    • 提供者:
  1. BitmapDisolve

    0下载:
  2. 提供一个图像处理界面,可直接运行。能实现目标识别,检测,跟踪,对象匹配,字符识别。-To provide an image processing interface, can be directly run. To achieve the target identification, detection, tracking, object matching, character recognition.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-21
    • 文件大小:6173202
    • 提供者:赵军义
  1. ex2

    0下载:
  2. 汽车牌照定位与字符识别 要定位汽车牌照并识别其中的字符,我们采用Matlab平台提供的一些图像处理函数,以傅立叶变换通过字符模板与待处理的图像匹配为核心思想。 -Vehicle license location to location and character recognition vehicle license and identify the characters, we use Matlab platform provides a number of image processing
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-04
    • 文件大小:63681
    • 提供者:吕寿鹏
  1. new

    0下载:
  2. 基于模板匹配的手写体字符识别方法,我的大学毕业论文,最简单的方法,结果很好用-Based on template matching method of handwritten character recognition, my university thesis, the simplest way, with good results
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:17747
    • 提供者:zheng
  1. 111

    0下载:
  2. 思路简要说明: 1、图像二值化 将图片中的各点用0或1表示,1为有效点,0为背景。这里使用的是最大类间方差法 (otsu),在资料中有介绍。 2、去除干扰点 3、分割 将整个的图片分为每个单独的字,在下一步中才能一一识别。 4、与样本库进行对比,寻求最近似匹配 这步是比较核心的地方,由于要识别的图形每次都是随机变化的,我们不能进行完 全匹配识别,所以使用的是‘欧氏距离’来进行最近似匹配,资料中的《自由手写体 数字识别》里面有详细说明。
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:874533
    • 提供者:yangq
  1. AVehicleContourbasedMethodforOcclusion

    0下载:
  2. 摘要:在交通场景下进行多目标跟踪时,如何正确检测出车辆间的相互遮挡是影响车辆跟踪结果的关键。针对问题,运用投 影理论分析交通场景的三维几何投影特征.用长方体投影轮廓模型对车辆进行建模,重构其乏维投影轮廓,以进行遮挡的检 测和分离。与以往的方法相比,它在估计出的车辆外形轮廓基础t-进行遮挡检测,不需要匹配操作,计算量较小,并能解决 基于匹配的方法无法对付的初始遮挡问题。用实验验证了该算法的有效性。-In multi—object tracking of traf氍c scene。how
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-27
    • 文件大小:297142
    • 提供者:christine
  1. stringmatching

    0下载:
  2. 可以采用正则表达式来实现字符串匹配功能。一种简单的正则表达式是由英文字母(区分大小写)、数字及通配符"*"和"?"任意组合而成的。"?"代表任意一个字符,"*"代表零个或任意多个字符。例如,a*b可以匹配acb,aabb,afdfdb,ab等,但不可以匹配ac,bb,abbc;a?b可以匹配acb,abb,但不可以匹配ab,accb。试编写一个程序,从文件中读入N个字符串,再从键盘上读入任意一个合乎规则的正则表达式,例如:"a?bb*d",输出符合正则表达式的字符串。 查询的字典文件为
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:1707
    • 提供者:wind
  1. 4

    0下载:
  2. 基于模板匹配的车牌字符识别算法研究,使用模板匹配,来实现车牌的字符识别。-Based on template matching license plate character recognition algorithm using template matching, to achieve the license plate character recognition.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-07
    • 文件大小:200074
    • 提供者:songwei
  1. SVM

    0下载:
  2. 在草图符号的自适应学习中,不同用户的训练样本数量可能不同,保持在不同样本数量下良好的学习效 果成为需要解决的一个重要问题.提出一种自适应的草图符号识别方法,该方法采用与训练样本个数相关的分类 器组合策略将模板匹配方法和SVM统计分类方法进行了高效组合.它通过利用支持小样本学习的模板匹配方法 和支持大量样本学习的SVM 方法,并同时利用草图符号中的在线信息和离线信息,实现了不同样本个数下自适应 的符号学习和识别.基于该方法,文中设计并实现了支持自适应识别的草图符号组件.最后,利用扩
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:626322
    • 提供者:郭事业
  1. chepaishibie

    0下载:
  2. 一个车牌识别的小程序,有图有程序有说明,其中字符识别部分用的是模板匹配的办法。-A small license plate recognition program, there is a procedure chart shows, some of which use character recognition approach is template matching.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:2089884
    • 提供者:晨菁
  1. character-recognition-using-templates

    0下载:
  2. template matching for charcters
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-03
    • 文件大小:48899
    • 提供者:chethan
  1. tezhengtiqupipeishibie

    0下载:
  2. 印刷体汉字识别的几种特征提取和匹配识别的方法-Several printed Chinese character recognition feature extraction and recognition method matching
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-15
    • 文件大小:3713789
    • 提供者:汪坤
  1. kecheng2011

    1下载:
  2. 课程设计要求 0 实验一 基于模板匹配的字符识别 1 实验二 基于C均值算法的车辆检测与跟踪 3 实验三 水果分类系统设计 5 实验四 基于遗传算法的图像歪斜校准 6 实验五 基于BP网络的函数逼近 9 实验六 空调模糊控制系统设计 -Curriculum design requires 0 Experimental one based on template matching character recognition 1 C-means algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-11-20
    • 文件大小:81920
    • 提供者:delen2096
  1. character-recognition

    0下载:
  2. 基于MATLAB的模板匹配的车牌字符识别代码- License plate character recognition based on template matching MATLAB code
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-25
    • 文件大小:5282
    • 提供者:段兰兰
  1. Character-recognition

    0下载:
  2. Character recognition based on template matching -Character recognition based on template matchingCharacter recognition based on template matchingCharacter recognition based on template matching
  3. 所属分类:software engineering

    • 发布日期:2017-12-15
    • 文件大小:49152
    • 提供者:Alian
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com