?? example76_result.m
字號:
%%%example76_result
%%%%imread the image samples
figure('name','測試圖像','numbertitle','off');
imgx=imread('example76_imgx.bmp');
subplot(1,3,2),imshow(rgb2gray(imgx));
figure('name','測試圖像特征提取','numbertitle','off');
%%%test
test=reshape(double(rgb2gray(imgx)),32*32,1);
F=W*(test-b);
x=1:cpts;
F=F(x);
plot(x,F,'b',x,F,'r.');
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -