I am trying to build a face recognition application for Android. According to this link:
http://docs.opencv.org/trunk/modules/contrib/doc/facerec/index.html
there is a class called FaceRecognizer that is a good abstraction layer for face recognition functionality.
At this link: http://docs.opencv.org/ it says that this FaceRecognizer class is in the “contrib” folder. However, when I download OpenCV for Android, and import it to my Eclipse workspace, I don’t see the “contrib” folder. Hence, I am not able to go ahead with this app.
Do you know if the FaceRecognizer class is available for OpenCV for Android?
The OpenCV4Android bindings are generated by a wrapper generator script, so not the entire OpenCV library is supported yet. I’ve talked to Kirill Kornyakov, one of the OpenCV4Android maintainers, a while ago and here’s what he said on FaceRecognizer for OpenCV4Android: