top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

I want to detect face in android mobile, please suggest some good libraries and sample how to to do it?

+4 votes
282 views
I want to detect face in android mobile, please suggest some good libraries and sample how to to do it?
posted Aug 12, 2016 by Manjunath

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

First of all there are two things, 1. Face detection and 2. Face recognition.
Face detection - is to find a face(s) in any given image based on the eye, nose and mouth pattern. This is relatively easier or less complex than Face recognition. If you are trying to achieve this, there are two ways to go, 1. use android's FaceDetector (offical link here), 2. or you could use OpenCV linked here. However I would recommend using android's native feature since it is easier.
Face recognition - is to recognize a detected face, an additional algorithm with face detection. With this you could identify the person by matching/comparing with existing records. Mostly used for authentication. For this I would recommend using OpenCV. However there are some (very few) good libraries out there for free of cost.

Hope this helps!

answer Aug 15, 2016 by Vinod Kumar K V
Similar Questions
+2 votes

As we know that these days mobile Apps are booming. So I would like to know about Mobile app SEO. How to do SEO for Mobile Apps? Please suggest me 9-10 practical tips ?

0 votes

In an app there is a floating icon of download. I just want, when I open that page icon should come in screen with bouncing effect. App supporting api version > 8.

Please help.

+3 votes

I need to change the Wifi channel programmatically (Of course, I will enable the Wifi to function as Hotsopt first).
Is there any API/Driver in the source code that I can use?

...