2

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?

Roham Rafii
  • 2,929
  • 7
  • 35
  • 49
Menawer
  • 61
  • 1
  • 2
  • 1
    It turned out to be a dupe: http://stackoverflow.com/questions/1182849/face-detection-in-java and http://stackoverflow.com/questions/1595422/face-recognition-in-java. Much better answers than my own below – Aleadam May 15 '11 at 07:47

2 Answers2

3

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.

Aleadam
  • 40,203
  • 9
  • 86
  • 108
0

Wait till Q4. Ice Cream Sandwich will have face recognition apis.

Ian
  • 3,500
  • 1
  • 24
  • 25