I have a trained OpenCV Haar Classifier, I am using the sample face detect program and supplying my classifier xml
file as an argument. The program is working as expected, my question is how does the program know when the object has been detected?
Does it use the Haar feature rectangles on the live video feed and check for a feature match within the XML?