geeksongs
G=imread(\'aini555.jpg\');
A=rgb2gray(G);
se=translate(strel(1),[80,50]);
B=imdilate(A,se);
figure;
subplot(1,2,1),subimage(A);
title(\'原图像\');
subplot(1,2,2),subimage(B);
title(\'图像平移\');

实现效果如下:

 

分类:

技术点:

相关文章:

  • 2022-01-07
  • 2022-02-12
  • 2021-11-27
  • 2022-01-06
  • 2022-12-23
猜你喜欢
  • 2022-01-07
  • 2022-01-07
  • 2021-10-16
  • 2021-08-31
  • 2021-11-24
  • 2021-07-29
  • 2021-09-06
相关资源
相似解决方案