搜索资源列表
Visual_C++_MATLAB
- 《Visual C++_MATLAB图像处理与识别实用案例精选》本书系统地介绍了图像处理与识别的基本原理、典型方法和实用技术。全书共分12章,第1章-第6章是图像处理与识别的基础内容,包括图像科学综述、MATLAB语言图像编程、图像增强、图像分割、图像特征提取和图像识别;第7章-第10章是图像处理与识别的工程实例,涵盖了医学图像处理、文字识别和自导引小车路径识别等应用实例,并结合理论算法,提供了大量MATLAB代码程序,以帮助读者掌握如何使用MATLAB语言快速进行算法的仿真、调试和估计等方法。
pinnalgorithm
- matlab中用于pinn神经网络的好的程序代码,无需编译直接使用。-Matlab used pinn good neural network, the program code used directly without translation.
angela-work
- 运用bp神经网络方法实现对8*16像素的手写体0~9数字识别的代码,列出了训练样本以及测试样本-use bp neural network method of 8 * 16 pixels handwritten 0 ~ 9 digital identification code, listed training samples and test samples
NNRecog
- Matlab代码:神经网络的一个实例,修改后可以应用在图像识别的识别部分。-Matlab code : neural network an example, the revised image can be applied to the recognition part.
wangluo_c
- 以前收藏的神经网络C代码,可用于图象识别
Classify
- VC实现的手写体识别程序。实现手写数字给出不同的分类器识别结果,可心采用模板匹配分类器(最邻近模板匹配法)识别, Bayes分类器识别(使用二值数据的Bayes方法,最小错误概率的Bayes方法,最小风险的Bayes方法),线性函数分类法识别(Fisher算法,奖惩算法,增量校正算法,LMSE算法的识别),非线性分类法(势函数法)识别,神经网络分类法识别(包括神经网络训练,神经网络建立后输出权值,测试与比较,神经网络识别)。 运行完全正确,是学习VC实现不同分类识别方法的很好代码。
bpnetwork.rar
- bp神经网络做图像识别的简单代码,里面有程序和简单说明,bp neural network image recognition to do a simple code, there are procedures and a brief explanation
hand
- matlab的手写体识别代码 主要有贝叶斯、bp神经网络等方法-The handwriting recognition matlab code are Bayesian, bp neural network method
ocr0
- 基于人工神经网络的光学字符识别系统及硬件实现 研究了人工神经网络及光学字符识别的基本理论、一般方法: 对人工神经网络的发展、现状、理论做了深入的研究。重点研究了BP网络的原理、特点、应用方法。研究了脱机光学字符识别的方法、理论。重点研究了基于K-L变换的字符图像的特征抽取方法。 研究了基于ARM技术的嵌入式系统的构造、设计: 通过实际动手,研究了基于ARM技术的处理器的基本构造、使用方法;使用并比较了三星4510b、atmel at91rm9200芯片的性能;掌握了高频印刷
NN
- 主要用于神经网络识别上的。此代码可以用于只能驾驶上-Neural network is mainly used on the. This code can be used only to drive up
Based
- 基于神经网络的文字识别系统,利用MFC做成的,代码很典型-Based on neural network character recognition systems, made use of MFC, the code is typical
Class
- 分别通过模板匹配分类器、、Bayes分类器、线性函数分类法、非线性分类法、神经网络分类器对手写字进行模式分类,编写相关的程序可以参考此代码-Respectively, through template matching classifier,, Bayes classifier, a linear function of classification, non-linear classification, neural network classifiers for pattern classi
bpsjsb
- 一段关于bp神经网络的识别代码,有需要的可以-The bp neural network
shuohuarenshibie-MATLAB-duandianjiance-yujiazhong-
- 说话人识别代码,端点检测,预加重,MFCC..采用的模型是神经网络~-Speaker identification code, endpoint detection, pre-emphasis, MFCC .. neural network model is adopted ~
CNN
- 卷积神经网络代码,Java版。改自Deep Learning Toolbox的matlab代码。-CNN code with Java. From github deep learning toolbox
character recognition
- CNN卷积神经网络对字符进行训练、字符识别相关代码(Printed ink jet character recognition)
□…22 LVQ篦□±□璱□蓄蓄□鉲礥楗辛謇
- BP神经网络matlab完整代码,包括训练代码、测试代码(BP neural network matlab complete code, including the training code, test code, the image directly into the network is trained to)
cnn
- 基于python tensorflow框架构建的卷积神经网络用来识别图像,附带训练数据集的制作代码。(The convolution neural network based on the python tensorflow framework is used to identify images with the production code of the training data set.)
cnn-edge-detection
- 卷积神经网络实现图像的边缘检测+python代码(CNN-edge-detection-python-codes)
神经网络图像分类代码
- 神经网络图像分类代码,内含赋值计算代码,matlab程序