搜索资源列表
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.
jianliyangben
- 一个基于BP神经网络的matlab程序,可以实现对几种字体0-9的数字识别,这个文件是建立样本矢量的压缩包。-a neural network based on BP's Matlab procedures, Some can be achieved on the font 0 -9 identification number, the document is to establish the sample vector compressed.
BPl
- 一个基于BP神经网络的matlab程序,可以实现对几种字体0-9的数字识别,这个文件训练网络的压缩包-a neural network based on BP's Matlab procedures, Some can be achieved on the font 0 -9 identification number, the document training network compressed
Matlab实现基于神经网络的文字/字母识别
- 程序运用于MATLAB,实现了神经网络的文字识别,目前是对英文字母,当然对汉字要难些,而且可能会不是特别准确(因为需要训练的样本多了)。
bpnetwork.rar
- bp神经网络做图像识别的简单代码,里面有程序和简单说明,bp neural network image recognition to do a simple code, there are procedures and a brief explanation
shap
- 也是神经网络上的一个例题,自己写的形状识别matlab程序-Neural network is an example, its own written procedures for shape recognition matlab
BPneuralnetworkbasedonthematlab
- 一个基于BP神经网络的matlab程序可以实现对几种字体0-9的数字识别这个文件训练网络的压缩包-BP neural network based on the matlab program can achieve several fonts 0-9 to identify the document number of the compressed packet network training
PNN
- 概率神经网络算法的matlab实验程序 可用于车牌识别 文字识别等模式识别问题-Probabilistic neural network algorithm matlab experimental procedure can be used for license plate recognition to identify issues such as character recognition
213
- Matlab在图像处理与目标识别方面的应用实验程序示例。包括三个程序以及详细文档:一、染色体识别与统计,二、汽车牌照定位与字符识别,三、基于BP神经网络识别字符的简单实验-Matlab image processing and target recognition in the application of experimental procedures for example. Consists of three procedures, and detailed documentation:
yuanchuang1
- 车牌识别的一个完整程序,其中定位方式用的是形态学办法,识别部分是神经网络,程序比较简单,但能实现系统识别要求,并有数个图片示例支撑,适用于初学者弄懂程序,学习思维方法。-License Plate Recognition of a complete program, including positioning the morphological approach used to identify parts of a neural network, the program is relative
chepaisihbie-matlab
- 基于matlab的汽车牌照识别程序,能够实现车牌图像预处理,车牌定位,字符分割,然后通过神经网络对车牌进行字符识别,最终从一幅图像中提取车牌中的字母和数字,给出文本形式的车牌号码。-failed to translate
LPR-neural-network
- 这是我自己做的一个基于神经网络的车牌识别程序,主要针对的是国内的蓝底车牌,希望对大家有帮助!-This is my own doing a neural network-based license plate recognition program, mainly for the domestic blue license plates, we want to help!
chineseRe
- 神经网络的汉字识别,这是可以识别汉字的matlab神经网络程序-Chinese character recognition, which is of the neural network matlab neural network program that can recognize Chinese characters
Visual-C-MATLAB-image-processing
- 本书系统地介绍了图像处理与识别的基本原理、典型方法和实用技术。全书共分12章,第1章~第6章是图像处理与识别的基础内容,包括图像科学综述、MATLAB语言图像编程、图像增强、图像分割、图像特征提取和图像识别;第7章~第10章是图像处理与识别的工程实例,涵盖了医学图像处理、文字识别和自导引小车路径识别等应用实例,并结合理论算法,提供了大量MATLAB代码程序,以帮助读者掌握如何使用MATLAB语言快速进行算法的仿真、调试和估计等方法。第11章~第12章,是两个综合性较强的实例,分别是Visual
betwxrk
- 以matlab编写的pi-sigma模糊神经网络程序 不错的源码(With matlab fuzzy neural network PI - sigma program source code)
CNN
- 这是卷积神经网络的小程序,希望对大家有帮助(This is a small convolutional neural network procedures, we hope to help)
vehicle identity
- MATLAB 仿真 车牌识别程序 车辆识别 基于神经网络(MATLAB simulation; license plate recognition program; vehicle recognition; neural network)
基于matlab+模板匹配的车牌识别
- 车牌识别系统(License Plate Recognition System,LPRS)在许多应用程序中 扮演一个重要的角色,如停车场系统、道路监控、高速公路收费系统、电子警察系 统。在我国,车牌种类较多,并有数字、字母和汉字,与别的国家的车牌相比较为 复杂。课题中提出了基于人工神经网络(ANN)的车牌自动识别系统。车牌识别 系统包括三个主要组件:车牌定位、字符分割和字符识别。(License plate recognition system plays an important ro
神经网络图像分类代码
- 神经网络图像分类代码,内含赋值计算代码,matlab程序