Peenoo / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

faceRecognition with eigen face has poor recognition , how can i improve on it #201

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
After i run the facerecognizer.java gui i get wrong recogntions for different 
persons.

I want to identify people correctly, instead i am getting wrong recognitions 
all the time.

OpenCV 2.2 , JavaCV , FaceRecogntion.zip by Dr Andrew Davidson

How can i increase recognition rate

Original issue reported on code.google.com by free4st...@gmail.com on 11 May 2012 at 11:04

Attachments:

GoogleCodeExporter commented 9 years ago
You could try the new `FaceRecognizer` module from OpenCV 2.4.0, supported by 
the latest release of JavaCV:
http://code.google.com/p/javacv/source/browse/javacv/src/main/java/com/googlecod
e/javacv/cpp/opencv_contrib.java#839

And we should be able to port this C++ sample pretty easily:
http://code.opencv.org/svn/opencv/trunk/opencv/samples/cpp/facerec_demo.cpp

Next time, please ask your questions on the mailing list if possible, thank you

Original comment by samuel.a...@gmail.com on 12 May 2012 at 11:48