能干星星

文章
4
资源
0
加入时间
3年0月21天

图像平移 ——MATLAB实现

%图像平移 I = imread(‘g0.jpg’) se=translate(strel(1),[80 50]);% B=imdilate(I,se);%形态学膨胀 figure; subplot(1,2,1),subimage(I); title(‘orginal image’); subplot(1,2,2),subimage(B); title(‘translate imag