搜索资源列表
-
7下载:
采用MATLAB实现Hopfield神经网络算法,并用其来进行字符识别。实验包括单个噪声字符的识别和多个噪声字符的识别两部分。并从这两方面对实验数据进行了分析与对比。-Hopfield neural network implementation using MATLAB algorithm, and use it to carry out character recognition. Experiments included a single noise, character recogniti
-
-
0下载:
本文论述并设计实现了一个脱机自由手写体数字识别系统。文中首先对待识别数字的预处理进行了介绍,包括二值化、平滑滤波、规范化、细化等图像处理方法;其次,探讨了如何提取数字字符的结构特征和笔划特征,并详细地描述了知识库的构造方法;最后采用了以知识库为基础的模板匹配识别方法,并以MATLAB作为编程工具实现了具有友好的图形用户界面的自由手写体数字识别系统。实验结果表明,本方法具有较高的识别率,并具有较好的抗噪性能-In this paper, and designed to achieve a free
-
-
4下载:
用matlab做的车牌识别的完整源代码,包括车牌定位,二值化,滤波去噪,字符分割,识别,识别部分用的BP网-Matlab do with License Plate Recognition complete source code, including the license plate location, binarization, filtering noise, character segmentation, identification, identification of parts
-
-
1下载:
该程序是基于颜色的车牌位置定位程序,能将车牌识别出来-this source code is used for car number plate recognization, which is based on the color indentify.
-
-
0下载:
汽车牌照定位与字符识别 要定位汽车牌照并识别其中的字符,我们采用Matlab平台提供的一些图像处理函数,以傅立叶变换通过字符模板与待处理的图像匹配为核心思想。 -Vehicle license location to location and character recognition vehicle license and identify the characters, we use Matlab platform provides a number of image processing
-
-
0下载:
Matlab Code for automatic number plate recognition in English and Arabic.
Samples also included.
-
-
1下载:
车牌识别系统,自动对车牌照片进行处理,输出车牌号码,识别率高-License Plate Recognition system, automatic processing of license plate photos, export license plate number, identifying the high rate of
-
-
1下载:
指纹识别的matlab程序,里面包括了一些指纹图片,利用gabor小波进行识别-Fingerprint recognition matlab program, which includes a number of fingerprint images using gabor wavelets to identify
-
-
0下载:
通过Matlab基于BP神经网络实现数字0~9的识别。首先创建50个训练样本供网络学习,根据训练样本的特点确定输入层、输出层神经元个数,并确定隐含层神经元个数,完成对BP神经网络的设计;然后将训练样本输入BP网络中,完成对网络的训练;最后通过20个测试样本测试训练完成的网络性能,并显示识别结果。-Digital recognition based on BP neural network.First according to the characteristics of th
-
-
1下载:
这个程序是用来识别车牌号码,并且这个号码是在晚上光线比较差的条件下获得的(This procedure is used to identify the license plate number, and this number is in the evening light conditions are relatively poor)
-
-
0下载:
提供一种最基础的车牌识别程序,需进行以下几个基本的步骤:车牌图像预处理;车牌定位,定位图片中的车牌位置;车牌字符分割,把车牌中的字符分割出来;车牌字符识别,把分割好的字符进行识别,最终组成车牌号码。(To provide a basic license plate recognition program, the following basic steps need to be carried out: image preprocessing of license plate; Location
-