How do i make the Facial Recognition more acurrate in terms of prediction
I have used Lbph Algorithm, I need to understanad how i can improve the accuracy of the prediction, in terms of the photos i train. does the size also matters? Kindly assist me there
btw, what kind of problem are you trying to solve here ?
opencv's FaceRecognizer classes are all for identification (nearest item from db), while most ppl usually have an authentification (is that me?) or a verification (same guy as in the other image ?) problem