I am trying to optimize the Viola-Jones code written in pure C code since it takes longer to detect faces than the code using the openCV function.
I want to see how cvHaarDetectObjects function actually work but I can't find how.
Can anybody help me out here please?
Alternatively you can browse code online - https://github.com/Itseez/opencv/blob/master/modules/objdetect/src/haar.cpp