Research Article

A Joint Learning Approach to Face Detection in Wavelet Compressed Domain

Algorithm 1

The AdaBoost algorithm [22].
Input: sequence of labeled examples
   Distribution over examples
   Weak learning algorithm WeakLearn
   integer specifying number of iterations
Initialize the weight vector for
Do for  
  (1) Set
  (2) Call WeakLearn, providing it with the distribution ; get back a hypothesis :
  (3) Calculate the error of
  (4) Set
  (5) Set the new weight vector to be
Output the hypothesis