CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形/文字识别 搜索资源 - Neural network pattern recognition

搜索资源列表

  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. pattrnRecognization

    1下载:
  2. 文件包中是关于模式识别中神经网络法,模板匹配,Fisher判别法和细化算法(用于轮廓检测)以及数字识别的vc程序-packages on the pattern recognition neural network, template matching, Fisher Discriminant and thinning algorithm (used for contour detection), and digital identification procedures vc
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:265.67kb
    • 提供者:任超
  1. ANN_gaolg2222

    0下载:
  2. 神经网络的全部算法程序源码,可用于模式识别领域-neural network algorithm for all procedures source can be used for pattern recognition
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:17.9kb
    • 提供者:周全
  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
    • 文件大小:71.56kb
    • 提供者:pengli
  1. digit

    0下载:
  2. 自己写的matlab源程序,神经网络原理与模式识别上的一个作业题,关于对数字1~9的识别的,用BP神经网络matlab工具箱来做的。-Their own source code written in matlab, neural network theory and pattern recognition operation on a title, with respect to figures 1 to 9 of identification, using BP neural network
  3. 所属分类:Graph Recognize

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

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

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

    0下载:
  2. 利用bp神经网络的方法来实现ecg信号st段的模式识别。-The use of bp neural network approach to the realization of ecg signal st paragraph of pattern recognition.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-04
    • 文件大小:351.46kb
    • 提供者:谢阳
  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
    • 文件大小:528.57kb
    • 提供者:yao
  1. Onr

    0下载:
  2. Visual C++模式识别技术及工程实践一书中,关于汉字识别的一个例子。数字识别之神经网络法-Visual C++ pattern recognition technology and engineering practice in his book, an example of character recognition. Digital Identification of the neural network
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-17
    • 文件大小:4.41mb
    • 提供者:liulihui
  1. fenleichengxu

    0下载:
  2. 本程序主要视图界面分两部分,左视图是训练样品设计,右视图是模式识别,可根据模式识别菜单项进行识别。分类器包括模板匹配分类器,Bayes分类器。分类法包括线性函数分类法,非线性函数分类法和神经网络分类法。-The program interface main view in two parts, the left view is the training sample design, the right view is the pattern recognition, pattern recogn
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-06
    • 文件大小:1.37mb
    • 提供者:方周
  1. 112

    0下载:
  2. 对拍摄得到的驾驶员视频帧图像, 使用复合肤色模型检测人脸 通过自适应边缘检测、 图像增强等方法处理得到 特征图像, 经特征区域筛选, 依据人脸先验知识匹配得到最佳人眼对 提取眼部特征向量, 结合 LVQ神经网络进行模式 识别检测眼部状态, 为判断驾驶员是否处于疲劳状态提供判据。-Video shot by the driver of the frame, the use of composite skin model of face detection through adaptive
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-07
    • 文件大小:104.17kb
    • 提供者:廖减员
  1. 1

    0下载:
  2. 用神经网络等模式识别各算法来识别各种文字的程序-Using neural network pattern recognition algorithm to identify all of the text of the program
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-21
    • 文件大小:6.29mb
    • 提供者:HUBO
  1. AA

    0下载:
  2. vc++开发的,基于神经网络的字符识别系统,很实用。对C++实现模式识别有很好的借鉴意义-The vc++ development, based on the neural network of character recognition system, is very practical. At a c++ realize pattern recognition has great significance
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-17
    • 文件大小:4.54mb
    • 提供者:王东明
  1. Pattern-Recognition_MATLAB_1

    0下载:
  2. 线性分类器设计,1_k近邻法,剪辑法,ANN-BP神经网络法,聚类分析法,特征选择,特征提取等模式识别常用算法,内有matlab可运行实现,还有word文档的说明。对于学习,是做好的资料。-Commonly used algorithm for linear classifier design the 1_k nearest neighbor, clip, ANN-BP neural network method, cluster analysis, feature selection, fea
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-04
    • 文件大小:420.23kb
    • 提供者:cheng
  1. moshishibie

    0下载:
  2. 模式识别的分类程序,包括Fisher判别、神经网络等多种方法-Pattern recognition, classification procedures, including the Fisher discriminant and neural network, a number of ways
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-10
    • 文件大小:2mb
    • 提供者:liuwei
  1. CharRec

    0下载:
  2. 字符识别的源码,可识别数字和英文。包括图像处理和模式识别的内容。图像处理包含转灰度图、二值化、滤波、细化、分割、规格化等。模识别部分包含欧式距离的模板匹配和BP神经网络。-Character recognition source code, can recognize numbers and English. Including image processing and pattern recognition. Contains to grayscale image processing, bi
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-12
    • 文件大小:766.45kb
    • 提供者:李龙
  1. ann-classifacation

    0下载:
  2. 人工神经网络 实现图像分类 模式识别 C语言代码-Artificial Neural Network for Image Classification Pattern Recognition
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-04
    • 文件大小:10.14kb
    • 提供者:ggx
搜珍网 www.dssz.com