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

資源簡介

岡薩雷斯數字圖像處理第二版中的tofloat函數,原書配帶的函數式p文件,此處已經轉為M文件。

資源截圖

代碼片段和文件信息

function?[outrevertclass]=tofloat(in)
%TOFLOAT?Convert?imge?to?floating?point
identity=@(x)x;
tosingle=@im2single;
table={‘uint8‘tosingle@im2uint8
????‘uint16‘tosingle@im2uint16
????‘int16‘tosingle@im2int16
????‘logical‘tosingle@logical
????‘double‘identityidentity
????‘single‘identityidentity};
classIndex=find(strcmp(class(in)table(:1)));
if?isempty(classIndex)
????error(‘unsupported?input?image?class.‘);
end
out=table{classIndex2}(in);
revertclass=table{classIndex3};

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????507??2013-07-17?12:11??tofloat.m
?????文件?????????507??2013-07-17?12:11??tofloat2.m

評論

共有 條評論