java - Face recognition library in android -


i there face recognition sdk/library available 1 can use in android ?

whenever search on google came across recognizr , has idea sdk or helps developer in developing face recognition application

are looking face detection (find face in photo) or face recognition (identify face in photo)?

facedetection.com has decent list of opensource , commercial software detection and/or recognition.

for face recognition, here's found on sourceforge:

then there commercial offerings:

when googling keeps handing result don't want (e.g., recognizr), trick add term search leading minus (-recognizr) negate term.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -