The Reliability of Haar detect object.
Hi,
I'm making a program using cvHaarDetectObjects() function.
My question is, can I get the reliability or accuracy of detected objects? (like template matching)
if so, how can I get it?
or can I get a number that indicates the "overlapped detections"?
For example, if I get a 3 objects detected, I want to classify them with the accuracy(or reliability) to find the best from detected object. Also, I want to see the ratio of accuracy(or reliability).
Thanks.