資源簡介
基于adaboost人臉識別算法的MAtlab程序。用hog提取特征值。實現人臉識別。

代碼片段和文件信息
function?sc?=?ApplyDetector(Cparams?ii_ims)
ni?=?size(ii_ims?1);
theta?=?Cparams.Thetas(:2);
p?=?Cparams.Thetas(:3);
fs?=?ii_ims?*?Cparams.fmat;
hs?=?fs.*(ones(ni1)*p‘)??ones(ni1)*(p.*theta)‘;
sc?=?hs*Cparams.alphas;
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????232??2009-05-13?21:20??adboost?face?detection\ApplyDetector.m
?????文件???????2678??2014-04-20?22:40??adboost?face?detection\BoostingAlg.m
?????文件????????499??2014-04-12?17:59??adboost?face?detection\CalcIntegralImage.m
?????文件????????308??2009-05-14?01:32??adboost?face?detection\ComputeBoxSum.m
?????文件????????721??2014-04-18?21:26??adboost?face?detection\ComputeFeatures.m
?????文件???????1244??2011-02-22?10:56??adboost?face?detection\ComputeROC.m
?????文件???????4818??2014-04-20?22:28??adboost?face?detection\Cparams.mat
?????文件???????1458??1997-07-17?21:49??adboost?face?detection\Datasets\FACES\face00001.bmp
?????文件???????1458??1997-07-17?21:49??adboost?face?detection\Datasets\FACES\face00002.bmp
?????文件???????1458??1997-07-17?21:49??adboost?face?detection\Datasets\FACES\face00003.bmp
?????文件???????1458??1997-07-17?21:49??adboost?face?detection\Datasets\FACES\face00004.bmp
?????文件???????1458??1997-07-17?21:49??adboost?face?detection\Datasets\FACES\face00005.bmp
?????文件???????1458??1997-07-17?21:49??adboost?face?detection\Datasets\FACES\face00006.bmp
?????文件???????1458??1997-07-17?21:49??adboost?face?detection\Datasets\FACES\face00007.bmp
?????文件???????1458??1997-07-17?21:49??adboost?face?detection\Datasets\FACES\face00008.bmp
?????文件???????1458??1997-07-17?21:49??adboost?face?detection\Datasets\FACES\face00009.bmp
?????文件???????1458??1997-07-17?21:49??adboost?face?detection\Datasets\FACES\face00010.bmp
?????文件???????1458??1997-07-17?21:49??adboost?face?detection\Datasets\FACES\face00011.bmp
?????文件???????1458??1997-07-17?21:49??adboost?face?detection\Datasets\FACES\face00012.bmp
?????文件???????1458??1997-07-17?21:49??adboost?face?detection\Datasets\FACES\face00013.bmp
?????文件???????1458??1997-07-17?21:49??adboost?face?detection\Datasets\FACES\face00014.bmp
?????文件???????1458??1997-07-17?21:49??adboost?face?detection\Datasets\FACES\face00015.bmp
?????文件???????1458??1997-07-17?21:49??adboost?face?detection\Datasets\FACES\face00016.bmp
?????文件???????1458??1997-07-17?21:49??adboost?face?detection\Datasets\FACES\face00017.bmp
?????文件???????1458??1997-07-17?21:49??adboost?face?detection\Datasets\FACES\face00018.bmp
?????文件???????1458??1997-07-17?21:49??adboost?face?detection\Datasets\FACES\face00019.bmp
?????文件???????1458??1997-07-17?21:49??adboost?face?detection\Datasets\FACES\face00020.bmp
?????文件???????1458??1997-07-17?21:49??adboost?face?detection\Datasets\FACES\face00021.bmp
?????文件???????1458??1997-07-17?21:49??adboost?face?detection\Datasets\FACES\face00022.bmp
?????文件???????1458??1997-07-17?21:49??adboost?face?detection\Datasets\FACES\face00023.bmp
............此處省略5118個文件信息
- 上一篇:基于PCA和SVM的人臉識別 matlab程序
- 下一篇:SNIC超像素分割算法
評論
共有 條評論