91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 2.89MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2023-08-10
  • 語言: Matlab
  • 標簽: 手寫字符??matlab??

資源簡介

字符包括漢字,字母,數字和一些符號。漢字有幾千個,字母有幾十個,數字的類最少只有10個,所以選擇簡單的手寫數字字符來實現。結合三個相關的程序和論文,一個是語音特征的分類(不調用神經網絡工具箱相關函數實現),另外兩個是關于手寫數字識別的。處理的數據集是放在10個文件夾里,文件夾的名稱對應存放的手寫數字圖片的數字,每個數字500張,每張圖片的像素統一為28*28

資源截圖

代碼片段和文件信息

function?feature?=?feature_lattice(img)
%?輸入:黑底白字的二值圖像。輸出:35維的網格特征
%?======提取特征,轉成5*7的特征矢量把圖像中每10*10的點進行劃分相加,進行相加成一個點=====%
%======即統計每個小區域中圖像象素所占百分比作為特征數據====%
for?i=1:length(img);
bw2=im2bw(img{i}graythresh(img{i}));
bw_7050=imresize(bw2[7050]);
for?cnt=1:7
????for?cnt2=1:5
????????Atemp=sum(bw_7050(((cnt*10-9):(cnt*10))((cnt2*10-9):(cnt2*10))));%10*10box
????????lett((cnt-1)*5+cnt2)=sum(Atemp);
????end
end
lett=((100-lett)/100);
lett=lett‘;
feature(:i)=lett;
end

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件???????1862??2006-10-13?18:31??BPnetwork_code\data\0\0_1.bmp

?????文件???????1862??2006-10-13?18:31??BPnetwork_code\data\0\0_10.bmp

?????文件???????1862??2006-10-13?18:31??BPnetwork_code\data\0\0_100.bmp

?????文件???????1862??2006-10-13?18:31??BPnetwork_code\data\0\0_101.bmp

?????文件???????1862??2006-10-13?18:31??BPnetwork_code\data\0\0_102.bmp

?????文件???????1862??2006-10-13?18:31??BPnetwork_code\data\0\0_103.bmp

?????文件???????1862??2006-10-13?18:31??BPnetwork_code\data\0\0_104.bmp

?????文件???????1862??2006-10-13?18:31??BPnetwork_code\data\0\0_105.bmp

?????文件???????1862??2006-10-13?18:31??BPnetwork_code\data\0\0_106.bmp

?????文件???????1862??2006-10-13?18:31??BPnetwork_code\data\0\0_107.bmp

?????文件???????1862??2006-10-13?18:31??BPnetwork_code\data\0\0_108.bmp

?????文件???????1862??2006-10-13?18:31??BPnetwork_code\data\0\0_109.bmp

?????文件???????1862??2006-10-13?18:31??BPnetwork_code\data\0\0_11.bmp

?????文件???????1862??2006-10-13?18:31??BPnetwork_code\data\0\0_110.bmp

?????文件???????1862??2006-10-13?18:31??BPnetwork_code\data\0\0_111.bmp

?????文件???????1862??2006-10-13?18:31??BPnetwork_code\data\0\0_112.bmp

?????文件???????1862??2006-10-13?18:31??BPnetwork_code\data\0\0_113.bmp

?????文件???????1862??2006-10-13?18:31??BPnetwork_code\data\0\0_114.bmp

?????文件???????1862??2006-10-13?18:31??BPnetwork_code\data\0\0_115.bmp

?????文件???????1862??2006-10-13?18:31??BPnetwork_code\data\0\0_116.bmp

?????文件???????1862??2006-10-13?18:31??BPnetwork_code\data\0\0_117.bmp

?????文件???????1862??2006-10-13?18:31??BPnetwork_code\data\0\0_118.bmp

?????文件???????1862??2006-10-13?18:31??BPnetwork_code\data\0\0_119.bmp

?????文件???????1862??2006-10-13?18:31??BPnetwork_code\data\0\0_12.bmp

?????文件???????1862??2006-10-13?18:31??BPnetwork_code\data\0\0_120.bmp

?????文件???????1862??2006-10-13?18:31??BPnetwork_code\data\0\0_121.bmp

?????文件???????1862??2006-10-13?18:31??BPnetwork_code\data\0\0_122.bmp

?????文件???????1862??2006-10-13?18:31??BPnetwork_code\data\0\0_123.bmp

?????文件???????1862??2006-10-13?18:31??BPnetwork_code\data\0\0_124.bmp

?????文件???????1862??2006-10-13?18:31??BPnetwork_code\data\0\0_125.bmp

............此處省略5010個文件信息

評論

共有 條評論