Adaboost algorithm and its usage in face detection
Posted
by Hani
on Stack Overflow
See other posts from Stack Overflow
or by Hani
Published on 2010-01-11T19:31:35Z
Indexed on
2010/04/10
20:23 UTC
Read the original article
Hit count: 677
I am trying to understand Adaboost algorithm but i have some troubles. After reading about Adaboost i realized that it is a classification algorithm(somehow like neural network). But i could not know how the weak classifiers are chosen (i think they are haar-like features for face detection) and how finally the H result which is the final strong classifier can be used. I mean if i found the alpha values and compute the H ,how am i going to benefit from it as a value (one or zero) for new images. Please is there an example describes it in a perfect way? i found the plus and minus example that is found in most adaboost tutorials but i did not know how exactly hi is chosen and how to adopt the same concept on face detection. I read many papers and i had many ideas but until now my ideas are not well arranged. Thanks....
© Stack Overflow or respective owner