Ask Your Question

mrudangee's profile - activity

2016-11-11 07:47:17 -0600 asked a question 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);