資源簡介
BP漢字識別GUI.zip

代碼片段和文件信息
%形成用戶界面
clear?all;
%添加圖形窗口
H=figure(‘Color‘[0.85?0.85?0.85]...
????‘position‘[400?300?500?400]...
????‘Name‘‘基于BP神經網絡的漢字識別‘...
????‘Numbertitle‘‘off‘...
????‘MenuBar‘‘none‘);
%畫坐標軸對象,顯示原始圖像
h0=axes(‘position‘[0.1?0.6?0.3?0.3]);
%添加圖像打開按鈕
h1=uicontrol(H‘style‘‘push‘...
????‘Position‘[40?100?80?60]...
????‘String‘‘選擇漢字‘...
????‘FontSize‘10...
????‘Call‘‘op‘);
%畫坐標軸對象,顯示經過預處理之后的圖像
h2=axes(‘position‘[0.5?0.6?0.3?0.3]);
%添加預處理按鈕
h3=uicontrol(H‘style‘‘push‘...
????‘Position‘[140?100?80?60]...
????‘String‘‘二值化‘...
????‘FontSize‘10...
????‘Call‘‘preprocess‘);
%添加訓練神經網絡按鈕
h6=uicontrol(H‘style‘‘push‘...
????‘Position‘[240?100?80?60]...
????‘String‘‘網絡訓練‘...
????‘FontSize‘10...
????‘Call‘‘Example1Tr‘);
%添加識別按鈕
h4=uicontrol(H‘style‘‘push‘...
????‘Position‘[340?100?80?60]...
????‘String‘‘漢字識別‘...
????‘FontSize‘10...
????‘Call‘‘recognize‘);
%添加顯示識別結果的文本框
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2013-03-13?00:50??BP漢字識別GUI\
?????文件???????13046??2011-04-06?16:28??BP漢字識別GUI\0.BMP
?????文件???????12582??2011-04-06?16:28??BP漢字識別GUI\1.BMP
?????文件???????13506??2011-04-06?16:29??BP漢字識別GUI\2.BMP
?????文件????????1054??2011-04-06?17:48??BP漢字識別GUI\Example1.m
?????文件????????1219??2011-04-06?17:47??BP漢字識別GUI\Example1Tr.m
?????文件???????23552??2019-03-13?00:09??BP漢字識別GUI\Matlab課題說明推薦.doc
?????文件???????90624??2011-04-06?16:16??BP漢字識別GUI\Thumbs.db
?????文件?????????255??2011-04-06?16:37??BP漢字識別GUI\op.m
?????文件?????????423??2011-04-06?16:34??BP漢字識別GUI\preprocess.m
?????文件???????35042??2013-03-13?00:42??BP漢字識別GUI\運行截圖.png
評論
共有 條評論