Need help to understand opencv viola jones algorithm [closed]

asked 2012-08-16 19:32:04 -0600

upal gravatar image

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.

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by sturkmen
close date 2016-01-16 11:52:11.434544

Comments

1

Here is one more resource http://en.wikipedia.org/wiki/Viola%E2%80%93Jones_object_detection_framework but if you want to understand it well, you have to accept that it is complicated and spend a good deal of time reading, working, trying it.

sammy gravatar imagesammy ( 2012-08-17 01:05:27 -0600 )edit