文件名称:MATLAB神经网络用于数字识别源程序-MATLAB 神经网络用于数字识别源程序[matlab].rar
文件大小:147KB
文件格式:RAR
更新时间:2022-09-02 03:52:46
matlab
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='';
【文件预览】:
MATLAB 神经网络用于数字识别源程序[matlab]
----Digit_Recognition.m(3KB)
----digit.mat(93KB)
----Digits Recognition.doc(93KB)
Matlab中文论坛--助努力的人完成毕业设计.url
使用帮助:新手必看.htm