Ask Your Question
0

add the smile detection to "OpenCV sample Face detection" android app

asked 2013-04-16 09:28:20 -0600

Arex gravatar image

Hello guys , I must implement a smile detection for android webcam through opencv library for android. I use the Face Detection code of the opencv sample for the face relevation for android cam. How can I add a smile detection in my code?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2013-04-16 12:52:34 -0600

You will have to create a smile detector by creating a classifier. Approaches that you could follow are SVM, random forests, kNN approaches. You should take a peek at the machine learning library of OpenCV.

Also please look around on the net, I have seen tons of people trying to implement this and solutions been given alot. First simple google search gave me this movie, in comments you can find his source code.

http://www.youtube.com/watch?v=AA78saEk29E

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-04-16 09:28:20 -0600

Seen: 5,777 times

Last updated: Apr 16 '13