I am working on recognition of faces in given videos with provided Data base.I am using createFisherFaceRecognizer() . But I am not getting Proper output. is it problem with Data base or the predict method, which i have used.
some fraction of code is as following. Ptr model = createFisherFaceRecognizer(); model->train(images, labels); . . . . . int prediction = model->predict(face_resized);