Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to recognize face as unknown?

Hi, i am using this official tutorial: http://docs.opencv.org/3.0-beta/modules/face/doc/facerec/tutorial/facerec_video_recognition.html

I trained the fisherRecognizer for 2 faces and it recognizes them well. But how to recognize the unknown face wich is not in the faces database? predict method never returns -1. Can you help me please?

How to recognize face as unknown?

Hi, i am using this official tutorial: http://docs.opencv.org/3.0-beta/modules/face/doc/facerec/tutorial/facerec_video_recognition.html

I trained the fisherRecognizer for 2 faces and it recognizes them well. But how to recognize the unknown face wich is not in the faces database? predict method never returns -1. Can you help me please?

Can anybody advice me how to define face as unknown with any kind of algorithm (fisher, eighen, LBH). I tried all of them, but never achieved the result that algorithm recognize a new face as unknown. It recognizes the new face as like as this face already present in database..