Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

i tried to find the way to do the recognition of the face with camara given picture. if any one have idea please help

regards roshan

share|improve this question
1  
check out the open CV (Computer Vision) library Android port @ opencv.willowgarage.com/wiki/Android – evandrix Aug 18 '11 at 1:37

2 Answers

up vote 25 down vote accepted

Here are some links that I found on face recognition libraries.

1) Link 1 2) Link 2 3) Link 3

UPDATE:

Image Identification links:

Link 1 / Link 2 / Link 3

share|improve this answer
1  
Check the update. – A. Abiri Jul 26 '11 at 6:13
2  
A couple more links: fivedots.coe.psu.ac.th/~ad/jg/nui08 and code.google.com/p/javafaces – earcam Aug 11 '11 at 16:45
1  
You can also do expression recognition using face.com – TiansHUo Aug 18 '11 at 3:07

You can use builtin API which has no out of the box learning algorithm.

@since api level 1 http://developer.android.com/reference/android/media/FaceDetector.html

cheers,

Aurelien

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.