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

資源簡(jiǎn)介

二維經(jīng)驗(yàn)?zāi)B(tài)分解,分解圖像等二維信號(hào),可用于算法驗(yàn)證與學(xué)習(xí) the process of sifting. It is dependent on the function SIFT.)

資源截圖

代碼片段和文件信息

%%
function?[?imf_matrix?]?=?bemd(?input_image?)

%?BEMD?This?program?calculates?the?Bidimensional?EMD?of?a?2-d?signal?using
%?the?process?of?sifting.?It?is?dependent?on?the?function?SIFT.

tic

%?Make?a?‘double‘?copy?of?the?image

input_image_d?=?cast(input_image‘double‘);

%?Assigning?the?initial?values?of?‘h‘?(data?for?sifting)?and?‘k‘?(imf?index)

h_func?=?input_image_d;
k=1;

%?The?process?of?Sifting

while(k<4)
????[imf_temp?residue_temp]?=?sift(h_func);?
????imf_matrix(::k)?=?imf_temp;?%#ok
????k?=?k+1;
????h_func?=?residue_temp;
end

%?Assigning?the?final?residue?to?the?last?IMF?index

imf_matrix(::k)?=?residue_temp;

%?End?of?BEMD?Computation

toc

end

%%

function?[?h_imf?residue?]?=?sift(?input_image?)

%?This?function?sifts?for?a?single?IMF?of?the?given?2D?signal?i

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件???????45810??2010-09-19?14:29??bemd.m
?????文件????????1364??2010-09-19?14:29??license.txt

評(píng)論

共有 條評(píng)論

相關(guān)資源