Ask Your Question
0

face recognition for android 4.0 with opencv 2.4.3.1

asked Jan 3 '13

Pratibha gravatar image

I need to make an android application having a mask feature same as in Google Hangout. So for that I need to detect and recognize the facial features like face,eyes,nose,head while recording a video. I had searched in Android api but unfortunately there is no face recognition api which can detect facial features.

So in that I would like to try out opencv face recognition for android...I have worked with android but i am totally noob in case of opencv. I would like to know where do i start from regarding opencv api for android. What would be the most convenient way to start and what docs to read.......any amount of help will be appreciated.

Thanks

Preview: (hide)

1 answer

Sort by » oldest newest most voted
1

answered Jan 3 '13

rics gravatar image

First of all face detection is to find a face-like object on the image while face recognition is the process to determine the identity of person with the given face. I am not sure if you would like to detect faces or even you want to recognize them as well. These are different - although - related tasks.

Shervin Emami wrote a page about how to detect face in OpenCV using Haar Cascade classifiers. His code is written in C. For face recognition he uses eigenfaces.

The book Learning OpenCV: Computer Vision with the OpenCV Library also contains a subchapter about face detection, so as the new edition.

I have just found Mastering OpenCV with Practical Computer Vision Projects - with the above mentioned among the authors - which deals with your topic.

For using OpenCV in Android you may start at OpenCV - Android homepage.

Preview: (hide)

Question Tools

Stats

Asked: Jan 3 '13

Seen: 1,695 times

Last updated: Jan 03 '13