Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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? if so, how can I get it?

Thanks.

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?

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.

click to hide/show revision 3
the reliability or accuracy of cvHaarDetectObjects()

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?

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.

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.