Ask Your Question
0

What type of distance measurement is used in CreateLBPHffacerecognizer

asked 2016-02-08 13:04:43 -0600

Raafat Salih gravatar image

Hello there, I am trying to find out what is the type of distance measurement that is used in predict() function after having LBPH training?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2016-02-08 13:10:09 -0600

berak gravatar image

1 nearest neighbour search based on chi-square (histogram) distance, just look at the code

https://github.com/Itseez/opencv_cont...

edit flag offensive delete link more

Comments

Thank you very much, I have got what I need from the URL you've provided Thanks

Raafat Salih gravatar imageRaafat Salih ( 2016-02-08 13:22:15 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2016-02-08 13:04:43 -0600

Seen: 207 times

Last updated: Feb 08 '16