Ask Your Question

LucasA's profile - activity

2014-11-03 11:55:12 -0600 asked a question Face Recognition with not registred faces

Is there a return in this class(https://github.com/bytedeco/javacv/blob/master/samples/OpenCVFaceRecognizer.java) for a testImage from a face that is not in the faces database? The face recogtion is working good with faces that are in the database, but when I try a testImage that should return "unknow", it always returns a false positive.