• 大小: 8KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-02-12
  • 语言: Matlab
  • 标签: SRC  识别  GPSR  L1  

资源简介

该源码实现了使用基于稀疏表示的人脸识别算法。使用GPSR作为l1模最小化方法。

资源截图

代码片段和文件信息

function [xx_debiasobjectivetimesdebias_startmses]= ...
    GPSR_Basic(yAtauvarargin)
%  
% GPSR_Basic version 5.0 December 4 2007
%
% This function solves the convex problem 
% arg min_x = 0.5*|| y - A x ||_2^2 + tau || x ||_1
% using the algorithm GPSR-Basic described in the following paper
%
% “Gradient Projection for Sparse Reconstruction: Application
% to Compressed Sensing and Other Inverse Problems“
% by Mario A. T. Figueiredo Robert D. Nowak Stephen J. Wright
% Journal of Selected Topics on Signal Processing December 2007
% (to appear).
%
% -----------------------------------------------------------------------
% Copyright (2007): Mario Figueiredo Robert Nowak Stephen Wright

% GPSR is distributed under the terms
% of the GNU General Public License 2.0.

% Perm

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

     文件      21922  2008-01-15 16:22  SRC\GPSR_Basic.m

     文件       4555  2010-07-14 14:01  SRC\SRC.m

     目录          0  2010-07-29 16:17  SRC

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

                26477                    3


评论

共有 条评论