Hi,
I'm making a program using cvHaarDetectObjects() function.
My question is, can I get the reliability or accuracy of detected objects? if so, how can I get it?
Thanks.
1 | initial version |
Hi,
I'm making a program using cvHaarDetectObjects() function.
My question is, can I get the reliability or accuracy of detected objects? if so, how can I get it?
Thanks.
2 | No.2 Revision |
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)
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.
3 | the reliability or accuracy of cvHaarDetectObjects() |
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?
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.
4 | No.4 Revision |
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.