Click here to Skip to main content
15,884,537 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am working on a project in which I have to detect face or faces on a static image stored on sdcard and then recognize that face using data set in android..

I need help that how would I will be able to do that..
From where I should begin..??
Posted
Updated 17-Feb-13 10:52am
v2
Comments
Sergey Alexandrovich Kryukov 17-Feb-13 16:48pm    
If you are new, you should better start with much less ambitious projects, such as "Hell, world!"...
—SA
hnf1991 17-Feb-13 16:52pm    
I am not too much new..
I means that I am new in face recognition and detection field..
Sergey Alexandrovich Kryukov 17-Feb-13 18:39pm    
Well, that's better, but did you do any recognition, not even face recognition? Not a simple field, I must say...
—SA
hnf1991 18-Feb-13 2:31am    
I have worked on face detection on C# using OpenCV..
hnf1991 18-Feb-13 2:58am    
But I don't know how to do it on android..

1 solution

These are two different things, detecting a face in a photo is different to recognising who it is.

Have you looked at facedetection.com[^]

Using a web service might be a better option

/Darren

EDIT:

Having thought about this a little bit more you should be able to use

android.media.FaceDetector;

a good example can be found at

Face Detection[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900