SRC

所属分类:模式识别(视觉/语音等)
开发工具:matlab
文件大小:14457KB
下载次数:612
上传日期:2012-10-31 21:19:34
上 传 者4008792
说明:  经典的稀疏表示SRC算法,适合广大人脸识别的同学使用参考
(The classic sparse representation SRC algorithm)

文件列表:
SRC\03.pgm (10318, 2008-09-25)
SRC\experi.asv (5239, 2012-09-29)
SRC\experi.m (5211, 2012-09-29)
SRC\face.asv (4155, 2012-09-27)
SRC\face.m (4130, 2012-09-27)
SRC\face2.asv (4663, 2012-09-27)
SRC\face2.m (4658, 2012-09-27)
SRC\FDDL\AR_EigenFace.mat (3227703, 2011-09-01)
SRC\FDDL\demo.asv (1620, 2012-09-20)
SRC\FDDL\demo.m (1632, 2012-09-20)
SRC\FDDL\utilies\Eigenface_f.m (1521, 2006-12-19)
SRC\FDDL\utilies\FDDL.m (6636, 2011-09-01)
SRC\FDDL\utilies\FDDL_Class_Energy.m (2427, 2011-08-31)
SRC\FDDL\utilies\FDDL_FDL_Energy.m (2100, 2011-09-01)
SRC\FDDL\utilies\FDDL_Gradient_Comp.m (2975, 2011-08-31)
SRC\FDDL\utilies\FDDL_INIC.m (7852, 2011-09-01)
SRC\FDDL\utilies\FDDL_INID.m (1126, 2011-08-31)
SRC\FDDL\utilies\FDDL_SpaCoef.m (9189, 2011-09-01)
SRC\FDDL\utilies\FDDL_UpdateDi.m (3470, 2011-09-01)
SRC\FDDL\utilies\IPM_SC.m (6226, 2011-09-01)
SRC\FDDL\utilies\soft.m (119, 2009-09-24)
SRC\FDDL.zip (3245884, 2012-08-19)
SRC\save test\s01\01.pgm (10318, 2008-09-25)
SRC\save test\s01\02.pgm (10318, 2008-09-25)
SRC\save test\s01\03.pgm (10318, 2008-09-25)
SRC\save test\s01\04.pgm (10318, 2008-09-25)
SRC\save test\s01\05.pgm (10318, 2008-09-25)
SRC\save test\s02\01.pgm (10318, 2008-09-25)
SRC\save test\s02\02.pgm (10318, 2008-09-25)
SRC\save test\s02\03.pgm (10318, 2008-09-25)
SRC\save test\s02\04.pgm (10318, 2008-09-25)
SRC\save test\s02\05.pgm (10318, 2008-09-25)
SRC\save test\s03\01.pgm (10318, 2008-09-25)
SRC\save test\s03\02.pgm (10318, 2008-09-25)
SRC\save test\s03\03.pgm (10318, 2008-09-25)
SRC\save test\s03\04.pgm (10318, 2008-09-25)
SRC\save test\s03\05.pgm (10318, 2008-09-25)
SRC\save test\s04\01.pgm (10318, 2008-09-25)
SRC\save test\s04\02.pgm (10318, 2008-09-25)
... ...

% ======================================================================== % Fisher Discriminative Dictionary Learning (FDDL), Version 1.0 % Copyright(c) 2011 Meng YANG, Lei Zhang, Xiangchu Feng and David Zhang % All Rights Reserved. % % The code is for the paper: % M. Yang, L. Zhang, X. Feng and D. Zhang, % §Fisher Discrimination Dictionary Learning for Sparse Representation,¨ in ICCV 2011. % ---------------------------------------------------------------------- % Permission to use, copy, or modify this software and its documentation % for educational and research purposes only and without fee is here % granted, provided that this copyright notice and the original authors' % names appear on all copies and supporting documentation. This program % shall not be used, rewritten, or adapted as the basis of a commercial % software or hardware product without first obtaining permission of the % authors. The authors make no representations about the suitability of % this software for any purpose. It is provided "as is" without express % or implied warranty. %---------------------------------------------------------------------- demo.m Face recognition demo on AR database with 300-d Eigenface feature utilier : folder of FDDL functions, including Eigenface_f: function of computing PCA Projection Matrix FDDL: main function of FDDL FDDL_Class_Energy: function of computing energy of certain class FDDL_FDL_Energy: function of computing energy of all classes FDDL_Gradient_Comp: function of computing coding model's gradient FDDL_INIC: function of initializing representation coef FDDL_INID: function of initializing dictionary FDDL_SpaCoef: function of computing coding coefficient FDDL_UpdateDi: function of updating dictioary IPM_SC: sparse coding function soft: soft threholding function %------------------------------------------------------------------------- Contact: {csmyang,cslzhang}@comp.polyu.edu.hk

近期下载者

相关文件


收藏者