xy123001
clc;clear all;close all
src=imread(\'C:\Users\think\Desktop\12.jpg\');
subplot(1,2,1)
imshow(src);
I = mat2gray(src);
J = imrotate(I,-208);
subplot(1,2,2)
imshow(J);

map0=J(290:949,446:940);
figure
imshow(map0)
saveas(map0,\'map0.jpg\')

 

分类:

技术点:

相关文章:

  • 2021-12-29
  • 2022-12-23
  • 2021-04-01
  • 2021-12-12
  • 2021-05-05
  • 2022-12-23
  • 2022-12-23
  • 2021-12-24
猜你喜欢
  • 2022-12-23
  • 2021-09-07
  • 2021-05-31
  • 2021-12-24
  • 2022-12-23
  • 2021-12-04
相关资源
相似解决方案