Does cv::gpu::HOGDescriptor::computeConfidence produce scaled (Platt) probabilities?

asked 2013-02-07 05:23:51 -0600

kabamaru gravatar image

updated 2013-02-07 05:24:46 -0600

I use HoG to detect pedestrians in a hybrid system and I need to use the posterior probability from the classifier.

In libsvm it is possible to train the classifier to return scaled probabilities (uses Platt's method).

In openCV 2.4.3 in the gpu module under the HOGDescriptor class, there were added two functions (computeConfidence and computeConfidenceMultiscale) that return confidence of classification instead of binary class.

Since opencv uses a version of libsvm does anyone know if these confidences are are already scaled? I couldn't find any relevant documentation.

edit retag flag offensive close merge delete