資源簡(jiǎn)介
clear;
close all;
sample1=imread('8.tif');%讀入圖片
figure,imshow(sample1)
smooth1=medfilt2(sample1,[3,3]);%利用中值濾波平滑圖像
figure,imshow(smooth1)
代碼片段和文件信息
- 上一篇:功率譜計(jì)算matlab程序
- 下一篇:左手材料參數(shù)
評(píng)論
共有 條評(píng)論