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

搜索资源列表

  1. Number_88

    1下载:
  2. 该程序是基于BP神经网络的程序,完成手写阿拉伯数字的识别。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:436366
    • 提供者:何云
  1. shibie

    2下载:
  2. 手写阿拉伯数字识别:手写阿拉伯数字识别是图像内容识别中较为简单的一个应用领域,原因有被识别的模式数较少(只有0~9,10个阿拉伯数字)、阿拉伯数字笔画少并且简单等。手写阿拉伯数字的识别采用的方法相对于人脸识别、汉字识别等应用领域来说可以采用更为灵活的方法,例如基于规则的方法、基于有限状态自动机的方法、基于统计的方法和基于神经网络的方法等。目前比较流行的方法是基于神经网络的方法和基于统计的方法,但无论使用哪种方法,也需要通过基本的图像处理技术来对图像进行预处理,才能获得这些方法的输入信息。所以,本
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:24575
    • 提供者:tan
  1. homework6

    1下载:
  2. 使用matlab实现手写阿拉伯数字的识别。-Using matlab to achieve the recognition of handwritten Arabic numerals.
  3. 所属分类:matlab

    • 发布日期:2015-07-01
    • 文件大小:12306
    • 提供者:丁云
  1. up_211113094CF5E08

    1下载:
  2. 基于SVM的手写体阿拉伯数字识别,讲的很详细-SVM-based recognition of handwritten Arabic numerals, speak in great detail
  3. 所属分类:Graph Recognize

    • 发布日期:2016-03-04
    • 文件大小:29608
    • 提供者:lurence
  1. ex13_061221015

    1下载:
  2. 1)实现手写阿拉伯数字的识别。 2)读入测试图象,鼠标选中相应区域,输出区域中的数字值。-1) to achieve the recognition of handwritten Arabic numerals. 2) read the test images, the mouse to select the appropriate region, the output of the digital value of the region.
  3. 所属分类:Graph Recognize

    • 发布日期:2015-07-01
    • 文件大小:4697650
    • 提供者:da
  1. PatternRecognition

    0下载:
  2. 图象处理 模式识别 多种分类方法(最临近匹配分类器、Bayes分类器、线性函数分类、非线性函数分类、神经网络分类)识别0-9数字 手写数字与数字图片,包括设计训练样品库、可以选择多种分类器来识别识别0-9这十个阿拉伯数字,包括临时手写的数字,也包括图片中的数字 -Pattern recognition image processing a variety of classification (the most close to matching classifier, Bay
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-31
    • 文件大小:541253
    • 提供者:yao
  1. handwrite-number-recognition

    0下载:
  2. 手写数字识别是“光学字符识别技术”(简称OCR)的一个分支,它研究的对象是:如何利用电子计算机自动辨认人手写在纸张上的阿拉伯数字。它包含样本图片,可以对图片进行预处理,特征提取,还可以给出网络训练的误差指数曲线图-How to use electronic computer automatically recognized people handwritten on paper Arabic numerals.It contains sample pictures, pictures can
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-26
    • 文件大小:315458
    • 提供者:柯冰凌
  1. jiangcheng

    0下载:
  2. 模式识别中的奖惩算法,比如手写一个阿拉伯数字,用奖惩算法使机器识别这个数字是多少。-Reward and punishment in the pattern recognition algorithm, such as handwritten Arabic numerals, the machine to identify that this is the number of rewards and punishments algorithm.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:602
    • 提供者:YANG
  1. digitalrec

    0下载:
  2. 手写数字识别程序,根据手写鼠标移动的方向,判读输入的数字,可以识别0-9等阿拉伯数字,识别率90 以上-Handwritten numeral recognition program, according to the direction of the handwriting mouse movement, interpretation of the input figures, can be identified 0-9, etc. Arabic numerals, the recogniti
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-14
    • 文件大小:3579491
    • 提供者:小张
  1. handwritten-numeral-recognition

    0下载:
  2. 本案例描述了图像中手写阿拉伯数字的识别过程,对手写数字识别的基于统计的方法进行简要介绍和分析,并通过开发一个小型的手写体数字识别系统来进行实验。手写体数字识别系统需要实现手写数字图像的读取功能、特征提取功能、数字的模板特征库的建立功能及识别功能-This case describes the image recognition process handwritten Arabic numerals, a brief descr iption and analysis of the handwri
  3. 所属分类:Special Effects

    • 发布日期:2017-05-05
    • 文件大小:39438
    • 提供者:郑珊珊
  1. Character_Recognition

    0下载:
  2. 本程序主要参照论文,《基于OpenCV的脱机手写字符识别技术》实现了,对于手写阿拉伯数字的识别工作。识别工作分为三大步骤:预处理,特征提取,分类识别。预处理过程主要找到图像的ROI部分子图像并进行大小的归一化处理,特征提取将图像转化为特征向量,分类识别采用k-近邻分类方法进行分类处理,最后根据分类结果完成识别工作。 程序采用Microsoft Visual Studio 2010与OpenCV2.4.4在Windows 7-64位旗舰版系统下开发完成。并在Windows xp-32位系统下测试
  3. 所属分类:图形/文字识别

    • 发布日期:2017-12-20
    • 文件大小:23580672
    • 提供者:Kas_Zhao
  1. BP神经网络手写数字识别

    1下载:
  2. 使用bp神经网络算法识别手写阿拉伯数字图像,三层的误差反馈神经网络,可输出准确率,数据集为60000条数据,每条数据是一张28*28的图片(The BP neural network algorithm is used to recognize handwritten Arabia digital images, and the error feedback neural network of three layers can output the accuracy rate. The data
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-05
    • 文件大小:22823936
    • 提供者:ALLENWHELS
搜珍网 www.dssz.com