?? chap10_1.txt
字號:
pho= imread(' nephogram.bmp','bmp');
figure(1);
imshow(pho);
pho1=imnoise(pho,'gaussian',0,20);
figure(2);
imshow(pho1);
pho2=imnoise(pho,'salt & pepper',0.2);
figure(3);
imshow(pho2);
pho3=imnoise(pho,'speckle',20);
figure(4);
imshow(pho3);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -