MATLAB神经网络用于数字识别源程序-MATLAB 神经网络用于数字识别源程序[matlab].rar
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='';
- 1
- 粉丝: 451
- 资源: 1万+
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助