How to obtain all matching scores in LBPHFaceRecognizer
Dear All,
As we know that LBPHFaceRecognizer only provides the best score for a Test image against the training set. However, I am working score level fusion of Face and Iris biometrics. I want to combine matching scores from both Face and Iris biometrics to improve recognition rate. Please how can i get all matching scores for every test image. I need your help.
Regards.
unfortunately, the current interface does not allow this.
you will have to tear out the lbph code from the contrib module/repo to your own code, and strip it of the interface / write your own .
Thanks berak for advice. I have seen the code for Lbp in opencv_contrib module will work on that now. I just need to some modifications to the code and i know i will be fine. Thanks all the same.
come back, if you run into any problem
Thanks berak, i have solved my problem. I have been able to obtain all matching scores for LBPHFaceRecognizer. Thanks alot for the tips.
Do you think you could post your solution somewhere? I am trying to accomplish the same thing. Thanks in advance.