Eigenfaces on android [closed]
Is it possible to find a Java library for face recognition because I can't seem to find any, and the ones I found are all in c++ and in my program is already written in Java, is there any API or library in android for that since I'm developing on the Android platform?
Take a look at this: http://darnok.org/programming/face-recognition/ (untested by me)
But if you have a library that you trust in C++, I'd suggest you use them by using the android NDK. See http://developer.android.com/sdk/ndk/index.html.
Wait till Q4. Ice Cream Sandwich will have face recognition apis.
精彩评论