资源简介

一种二维EMD算法,作者是Anna Linderhed,该学者博士研究课题为二维EMD和小波变换,她的二维EMD算法与Nenus或其他学者的算法有较大的不同。

资源截图

代码片段和文件信息

function  [ixresxmedel]=IEMD_public(imageepsilonnumberimfsconn)
% Decompose an image into its intrinsic modes IMFs and corresponding
% residues.
%  
%
% INPUT:
% image- a matlab 2D vector;
% epsilon- value of stop criterion between 0 and 1 but you can try other
% and see what happens
% numberimfs- maximum number of IMF
% conn- Type of neighbourhood in extrema point selection
%  ‘4m‘     two-dimensional four-connected neighborhood use ‘imregionalmax‘ in Images toolbox
%  ‘8m‘     two-dimensional eight-connected neighborhood use ‘imregionalmax‘ in Images toolbox
%  ‘4‘     two-dimensional four-connected neighborhood simple implementation
%  ‘8‘     two-dimensional eight-connected neighborhood simple implementation
% Note all that these give different results 
%
% O

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2011-01-17 16:05  Anna‘s EMD\
     文件        5957  2010-12-28 16:11  Anna‘s EMD\IEMD_public.m

评论

共有 条评论