资源简介

OMP算法:匹配追踪算法,输入字典和图像,获得图像在字典下的稀疏系数。有部分解释

资源截图

代码片段和文件信息

function [A]=OMP(DXL); 
%=============================================
% Sparse coding of a group of signals based on a given 
% dictionary and specified number of atoms to use. 
% input arguments: 
%       D - the dictionary (its columns MUST be normalized).
%       X - the signals to represent
%       L - the max. number of coefficients for each signal.
% output arguments: 
%       A - sparse coefficient matrix.
%=============================================
[nP]=size(X);
[

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1019  2011-08-05 21:39  OMP.m

----------- ---------  ---------- -----  ----

                 1019                    1


评论

共有 条评论