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

搜索资源列表

  1. lpr

    1下载:
  2. 成功实现了车牌的定位、字符分割、并用神经网络实现了字符识别功能。可运行。-The successful implementation of the license plate of the positioning, character segmentation, and neural network achieved a character recognition function. Run.
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:346218
    • 提供者:annie
  1. NNapply3

    0下载:
  2. 利用BP神经网络进行字符识别的程序,由于需要使用Matlab中的Toolbox,所以需要预先安装Matlab6.0及以上。-Neural Network Example ,Edited by Matlab!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:1272
    • 提供者:Michael J
  1. RbfCharAndNumberTrain

    1下载:
  2. 基于径向基神经网络的字符和数字的训练,主要用于车牌识别,效果不错-RBF neural network based on the characters and figures of training, mainly used for license plate recognition, good results
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-11-24
    • 文件大小:1627
    • 提供者:zhangguoqing
  1. RbfSingleCharRecognition

    0下载:
  2. 径向基神经网络的字符和数字识别程序,在训练的基础上进行识别-RBF neural network and digital character recognition program, the training conducted on the basis of identification
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:1142
    • 提供者:zhangguoqing
  1. PR_AI_code

    1下载:
  2. 这是《精通VC++数字图像模式识别技术及工程实践[第2版]》光盘源代码,其中包括EM算法、fisher判别函数、HMM隐马尔科夫模型、BP神经网络、小波变换、alpha-beta剪枝、A*算法等,还包含几个纹理分析、人脸定位、字符识别、车牌号识别、8数码、黑白棋、离线/在线签名等实例,因此对于学习模式识别、人工智能的朋友们都大有裨益。光盘中的素材请见另外一个资源。-This is " proficient in VC++ Digital Image Pattern Recognitio
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:14680099
    • 提供者:
  1. Matlab_Image_Processing

    1下载:
  2. 林健写的Matlab在图像处理与目标识别方面的应用实验,包括染色体识别与统计、汽车牌照定位与字符识别、基于BP神经网络识别字符的简单实验。-Lam Kin Writing at the Matlab image processing and target recognition application experiments, including chromosome identification and statistics, vehicle license positioning and c
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1180151
    • 提供者:王云
  1. SimpleOCR

    0下载:
  2. C#使用神经网络实现光学字符识别(OCR)源代码-Csharp use the neural network optical character recognition (OCR) the source code
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:159935
    • 提供者:易湘陵
  1. shibie

    0下载:
  2. 基于bp神经网络的车牌字符识别源程序,采用字符比对的方式进行切割-The structures of the neural networks were designed using a constructive algorithm where the basic idea was to start with a small network,then add hidden units and weights incrementally until a satisfactory solution b
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:488059
    • 提供者:maliguo
  1. car_position

    0下载:
  2. 基于matlab的车牌定位、字符分割和字符识别-car population in matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1641937
    • 提供者:bonnyliu
  1. mshshb

    1下载:
  2. 利用神经网络进行字符识别。字符识别时模式识别的一个典型应用。本源码将训练BP神经网络使其能过对26个英文字母进行识别。-The use of neural network character recognition. When character recognition of a typical pattern recognition application. The source will be training BP neural network to enable them to have
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:1235
    • 提供者:qiulan
  1. szsb

    0下载:
  2. VC++基于神经网络的数字图片识别技术,并可对图片进行灰度处理、二值化、递推锐化、去离噪声、字符分隔等处理功能,调试时请将在Debug目录中生成的EXE文件拷贝至Release目录里运行,因为那里有测试图片。-VC++ based on neural network digital image recognition technology, and gray on the picture processing, binarization, recursive sharpening to away
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:194537
    • 提供者:109
  1. ART_shengjingwangluoshibiechepaizifu

    0下载:
  2. 名校名篇,详细描述了ART神经网络在车牌字符识别中的运用,具有极高的工程实践指导作用。-Elite famous article, a detailed descr iption of ART neural network in the use of license plate character recognition, with a high engineering practice guide.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-06
    • 文件大小:16312
    • 提供者:刘样
  1. bprecognition

    1下载:
  2. 采用神经网络实现手写识别的一种方法,建立Bp神经网络,采用快速训练方法,可快速完成一类相关手写字体的模式识别,识别率较高,当字体变化较大识别率降低时,可重新训练具有较强的适应性。实验证实本方法较好实现了手写字符识别,但也存在识别速度较慢,有时训练不收敛等缺点-Handwriting recognition using neural network is a way to establish Bp neural network, using fast training methods, and c
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:105808
    • 提供者:caoliang
  1. bp_train

    1下载:
  2. 用改进的神经bp网络可以用来做字符识别 车牌识别 以及通常的分类 我强力推荐-Bp using the improved neural network can be used to do character recognition license plate recognition, as well as the usual categories I strongly recommend
  3. 所属分类:Graph Recognize

    • 发布日期:2016-11-24
    • 文件大小:3035504
    • 提供者:zt
  1. character_recognize

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

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

    0下载:
  2. 用MATLAB实现的字符识别,基于神经网络的方法实现。-Implemented using MATLAB character recognition, neural network-based approach to achieve.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-28
    • 文件大小:134623
    • 提供者:林俊
  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
    • 文件大小:42872
    • 提供者:冉冉
  1. recognitionprogram

    0下载:
  2. BP神经网络数字字符识别程序,可以识别各种手写字,识别率还不是很好-BP neural network digital character recognition program that can identify a variety of handwritten word recognition rate is not very good
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:773928
    • 提供者:feng
  1. BP0411

    0下载:
  2. 神经网络字符识别程序,可以用来做汉字,英文,数字等字符的识别,需要先训练样本。-ANN for letter recognize,used in Chinese characters,letters and numbers recognization.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:2499
    • 提供者:lp
  1. Neural-network-character-

    0下载:
  2. 神经网络字符识别源代码,用于字符的识别很方便啊-Neural network character recognition source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:16867
    • 提供者:刘三
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com