圖像的平移及代碼實現

圖像的平移及代碼實現 如何使用MATLAB實現一個圖像的平移呢? f = imread(‘C:\Users\lenovo\Pictures\butterfly.jpg’); se=translate(strel(1),[180 190]); b=imdilate(f,se); figure; subplot(1,2,1); subimage(f); title(‘原圖像’); subplot(1,
相關文章
相關標籤/搜索