📄 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 + -