CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 字符识别 神经网络

搜索资源列表

  1. 字符识别

    1下载:
  2. 本文将BP神经网络应用于汽车车牌的自动识别,在车牌图像进行预处理后的基础上,重点讨论了用BP神经网络方法对车牌照字符的识别。并附有部分识别代码。-BP neural network used in the automatic vehicle identification number plates, images of the license plates after pretreatment on the basis of discussion focused on the BP neural
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:837.23kb
    • 提供者:小博士
  1. 简单的字符识别

    0下载:
  2. 一个简单的字符识别程序,根据字体的结构识别,而不是通常所用的模式匹配,神经网络识别,开辟了新的思路,希望对图像识别感兴趣的有所帮助。VC++开发-a simple character identification procedures, according to the font structure identification, but not usually used in pattern matching, neural network and open up a new line of
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:166.17kb
    • 提供者:guo
  1. 神经网络进行字符识别

    3下载:
  2. 神经网络进行字符识别 matlab源码 -neural network Character Recognition Matlab FOSS
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:4.25kb
    • 提供者:侯宪龙
  1. hopfield

    7下载:
  2. 采用MATLAB实现Hopfield神经网络算法,并用其来进行字符识别。实验包括单个噪声字符的识别和多个噪声字符的识别两部分。并从这两方面对实验数据进行了分析与对比。-Hopfield neural network implementation using MATLAB algorithm, and use it to carry out character recognition. Experiments included a single noise, character recogniti
  3. 所属分类:Graph Recognize

    • 发布日期:2016-12-06
    • 文件大小:2.51kb
    • 提供者:caoliang
  1. BPnet

    0下载:
  2. 基于BP神经网络的字符识别,很不错的啊该系统是为了辨认识别图像中的数字而设计的,它通过对图片的一系列处理,最后识别得出图片中显示的数字。-Based on BP neural network character recognition, it is good ah the system is designed to identify the number of images to identify and design, it adopted a series of picture proces
  3. 所属分类:Project Design

    • 发布日期:2017-03-29
    • 文件大小:524.55kb
    • 提供者:ekin
  1. BP-reconize

    0下载:
  2. BP神经网络法字符识别,不错的程序实例,采用输入,输出,三级过程,实现与模板的有效匹配-BP neural network character recognition, a good instance, the use of import, export, the three-tier process, with an effective template matching
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-10
    • 文件大小:59.69kb
    • 提供者:nash
  1. shenjinwangluo

    1下载:
  2. 关于车牌字符识别的神经网络算法,才用的是三层神经网络-shengjinwangluosuanfa in car recognise
  3. 所属分类:Graph program

    • 发布日期:2017-04-24
    • 文件大小:43.96kb
    • 提供者:stephenwoo
  1. neuroocr

    0下载:
  2. 基于神经网络的字符识别,很高的识别率,80 .-Based on neural network character recognition, a high recognition rate, 80 .
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-27
    • 文件大小:360.21kb
    • 提供者:胡仲枫
  1. ex3

    1下载:
  2. 基于BP神经网络识别字符. BP神经网络算法是把一组样本输入输出问题转化为一个非线性优化问题,并通过梯度算法利用迭代运算求解权值的一种学习方法。采用BP网络进行分类,并附加线性感知器来实现单字符的有效识别,算法简便,识别率高,可适用于多种高噪声环境中的印刷体字符识别。-BP neural network based character recognition. BP neural network algorithm is a set of sample input and output is
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:110.84kb
    • 提供者:吕寿鹏
  1. character_recognize

    0下载:
  2. 基于BP神经网络的 中文一到五的 字符识别-Based on BP neural network in Chinese Character Recognition 1-5
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4.77kb
    • 提供者:张善新
  1. 200808022

    0下载:
  2. 车牌字符的神经网络识别方法。根据神经网络来对车牌进行字符识别-License plate character recognition neural network. Neural network based on the license plate character recognition
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:41.87kb
    • 提供者:冉冉
  1. LicensePlateCharacterRecognitionWholeProcedure

    0下载:
  2. 一个关于车牌识别的完整程序,字符识别部分用的是神经网络的相关知识-A complete program of license plate recognition, character recognition part of the neural network with the knowledge
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:532.75kb
    • 提供者:晨菁
  1. 神经网络 训练识别

    0下载:
  2. 1.先打开一幅图片然后按照顺序灰度化、二值化、灰度拉伸、车牌定位、二值化、倾斜校正、字符分割、训练神经网络、识别字符。 2.测试图像存储在当前目录的img下。 3.测试集、训练集、目标向量均存储在img下的文本文件中。(1. First open a picture and then follow the sequence of grayscale, binary, grayscale stretching, license plate positioning, binarization, ti
  3. 所属分类:其他

  1. ART神经网络识别车牌字符

    0下载:
  2. ART神经网络识别车牌字符,一篇时下流行的模式识别/神经网络论文(Recognition of license plate characters by ART neural network)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-09
    • 文件大小:15kb
    • 提供者:正和
  1. BP神经网络数字识别(matlab2014a)

    2下载:
  2. 利用BP神经网络识别易拉罐底字符识别,运行前注意阅读算法说明和代码中相对路径的设置。(The BP neural network is used to identify the character recognition of the bottom of the can, and the pre operation attention to the reading algorithm and the setting of the relative path in the code.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:155kb
    • 提供者:QZMASE
  1. matlab中文字符的识别代码

    1下载:
  2. 基于BP人工神经网络的数字字符识别及MATLAB实现。(Digital character recognition and MATLAB implementation based on BP artificial neural network.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-07
    • 文件大小:1.4mb
    • 提供者:w840837763
  1. 基于matlab+模板匹配的车牌识别

    2下载:
  2. 车牌识别系统(License Plate Recognition System,LPRS)在许多应用程序中 扮演一个重要的角色,如停车场系统、道路监控、高速公路收费系统、电子警察系 统。在我国,车牌种类较多,并有数字、字母和汉字,与别的国家的车牌相比较为 复杂。课题中提出了基于人工神经网络(ANN)的车牌自动识别系统。车牌识别 系统包括三个主要组件:车牌定位、字符分割和字符识别。(License plate recognition system plays an important ro
  3. 所属分类:图形/文字识别

    • 发布日期:2020-01-05
    • 文件大小:10.69mb
    • 提供者:孤鸿浪子
  1. 车牌字符识别

    0下载:
  2. 使用MATLAB语言实现简单的字符识别,使用神经网络算法,有效的识别车牌(Simple Character Recognition Using MATLAB Language)
  3. 所属分类:图形图象

    • 发布日期:2020-03-31
    • 文件大小:2.2mb
    • 提供者:橘子皮1
  1. 基于hopfield神经网络的字符识别

    1下载:
  2. 基于hopfield神经网络的字符识别,内含源代码。基于hopfield神经网络的字符识别,内含源代码。
  3. 所属分类:matlab例程

  1. MATLAB神经网络手写数字识别(GUI,论文)

    3下载:
  2. 本课题为基于MATLAB的BP神经网络手写数字识别系统。带有GUI人机交互式界面。读入测试图片,通过截取某个数字,进行预处理,经过bp网络训练,得出识别的结果。可经过二次改造成识别中文汉字,英文字符等课题。(This project is based on Matlab bp neural network Handwritten digit recognition system. With GUI human-computer interactive interface. Read in the
  3. 所属分类:人工智能/神经网络/深度学习

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