matlab图像的傅里叶变换图像的[参考].pdfVIP

  • 6
  • 0
  • 约1.6千字
  • 约 4页
  • 2020-08-24 发布于福建
  • 举报
电子1004 黄佳卿 201081163 图像傅里叶变换代码如下: I = imread( C:\Users\jiaqing\Desktop\matlab homework\zhen.jpg ); % 读入图像 subplot(2,2,1),imshow(I); title( zhen ); FI = abs((fft2(I))); NFI = 255*mat2gray(FI); %归一化 SFI = fftshift(NFI); imgray = rgb2gray(SFI); %灰阶 subplot(2,2,2),imshow(imgray); title( fft of zhen ); I = imread( C:\Users\jiaqing\Desktop\matlab homework\cat.jpg ); % 读

文档评论(0)

1亿VIP精品文档

相关文档