91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡(jiǎn)介

數(shù)字圖像處理:最鄰近、雙線性、雙三次插值的MATLAB實(shí)現(xiàn)。 MATLAB version = 8.1.0.604 (R2013a)

資源截圖

代碼片段和文件信息

%首都師范大學(xué)??袁沅祥
%2014年3月12日
clear?all;
clc;
[filename?pathname]?=?uigetfile(?...
????{‘*.jpg;*.tif;*.png;*.gif‘‘All?Image?Files‘;...?%文件類型
????‘*.*‘‘All?Files‘?}...??????????????????????????%
????‘請(qǐng)選擇要修改的圖片‘?...?????????????????????????%對(duì)話框名
????‘MultiSelect‘?‘on‘);????????????????????????????%
%?filename:返回的文件名
%?pathname:返回的路徑名
if?pathname?==?0;
????return;
end
CurrentImage?=?strcat(pathname?filename);
Image?=?imread(CurrentImage);
WhenOpen?=?datestr(now?‘yyyy-mm-dd?HH:MM:SS‘);
[ImageSizeX?ImageSizeY?ImageSizeZ]?=?size(Image);
figure(1);
Origin?=?imshow(Image);
ratioOfWidth?=?input(‘??寬度縮放幾倍?\n?ratioWidth?=?‘);
ratioOfHeight?=?input(‘??高度縮放幾倍?\n?ratioHeight?=?‘);
if?ratioOfWidth?<=?0?||?ratioOfHeight?<=?0
????return;
end
%計(jì)時(shí)開始
tic;
ImageNewSizeX?=?floor(

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????????2734??2014-03-21?15:05??MFC代碼.txt
?????文件????????2596??2014-03-14?16:24??ZOOM.m
?????文件?????????310??2014-03-14?16:20??test.m
?????文件????????4394??2014-03-14?16:26??IMPROVED.m

評(píng)論

共有 條評(píng)論

相關(guān)資源