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