CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 手写体 识别

搜索资源列表

  1. 文字识别程序

    0下载:
  2. 目前该手写体识别系统主要分为 预处理模块: 主要包括训练数据和识别数据的读取,归一化,二值化 特征提取模块:主要包括笔划方向特征和网格密度特征,还可以根据对识别率的要求继续增加其他特征 识别(分类器)模块:主要包括SVM方法和BP神经网络的方法,其中SVM方法的识别率较高,SVM+网格密度特征, 在小字符集情况下,达到了识别率97%以上 采用OO思想编写,适合做二次开发-currently the handwriting recognition system consists of pretre
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:338537
    • 提供者:远超
  1. 基于神经网络的手写体文字识别系统

    2下载:
  2. 这是一款用VC++编写的的手写体文字识别系统。通过对文字图片的训练,从而到达对手写体文字的识别效果。
  3. 所属分类:GDI/图象编程

    • 发布日期:2010-01-02
    • 文件大小:1089029
    • 提供者:zsineng
  1. 简单手写体数字识别系统

    1下载:
  2. 可以识别手写数字
  3. 所属分类:图形/文字识别

    • 发布日期:2009-04-29
    • 文件大小:80996
    • 提供者:hthhth
  1. 支持向量机的手写体数字识别

    2下载:
  2. 基于支持向量机的手写体数字识别 系统源码! lunwen请QQ联系1836245579!
  3. 所属分类:图形/文字识别

  1. svm--km

    0下载:
  2. 这是一个很好的支持向量机工具箱,它可用于模式识别,图像识别,文字识别,语音识别和手写体识别等领域。-This is a very good support vector machine toolbox, it can be used for pattern recognition, image recognition, text recognition, speech recognition and handwriting recognition and other fields.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-16
    • 文件大小:4445738
    • 提供者:李全林
  1. modelpatch

    0下载:
  2. 用模板匹配方法识别手写体数字,在实际中应用很广-Template matching method using handwritten numeral recognition, in practical application of a very wide
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:115900
    • 提供者:qiyali
  1. sxt

    0下载:
  2. 一个手写体文字识别的C++源代码,新思想新方法。-A handwritten character recognition of the C++ Source code, new ideas and new methods.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:2316530
    • 提供者:古庸
  1. writingrestore

    0下载:
  2. 硕士毕业课题:Vc++实现手写体字符识别.包括字符的预处理,分割,细化以及识别。-Master s graduate topics: Vc++ implementation of handwritten character recognition. Including the character pre-processing, segmentation, thinning, as well as identification.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-15
    • 文件大小:4088522
    • 提供者:yangjinli
  1. shuzishibie1

    0下载:
  2. 这是另外一个手写体数字识别的实例,希望能够对大家有所帮助-This is a handwritten numeral recognition examples
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-25
    • 文件大小:105872
    • 提供者:朱曼
  1. shuzishibie4

    1下载:
  2. 这个一个基于MATLAB的手写体数字识别的程序,非常的好用-The MATLAB-based handwritten numeral recognition procedure, very easy to use
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:159392
    • 提供者:朱曼
  1. matlab

    0下载:
  2. 一个用matlab编写的手写体识别程序,可以直接在matlab7.0下运行-Prepared to use matlab a handwriting recognition program ,which can be run directly in matlab7.0
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:640150
    • 提供者:杨震
  1. vcc

    0下载:
  2. 手写体识别系统EXE可以调试,字母识别,VCC使用,本人谢谢了-EXE handwriting recognition system can debug, letter recognition, VCC to use, I thank the
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-26
    • 文件大小:338537
    • 提供者:大方
  1. shouxietishibie

    0下载:
  2. 通过VC++实现了手写体识别,先训练,,然后就可以识别了-First we use the whole image as the feature, but the running time is too long, so we begin to think about the preprocessing and the feature extraction. We use two methods to extract the feature, first we extract 13 featur
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-30
    • 文件大小:4975
    • 提供者:张颖
  1. gaibp

    0下载:
  2. 用BP算法实现数字0-9手写体识别的源代码程序-BP algorithm with the number of 0-9 handwriting recognition program source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-19
    • 文件大小:5407619
    • 提供者:courger
  1. code_recgnition

    0下载:
  2. 可识别手写体和打印体数字,是本科图像处理的程序-Identifies the number of handwritten and printed body
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2411084
    • 提供者:蔡君亮
  1. 数字识别

    0下载:
  2. 手写体识别,包括样本,基于传统神经网络编写,使用MATLAB神经网络工具箱(Handwriting Recognition)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:351232
    • 提供者:casc_zxy
  1. digital

    0下载:
  2. 实现手写体识别,并且使用自己手写的数字作为验证,得到了比较好的结果(digital recognition we get a good result at the test of our own digital writing and use the language of pyton)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:王十一
  1. 基于libsvm的手写字体识别

    0下载:
  2. 对于0到9这十个手写体数字进行识别,针对不同字形的手写体数字进行预处理(For 0 to 9, the handwritten Numbers are identified, and the handwritten Numbers of different glyphs are pretreated.)
  3. 所属分类:图形/文字识别

    • 发布日期:2018-05-06
    • 文件大小:186368
    • 提供者:hala its me
  1. 第 08 章 基于知识库的手写体数字识别

    1下载:
  2. 通过深度学习,利用已有库文件提取手写体图信息。与数据库中的内容进行对比,来识别手写体字母。(Through in-depth learning, handwritten graphic information is extracted from existing library files. Compare with the content in the database to recognize handwritten letters.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-05-05
    • 文件大小:26624
    • 提供者:下一站-
  1. MNIST_data

    1下载:
  2. MNIST数据集是一个手写体数据集,这个数据集由四部分组成,分别是一个训练图片集,一个训练标签集,一个测试图片集,一个测试标签集;我们可以看出这个其实并不是普通的文本文件或是图片文件,而是一个压缩文件,下载并解压出来,我们看到的是二进制文件。其中包含60000张手写体识别数字图片。(MNIST data set is a handwritten data set, which consists of four parts: a training picture set, a training l
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-10-14
    • 文件大小:38963200
    • 提供者:陈陈123456
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com