Ask Your Question

MaxMuc's profile - activity

2014-11-21 12:44:50 -0600 asked a question Predict value of LBPH FaceRec algorithm

Hi everyone, my question concerns the faceRecognizer class and the predict function within.

I know that the predict value for Eigen and Fisherface algorithm corresponds to the distance in the subspace between input and trained images. But what about the LBPH algorithm? How is the predict value calculated there?

Greets Max

2014-11-21 11:47:36 -0600 asked a question How is the LBPH predict value in FaceRec calculated

Hi everyone, my question concerns the faceRec class and the predict function within. I know that the predict value for Fisher and Eigenface is the distance in the subspace between the input image and the closest training image.

But how is the predict value calculated for LBPH? Is it the number of different values in the histograms? Or the number of different part-histograms? Or something totally different?

Greets Max