sharedboostingfdpresampling.m

来自「基于boosting的人脸检测的matlab实现」· M 代码 · 共 17 行

M
17
字号
%Boosted discrmininant projections
%
% David Masip  http://www.cvc.uab.es/~davidm/Sitio_web/Personal.html
%
% Inputs:
%    - X.dat = NFeatures x NSamples data matrix
%    - X.labels = 1xNsamples with the cosnecutive data labels
%    - Configuration: structure with parameters:
%         Configuration.BoostingIterations : Number of extracted features.
%         Configuration.ClassRessampling : Sampling of classes (used when the number of classes is large)
% Outputs:
%    - clas: parameters of the feature extraction at each step
%    - Proj: resulting projection matrix
%
% Please, when using this code cite:
%
% David Masip, Jordi Vitri

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?