用MATLAB作簡單的運動模糊

clear all I=imread('cameraman.tif'); subplot(121);imshow(I); xlabel('(a)原始圖像');%x軸標籤 len=35;%設置運動位移爲35個像素 theta=45;%設置運動角度爲45度 psf=fspecial('motion',len,theta);%創建二維運動仿真濾波器psf mf=imfilter(I,psf,'circu
相關文章
相關標籤/搜索