I am trying to understand and build similar algorithm in C/C++. By reading the paper "Robust Real-Time Face Detection", it's not clear to me. Specially how the adaboost algorithm works and how it selects features. Can anyone help me out please.
1 | initial version |
I am trying to understand and build similar algorithm in C/C++. By reading the paper "Robust Real-Time Face Detection", it's not clear to me. Specially how the adaboost algorithm works and how it selects features. Can anyone help me out please.