Click here to Skip to main content
15,868,141 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i use LBPHFaceRecognizer for recognition.But I don't know exactly what each of the parameters does and how you can change the sensitivity of the detection accuracy by changing them.
I was asked to write a program to control the entry and exit of company employees that I don't have much time for, please help me.
In the sample project I downloaded,the values ​​of the parameters are as follows

FaceRecognizer recognizer = new LBPHFaceRecognizer(1,8,8,8,100);


What I have tried:

I tried to change the values ​​of the parameters to increase the accuracy of the identification, but I don't know what each parameter is for and I couldn't increase the accuracy
Posted
Updated 28-Apr-20 8:13am

1 solution

You could always try the documentation at OpenCV, which has the parameters all listed for you.
OpenCV: cv::face::LBPHFaceRecognizer Class Reference[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900