xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 1KB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2021-05-13
  • 語言: Matlab
  • 標簽: 作業??

資源簡介

文章《MATLAB:圖像旋轉與插值并比較前后MSE》對應代碼。

資源截圖

代碼片段和文件信息

clc
clear;
I?=?imread(‘cameraman.tif‘);
[r1c1]=size(I);?
J?=?uint8(myimrotatef(I30));%rotate?30?degrees?clockwise
K?=?uint8(myimrotatef(J-30));%rotate?30?degrees?anticlockwise
[r2c2]=size(K);?
K?=?K((r2-r1)/2+1:(r2+r1)/2(c2-c1)/2+1:(c2+c1)/2);%cut?the?picture?as?large?as?the?sample
subplot(131)imshow(I)title(“Sample?256*256“)
subplot(132)imshow(J)title(“Rotation1?350*350“)
subplot(133)imshow(K)title(“Rotation2?256*256“);
[PSNR?MSE]?=?psnr_mse(I?K);%calculate?MSE?and?display?MSE

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件???????3122??2018-09-12?21:11??myimrotatef.m

?????文件????????488??2018-09-12?20:45??psnr_mse.m

?????文件????????514??2019-01-27?19:54??h2.m

-----------?---------??----------?-----??----

?????????????????4124????????????????????3


評論

共有 條評論