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

搜索资源列表

  1. therecignitionofnumberbypipei

    0下载:
  2. 本程序是一个利用模板匹配法进行手写数字识别的程序,待识别的样本是0~9几个数字,内容包括位图的读写,细化方法,模板的建立等-this procedure is the use of a template matching method handwritten numeral recognition procedures question identify the sample was 0 ~ 9 figures, including bitmap literacy, refining metho
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:54285
    • 提供者:赵倩
  1. changyongsousuosuanfa

    0下载:
  2. 常用搜索算法 光盘上包括了书上提供的例程及算法,均可在Visual C++ 6.0下编译通过。 读者可参照书籍了解程序的使用。 实验素材里面提供了一些模式识别实验用的数据库。其中“数字和字母图像” 用于脱机字符识别里的模板匹配法,USPS字库用语Fisher线性判定识别手写数 字。由于一些原因,有些数据库不能提供,需要读者自己采集样本。 -search algorithm commonly used on the CD, including a book on th
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:131868
    • 提供者:super
  1. lianjizifushibie

    0下载:
  2. 联机字符识别 实验素材里面提供了一些模式识别实验用的数据库。其中“数字和字母图像” 用于脱机字符识别里的模板匹配法,USPS字库用语Fisher线性判定识别手写数 字。由于一些原因,有些数据库不能提供,需要读者自己采集样本。 -online character recognition experimental materials inside provided some experimental pattern recognition database. These "
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:151777
    • 提供者:super
  1. tuojizifushibie

    0下载:
  2. 脱机字符识别 实验素材里面提供了一些模式识别实验用的数据库。其中“数字和字母图像” 用于脱机字符识别里的模板匹配法,USPS字库用语Fisher线性判定识别手写数 字。由于一些原因,有些数据库不能提供,需要读者自己采集样本。 -experimental materials inside provided some experimental pattern recognition database. These "numbers and letters images
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:191558
    • 提供者:super
  1. zifushibie

    0下载:
  2. 包括: 手写数字识别之Fisher线性判别 手写数字识别之模板匹配法 数字识别之神经网络法 细化算法-include : Handwritten identification Fisher Linear Discriminant handwritten digital identification template matching identification number of neural network method in Algorithm
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:196854
    • 提供者:abin
  1. recongnation

    0下载:
  2. 图像模式识别 模板匹配法 神经网络分类器 几何分类器 基于概率统计的贝叶斯分类器-image pattern recognition template matching neural network classifiers classification is based on geometric probability and statistics Bayesian classifier
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:73279
    • 提供者:pengli
  1. worddistinguish

    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
    • 文件大小:202750
    • 提供者:张建
  1. 20070905

    0下载:
  2. 手写数字识别之模板匹配法 识别手写数字
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:131825
    • 提供者:汪和谐
  1. PrewittEdge

    0下载:
  2. Prewitt方法提取图像轮廓,属于模板匹配法中的一种。
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:223165
    • 提供者:huaihua
  1. Classify

    2下载:
  2. VC实现的手写体识别程序。实现手写数字给出不同的分类器识别结果,可心采用模板匹配分类器(最邻近模板匹配法)识别, Bayes分类器识别(使用二值数据的Bayes方法,最小错误概率的Bayes方法,最小风险的Bayes方法),线性函数分类法识别(Fisher算法,奖惩算法,增量校正算法,LMSE算法的识别),非线性分类法(势函数法)识别,神经网络分类法识别(包括神经网络训练,神经网络建立后输出权值,测试与比较,神经网络识别)。 运行完全正确,是学习VC实现不同分类识别方法的很好代码。
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:587865
    • 提供者:杜红艳
  1. characterrecognition

    0下载:
  2. 脱机字符识别算法,包括手写数字识别之Fisher线性判别,手写数字识别之模板匹配法,数字识别之神经网络法,细化算法
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:198859
    • 提供者:柳一鸣
  1. 手写数字识别

    0下载:
  2. 这个手写数字识别系统是基于模板匹配法建立的。它是我买的图书的光盘上的。-the handwriting recognition system figures are based on template matching method to establish. It is the books I buy on a CD-ROM.
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:113823
    • 提供者:李蕙
  1. 手写数字识别之模板匹配法

    0下载:
  2. 手写数字识别之模板匹配法
  3. 所属分类:图形/文字识别

    • 发布日期:2011-01-06
    • 文件大小:3813377
    • 提供者:homeangel520
  1. 3种模板匹配法实现的手写数字识别示例

    0下载:
  2. 3种模板匹配法实现的手写数字识别示例
  3. 所属分类:图形/文字识别

  1. BP

    0下载:
  2. 图像模式识别 模板匹配法 神经网络分类器 BP源代码-Image pattern recognition template matching neural network classifier BP source code
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-07
    • 文件大小:4043
    • 提供者:plazht
  1. method

    0下载:
  2. 脱机字符识别,手写数字识别之模板匹配法,c++开发环境-Offline character recognition, handwritten numeral recognition of the template matching method, c++ development environment
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-02
    • 文件大小:536245
    • 提供者:zhy
  1. recognition

    0下载:
  2. 用VC开发联机数字、英文字符及汉字识别、人脸的检测与定位、图像的纹理分析方法、手写数字识别之模板匹配法等识别方法代码,均通过调试运行,希望对大家有所帮助-VC-line with the development of the number of English characters and Chinese character recognition, face detection and location, image texture analysis, handwritten numeral
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-02
    • 文件大小:15167203
    • 提供者:hhs
  1. sx

    0下载:
  2. 手写数字识别之模板匹配法程序,一本上的,很不错,希望对大家有帮助。-Handwritten numeral recognition of the template matching procedure, one on the very good, hope you help.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-04
    • 文件大小:536234
    • 提供者:a
  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. number-identification

    1下载:
  2. matlab实现图片中的数字识别,模板匹配法(To realize number identification by template matching using MATLAB)
  3. 所属分类:图形/文字识别

    • 发布日期:2020-05-30
    • 文件大小:173056
    • 提供者:x10
« 12 »
搜珍网 www.dssz.com