Ask Your Question
0

Confidence in Face Recognition

asked 2016-10-15 09:01:10 -0600

Kelvin gravatar image

Can someone explain to me basically how the confidence is calculated in the Eigenfaces, LBPH and Fisherfaces methods from the OpenCV Contrib modules? Is it calculated based on the distance?

Thanks in advance

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2016-10-15 09:16:43 -0600

berak gravatar image

updated 2016-10-15 09:31:44 -0600

yes, it is the distance between your query image and the closest in the train set, chi-sqr dist for lbph, and L2 (euclidean) dist for eigen & fisher

(and don't get fooled by the name "confidence", it 's rather the opposite, so smaller==better !)

edit flag offensive delete link more

Comments

1

Thanks a lot @berak.

Kelvin gravatar imageKelvin ( 2016-10-15 10:07:08 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2016-10-15 09:01:10 -0600

Seen: 625 times

Last updated: Oct 15 '16