資源簡介
Sparse Representation or Collaborative Representation: Which Helps Face Recognition ICCV2011最新的文章,論述了稀疏表示和協同編碼對人臉識別的作用,代碼詳細。

代碼片段和文件信息
function?[id]=?CRC_RLS(Dclass_pinv_MyDlabels)
%------------------------------------------------------------------------
%?CRC_RLS?classification?function
coef?????????=??class_pinv_M*y;
for?ci?=?1:max(Dlabels)
????coef_c???=??coef(Dlabels==ci);
????Dc???????=??D(:Dlabels==ci);
????error(ci)?=?norm(y-Dc*coef_c2)^2/sum(coef_c.*coef_c);
end
index??????=??find(error==min(error));
id?????????=??index(1);
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2011-12-24?11:04??Sparse?Representation?or?Collaborative?Representation?Which?Helps?Face?Recognition\
?????文件?????3298295??2011-07-12?11:53??Sparse?Representation?or?Collaborative?Representation?Which?Helps?Face?Recognition\AR_DAT.mat
?????文件?????????419??2011-07-12?14:07??Sparse?Representation?or?Collaborative?Representation?Which?Helps?Face?Recognition\CRC_RLS.m
?????文件????????2117??2011-07-12?14:08??Sparse?Representation?or?Collaborative?Representation?Which?Helps?Face?Recognition\CRC_RLS_Test.m
?????文件????????1351??2011-07-12?11:47??Sparse?Representation?or?Collaborative?Representation?Which?Helps?Face?Recognition\Eigenface_f.m
?????文件?????????665??2011-07-12?14:04??Sparse?Representation?or?Collaborative?Representation?Which?Helps?Face?Recognition\README.txt
- 上一篇:map.rar
- 下一篇:離散余弦變換完整的源碼
評論
共有 條評論