MATLAB神经网络用于数字识别源程序-MATLAB 神经网络用于数字识别源程序[matlab].rar
文件大小: 147k
源码售价: 10 个金币 积分规则     积分充值
资源说明:MATLAB神经网络用于数字识别源程序-MATLAB 神经网络用于数字识别源程序[matlab].rar MATLAB 神经网络用于数字识别源程序[matlab].rar %----------------------------------------------------------------- %Digit_Recognition.m Developed by Rentian Huang, %Hope University,Distribute System Email:10076507@hope.ac.uk %----------------------------------------------------------------- clear all; p=1; load digit net;                               %Load the BP Neural Networks which been trained test=input; %Prompt for input digit image for recognize s=input; %Prompt for input number of digits x=imread;                          %read the input image xbw=im2bw;                              %Convert the image to Black and White image xbw=medfilt2;%Use medium filter if needed bw=xbw; result='';
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。